aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-regex.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-01Add $string.replace() functionBoris Kolpackov1-0/+2
2023-08-09Complete and cleanup function documentation in preparation for auto-extractionBoris Kolpackov1-74/+66
2022-12-15Add $regex.filter[_out]_{match,search}() functionsKaren Arutyunov1-67/+206
2022-12-14Improve empty simple value to empty list of names reduction heuristicsBoris Kolpackov1-1/+1
2022-12-13Add format_copy_empty flag to $regex.{split,merge,apply}()Boris Kolpackov1-20/+54
2022-12-13Return all subexpressions in $regex.{match,search}(), not only matchedBoris Kolpackov1-8/+2
2022-10-27Suppress (potential) bogus GCC 12 -Wrestrict warningsBoris Kolpackov1-4/+4
2021-09-28Adapt to libbutl headers extension change from .mxx to .hxxKaren Arutyunov1-5/+5
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-18/+18
2020-07-18Add $regex.find_match() and $regex.find_search() functionsKaren Arutyunov1-0/+98
2020-04-03Skip unmatched lines in $regex.replace_lines() if format_no_copy flag is spec...Karen Arutyunov1-3/+5
2020-04-02Fix ~host config to only contain cc and bin modules configurationBoris Kolpackov1-0/+3
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-08Add $regex.replace_lines() functionKaren Arutyunov1-2/+141
2019-10-01Make $regex.{match,search}() to return NULL for no match if return_match or r...Karen Arutyunov1-11/+19
2019-09-30Pattern matching support (switch): single value implementationBoris Kolpackov1-1/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-2/+2
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+542