aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/target.hxx
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20Add ability to query whether target has been matched for actionBoris Kolpackov1-3/+9
2020-03-17Rename all find*(variable) to lookup*(variable)Boris Kolpackov1-22/+26
Now we consistently use term "lookup" for variable value lookup. At some point we should also rename type lookup to binding and get rid of all the lookup_type aliases.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-29Add forward declaration header for build state typesBoris Kolpackov1-3/+1
2019-10-02Allow iterating over group prerequisites during executeBoris Kolpackov1-0/+3
2019-09-04Add support for native shared library versioning on LinuxBoris Kolpackov1-3/+7
Now we can do: lib{foo}: bin.lib.version = linux@1.2 And end up with libfoo.so.1.2 libfoo.so.1 -> libfoo.so.1.2
2019-08-26Implement updating build system modulesBoris Kolpackov1-0/+4
2019-08-23Introduce notion of build contextBoris Kolpackov1-28/+65
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-21Cleanup context.hxx and its usageBoris Kolpackov1-5/+1
2019-08-01Fix linkage failure due to inline functions defined in ↵Karen Arutyunov1-5/+8
libbuild2/algorithm.ixx and referred from libbuild2/target.txx
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+1817