aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/search.hxx
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02Detect and diagnose attempt to create new target in src directoryBoris Kolpackov1-0/+2
GitHub issue #277.
2023-12-03Search in src for existing prerequisites with unspecified outBoris Kolpackov1-1/+6
2020-12-11Add search_locked() versions of search() functionsBoris Kolpackov1-0/+5
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-29Add forward declaration header for build state typesBoris Kolpackov1-4/+1
2019-08-23Introduce notion of build contextBoris Kolpackov1-4/+6
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/+41