aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-string.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-11-26Add $size(string), $size(path), and $size(dir_path) functionsBoris Kolpackov1-0/+6
2021-11-04Add $size() function to get size of sequence (names, strings, etc)Boris Kolpackov1-0/+6
2021-11-02Add $sort() functionBoris Kolpackov1-0/+46
Available overloads: $sort(<names> [, <flags>]) $sort(<ints> [, <flags>]) $sort(<strings> [, <flags>]) $sort(<paths> [, <flags>]) $sort(<dir_paths> [, <flags>]) The following flag is supported by the all overloads: dedup - in addition to sorting also remove duplicates Additionally, the strings overload also support the following flag: icase - sort ignoring case Note that on case-insensitive filesystem the paths and dir_paths overload's order is case-insensitive.
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-15/+15
2020-11-23Add $string.lcase() and $string.ucase() functionsKaren Arutyunov1-0/+22
2020-09-28Add $string.trim() functionBoris Kolpackov1-0/+12
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-01Add support for $string.icasecmp()Karen Arutyunov1-0/+23
2019-08-23Introduce notion of build contextBoris Kolpackov1-3/+3
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+43