aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/functions-regex.cxx
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Karen Arutyunov1-11/+19
return_match flag is specified
2019-09-30Pattern matching support (switch): single value implementationBoris Kolpackov1-1/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-2/+2
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/+542