aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/function.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-03-02Replace deprecated std::aligned_storage with alignasBoris Kolpackov1-4/+5
Based on patch by Matthew Krupcale.
2022-08-22Manually check values for NULL when using low-level function interfaceBoris Kolpackov1-1/+2
2021-05-13Add ${c,cxx}.find_system_{header,library}() functionsBoris Kolpackov1-1/+1
2021-01-30Add std::{map, multimap} to types.hxxBoris Kolpackov1-2/+1
Seeing that std::map is becoming a common Buildfile variable type.
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-44/+99
2020-11-11Expose low-level function registration supportBoris Kolpackov1-4/+23
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