Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-08 | Use new setup for unit tests | Karen Arutyunov | 1 | -6/+0 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 3 | -3/+3 | |
2018-12-03 | Suppress MSVC warnings at project level | Boris Kolpackov | 1 | -0/+6 | |
2018-11-28 | Add config.hxx.in config header, move stage status there | Boris Kolpackov | 1 | -0/+2 | |
2018-09-03 | Use (native) C and C++ compilers we were built with as defaults | Boris Kolpackov | 1 | -0/+5 | |
2018-06-20 | Regularize .gitignore files | Karen Arutyunov | 1 | -0/+2 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 3 | -3/+3 | |
2018-05-03 | Regularize directory target/scope-specific variable assignment syntax | Boris Kolpackov | 1 | -1/+1 | |
2017-07-29 | Refine utility library semantics with "see through" theme | Boris Kolpackov | 1 | -0/+2 | |
2017-07-28 | Use utility library to arrange unit testing | Boris Kolpackov | 1 | -3/+3 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -1/+1 | |
2017-04-28 | Switch to version module | Boris Kolpackov | 1 | -10/+1 | |
2017-03-03 | Remove no longer necessary cli target type definition | Boris Kolpackov | 1 | -8/+2 | |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 1 | -1/+1 | |
2017-01-12 | Don't by default treat exe{} in tests/ as tests | Boris Kolpackov | 1 | -2/+1 | |
2017-01-09 | Implement test.target variable | Boris Kolpackov | 1 | -0/+4 | |
The plan is to use it for the portable path conversions. | |||||
2017-01-05 | Update copyright year | Boris Kolpackov | 3 | -3/+3 | |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 1 | -0/+10 | |
2016-12-14 | Add support for cxx.std=latest, use when building build2 | Boris Kolpackov | 1 | -1/+1 | |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -2/+3 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -1/+1 | |
2016-09-08 | Bump version to 0.5.0-a1, master is open for business | Boris Kolpackov | 1 | -1/+1 | |
2016-09-06 | Don't search for subprojects recursively, only at top-level | Boris Kolpackov | 1 | -1/+0 | |
2016-09-05 | Bump version to 0.4.0 (final) | Boris Kolpackov | 1 | -2/+2 | |
2016-08-30 | Build infrastructure update | Boris Kolpackov | 2 | -4/+24 | |
2016-08-30 | Add support for target visibility, use for dist, test, install | Boris Kolpackov | 1 | -2/+1 | |
This means we can no longer write: install = false Now it should be: *: install = false | |||||
2016-08-30 | Remove backwards-compatibility kludges | Boris Kolpackov | 1 | -8/+1 | |
2016-08-27 | Clean up library export, make c and cxx modules project root only | Boris Kolpackov | 1 | -1/+2 | |
So now c and cxx modules can only be loaded in project root scope (normally root.build). Also, the c.std and cxx.std must now be set *before* loading the module to take effect. This means we won't be able to handle old buildfiles anymore but old versions of build2 should be able to handle new *.std placement. | |||||
2016-04-26 | Bump version to 0.4.0-a1, master is open for business | Boris Kolpackov | 1 | -2/+2 | |
2016-04-23 | Backwards-compatibility fixes | Boris Kolpackov | 1 | -1/+7 | |
2016-04-22 | Bump version to 0.3.0 | Boris Kolpackov | 1 | -1/+1 | |
2016-04-12 | Change text.exe to exe{*}:test (BC change) | Boris Kolpackov | 1 | -1/+2 | |
2016-02-04 | Bump version to 0.3.0-a1, master is open for business | Boris Kolpackov | 1 | -1/+1 | |
2016-01-31 | Bump version to 0.2.0 final | Boris Kolpackov | 1 | -2/+2 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2016-01-05 | Rename build directory/namespace to build2 | Boris Kolpackov | 112 | -22307/+0 | |
2016-01-04 | First step in migrating 'build' to 'build2' | Boris Kolpackov | 1 | -8/+10 | |
2015-12-16 | Revert back to using C++14 auto return type | Boris Kolpackov | 1 | -5/+4 | |
Explicit specification is just too ugly. But can always go back if needed. | |||||
2015-12-16 | Rely on as few C++14 features as possible | Boris Kolpackov | 4 | -42/+28 | |
2015-12-16 | Don't fail if we closed our end of pipe early | Boris Kolpackov | 1 | -1/+11 | |
2015-12-16 | Tweak install rule | Boris Kolpackov | 1 | -7/+14 | |
One day we are going to get it right... | |||||
2015-12-16 | Implement support for multiple scope/targets in variable assignment | Boris Kolpackov | 5 | -95/+207 | |
Can now even do this: foo/ file{*-bar} file{baz}: x = y | |||||
2015-12-15 | Fix bug in cxx install logic | Boris Kolpackov | 2 | -2/+3 | |
2015-12-14 | Make sure we don't link up to lib{} targets that are derived from liba/so{} | Boris Kolpackov | 2 | -5/+13 | |
2015-12-14 | Add note on redirecting STDERR in cli test | Boris Kolpackov | 1 | -0/+4 | |
2015-12-14 | Fix bugs in keyword recognition logic | Boris Kolpackov | 2 | -7/+6 | |
2015-12-14 | Search out_root before src_root for headers | Boris Kolpackov | 1 | -1/+1 | |
2015-12-14 | Add support for variable prepend operator: =+ | Boris Kolpackov | 9 | -30/+108 | |
2015-12-14 | Fix uninitialized variable bug | Boris Kolpackov | 1 | -1/+1 | |
2015-12-12 | Implement sudo support in install module | Boris Kolpackov | 2 | -19/+33 | |