aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/function.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-05-22Get rid of now deprecated std::is_pod usageBoris Kolpackov1-7/+14
2020-03-17Add $defined(<variable>) functionBoris Kolpackov1-1/+10
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-29Add forward declaration header for build state typesBoris Kolpackov1-0/+1
2019-08-26Implement updating build system modulesBoris Kolpackov1-1/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-7/+11
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-08-21Implement dynamic loading of build system modulesBoris Kolpackov1-7/+7
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+905