index
:
build2
0.6
adhoc-recipe-history
adhoc-rule
adhoc-vars
build-script
ci
config-doc
ctx
diag-buffer
dist-remap
doc-fixes
dyndep
expl-group
export-libs
extension
hermetic
install-scope
internal-scope
json-type
json-type-review
libpkg-config
lto-parallelization
master
match-options
module-import
module-map-dump
opvar
posthoc-take1
preprocessed-tests-failure
reproducible-dist
build2 build system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbuild2
/
utility.hxx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
Add support for 'for' loop second (... | for x) and third (for x <...) forms ...
Karen Arutyunov
1
-0
/
+1
2022-09-22
Add support for hex notation for uint64 type
Boris Kolpackov
1
-0
/
+1
2022-02-21
Factor process-wide initialization to init_process() function
Boris Kolpackov
1
-0
/
+14
2021-10-01
Add notion of internal scope, translate external -I to -isystem or equivalent
Boris Kolpackov
1
-0
/
+20
2021-09-28
Adapt to libbutl headers extension change from .mxx to .hxx
Karen Arutyunov
1
-6
/
+6
2021-08-13
Cache git status results in version module
Boris Kolpackov
1
-33
/
+0
2021-04-22
Add another hash/save_environment() overload
Boris Kolpackov
1
-0
/
+6
2021-04-20
Track changes to environment in cc rules
Boris Kolpackov
1
-0
/
+29
2021-04-02
Add support for propagating project environment
Boris Kolpackov
1
-2
/
+1
2021-01-30
Add std::{map, multimap} to types.hxx
Boris Kolpackov
1
-2
/
+1
2021-01-30
Rework include translation support
Boris Kolpackov
1
-0
/
+5
2020-12-15
Cache more results of executing programs (compilers, etc)
Boris Kolpackov
1
-2
/
+34
2020-11-30
Add more default argument values to run_start()
Boris Kolpackov
1
-13
/
+13
2020-11-23
Add $string.lcase() and $string.ucase() functions
Karen Arutyunov
1
-0
/
+1
2020-11-06
Add support for test timeouts
Karen Arutyunov
1
-0
/
+7
2020-08-13
Add few more run() overloads
Boris Kolpackov
1
-2
/
+17
2020-08-12
Add iterator-based versions of find_option{,_prefix}
Matthew Krupcale
1
-3
/
+13
2020-05-27
Initial support for ad hoc recipes (still work in progress)
Boris Kolpackov
1
-0
/
+1
2020-04-27
Rework tool importation along with cli module
Boris Kolpackov
1
-1
/
+3
2020-02-12
Adapt to renaming butl::fdnull() to fdopen_null()
Karen Arutyunov
1
-1
/
+1
2020-02-12
Add builtins support for $process.run*() functions
Karen Arutyunov
1
-0
/
+8
2020-02-12
Add convenience run_start() overload
Boris Kolpackov
1
-1
/
+26
2020-02-07
Drop copyright notice from source code
Karen Arutyunov
1
-1
/
+0
2020-01-27
Improve process run_*() API
Boris Kolpackov
1
-11
/
+25
2019-11-14
Make use of butl::to_stream(ostream, path, bool)
Karen Arutyunov
1
-1
/
+2
2019-11-07
Initial work on path_name use for `-` to stdin/stdout translation
Boris Kolpackov
1
-11
/
+3
2019-11-05
Add support for automatic importing of libbuild2 of installed case
Boris Kolpackov
1
-1
/
+3
2019-11-04
Add support for configuration exporting and importing
Boris Kolpackov
1
-0
/
+13
2019-10-29
Add forward declaration header for build state types
Boris Kolpackov
1
-7
/
+1
2019-10-25
Add --silent, remap verbosity 0 to 1 while building modules unless silent
Boris Kolpackov
1
-1
/
+5
2019-10-19
Add find_stem() utility function
Boris Kolpackov
1
-0
/
+14
2019-10-18
Add ability to specify "compiler mode" options as part of config.{c,cxx}
Boris Kolpackov
1
-10
/
+19
2019-10-16
Try to find MSVC installation for absolute cl.exe paths
Boris Kolpackov
1
-1
/
+4
2019-10-14
Implement MSVC installation discovery for version 15 (2017) and later
Karen Arutyunov
1
-9
/
+9
2019-10-09
Prepend pattern search paths to PATH when running binutils
Boris Kolpackov
1
-15
/
+19
2019-10-08
Redo bin pattern as PATH-like search paths rather than fallback directory
Boris Kolpackov
1
-2
/
+15
2019-10-01
Adapt to renaming butl::casecmp() to icasecmp()
Karen Arutyunov
1
-3
/
+3
2019-08-30
Make build_installed const
Boris Kolpackov
1
-3
/
+2
2019-08-28
Redo build_installed without requiring linking whole archive
Boris Kolpackov
1
-2
/
+0
2019-08-26
Implement auto-import of development build2 build
Boris Kolpackov
1
-0
/
+6
2019-08-23
Introduce notion of build context
Boris Kolpackov
1
-4
/
+3
2019-08-21
Implement dynamic loading of build system modules
Boris Kolpackov
1
-1
/
+5
2019-08-07
Improve deadlock diagnostics (suppress stack trace, reword)
Boris Kolpackov
1
-1
/
+7
2019-08-01
Fix linkage failure due to inline functions defined in libbuild2/algorithm.ix...
Karen Arutyunov
1
-1
/
+1
2019-07-01
Split build system into library and driver
Boris Kolpackov
1
-0
/
+671