Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-29 | Implement "see through" installation semantics for utility libraries | Boris Kolpackov | 1 | -8/+20 | |
2017-07-27 | Initial infrastructure for utility libraries | Boris Kolpackov | 1 | -0/+14 | |
2017-05-31 | C++ modules work: add target types | Boris Kolpackov | 1 | -8/+25 | |
2017-05-30 | Rework C/C++ standard translation in preparation for experimental/modules | Boris Kolpackov | 1 | -5/+6 | |
Also fix bug in clang-apple versioning. | |||||
2017-05-25 | Add compiler_id enum | Boris Kolpackov | 1 | -0/+1 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -8/+8 | |
2017-03-04 | Only set install variables if install module has been loaded | Boris Kolpackov | 1 | -14/+20 | |
While generally a good idea, failing to do this trips up our load generation protection. | |||||
2017-03-02 | Unconditionally load bin.ar module in c and cxx modules | Boris Kolpackov | 1 | -14/+8 | |
With our utility library/until test approach this will probably be more common than not. | |||||
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 1 | -3/+5 | |
2017-01-23 | Make rules const throughout | Boris Kolpackov | 1 | -3/+3 | |
2017-01-12 | Implement support for narrowing down tests (config.test) | Boris Kolpackov | 1 | -8/+6 | |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+1 | |
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 1 | -48/+56 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-12-05 | Eliminate the use of '/...' paths on Windows | Karen Arutyunov | 1 | -0/+2 | |
2016-09-05 | Handle /usr/local brain-death | Boris Kolpackov | 1 | -9/+31 | |
2016-09-04 | Add /usr/local/lib to library search paths on FreeBSD | Boris Kolpackov | 1 | -37/+50 | |
2016-08-30 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2016-08-27 | Clean up library export, make c and cxx modules project root only | Boris Kolpackov | 1 | -158/+173 | |
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-08-23 | Rename cc.{vars,config} modules to cc.core.{vars,config} | Boris Kolpackov | 1 | -8/+9 | |
We are going to use cc.config for something else. | |||||
2016-08-22 | Cache process_path, use fallback search directory for binutils | Boris Kolpackov | 1 | -1/+2 | |
2016-08-19 | Implement uninstall operation | Boris Kolpackov | 1 | -15/+18 | |
2016-08-17 | Add support for config.bin.{lib,exe}.{prefix,suffix} | Boris Kolpackov | 1 | -1/+1 | |
This replaces the bin.libprefix functionality. | |||||
2016-08-12 | Add support for ordering modules in config.build | Boris Kolpackov | 1 | -1/+18 | |
2016-08-12 | Implement c/cxx toolchain cross-hinting | Boris Kolpackov | 1 | -28/+68 | |
2016-08-12 | Implement support for C compilation | Boris Kolpackov | 1 | -0/+291 | |
We now have two new modules: cc (c-common) and c. |