Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-25 | Get rid of pkgconfig module | Karen Arutyunov | 19 | -370/+94 | |
2017-09-25 | Make use of libpkgconf library | Karen Arutyunov | 9 | -189/+635 | |
2017-09-24 | Clarify header to module mapping in documentation | Boris Kolpackov | 1 | -4/+6 | |
2017-09-23 | Add example for modules and preprocessor discussion | Boris Kolpackov | 1 | -6/+30 | |
2017-09-21 | Minor doc clarification | Boris Kolpackov | 1 | -3/+3 | |
2017-09-21 | Fix typo | Boris Kolpackov | 1 | -2/+2 | |
2017-09-21 | Clarify include visibility | Boris Kolpackov | 1 | -8/+14 | |
2017-09-21 | Documentation proofreading fixes | Boris Kolpackov | 1 | -193/+206 | |
2017-09-15 | Documentation improvements related to C++ Modules | Boris Kolpackov | 1 | -25/+56 | |
2017-09-14 | Add guidelines for modularizing existing code | Boris Kolpackov | 1 | -5/+721 | |
2017-09-11 | Add ability to pass scope to buildfile functions, add $install.resolve() | Boris Kolpackov | 10 | -38/+342 | |
2017-09-11 | Initial C++ Modules guidelines (granularity and partitioning) | Boris Kolpackov | 1 | -5/+71 | |
2017-09-11 | More C++ Modules documentation updates | Boris Kolpackov | 1 | -20/+30 | |
2017-09-08 | Add install::resolve_dir(scope) overload | Boris Kolpackov | 2 | -8/+29 | |
2017-09-08 | More C++ Modules documentation updates | Boris Kolpackov | 1 | -3/+45 | |
2017-09-07 | Implement {c,cxx}.guess modules | Boris Kolpackov | 7 | -68/+165 | |
These can be loaded before {c,cxx} to guess the compiler. Based on this information we can then choose the standard, experimental features, etc. For example: using cxx.guess if ($cxx.id == 'clang') cxx.features.modules = false cxx.std = experimental using cxx | |||||
2017-09-07 | More C++ Modules documentation updates | Boris Kolpackov | 1 | -15/+4 | |
2017-09-06 | Minor C++ Modules documentation update | Boris Kolpackov | 1 | -5/+21 | |
2017-09-06 | Call dist callback in subprojects | Boris Kolpackov | 3 | -10/+35 | |
This fixes a bug with no updating manifest versions in build2-toolchain subprojects. | |||||
2017-09-06 | Handle git submodules in version module | Boris Kolpackov | 1 | -2/+4 | |
2017-09-06 | Simplify command line in INSTALL file | Boris Kolpackov | 1 | -3/+1 | |
2017-09-03 | Minor diagnostics tweaks | Boris Kolpackov | 1 | -4/+6 | |
2017-09-03 | Cleanup project src/out_root/base discovery logic | Boris Kolpackov | 3 | -137/+69 | |
Specifically, we no longer support specifying the out_base explicitly and assuming work is src_base. | |||||
2017-09-01 | Add support for try_match(), use to handle deleted headers | Boris Kolpackov | 8 | -73/+184 | |
2017-08-30 | Make $getenv() to return untyped value | Karen Arutyunov | 3 | -2/+30 | |
2017-08-30 | Add $regex.split(), $regex.merge() and $regex.apply() functions | Karen Arutyunov | 2 | -23/+452 | |
2017-08-30 | Switch to -fmodule-file=<name>=<file>, requires Clang 6.0/trunk | Boris Kolpackov | 2 | -9/+9 | |
2017-08-28 | Cosmetic documentation changes | Boris Kolpackov | 1 | -15/+15 | |
2017-08-24 | See through bmi*{} in order to install mxx{} | Boris Kolpackov | 2 | -14/+41 | |
2017-08-24 | Clean group members in reverse | Boris Kolpackov | 1 | -3/+3 | |
2017-08-23 | Don't clean generated cli files from src | Boris Kolpackov | 1 | -2/+5 | |
2017-08-23 | Move support for disabling cleaning to common functions | Boris Kolpackov | 2 | -16/+23 | |
2017-08-23 | Add perform_clean_group(), use instead of ad hoc implementation in cli rule | Boris Kolpackov | 4 | -35/+33 | |
2017-08-22 | Remove version.hxx related notes from README-GIT | Karen Arutyunov | 1 | -5/+0 | |
2017-08-22 | Fix disabling error reporting dialog box to properly test for serial execution | Karen Arutyunov | 1 | -4/+6 | |
2017-08-21 | Disable displaying error reporting dialog box on Windows unless run serially | Karen Arutyunov | 1 | -0/+10 | |
2017-08-21 | Fix comment in buildfile | Karen Arutyunov | 1 | -2/+2 | |
2017-08-20 | Don't distribute generated version.hxx and don't clean version | Boris Kolpackov | 3 | -21/+7 | |
Now the clean operation in src_root should result in state identical to distributed (which appears to be important to some packaging systems, e.g., Debian). | |||||
2017-08-20 | Add support for not cleaning generated version file | Boris Kolpackov | 5 | -6/+30 | |
2017-08-20 | Adjust bootstrap not to need pre-generated version.hxx | Boris Kolpackov | 6 | -6/+20 | |
2017-08-19 | Extend regex workaround to Clang/libc++ 5 and 6 | Boris Kolpackov | 1 | -1/+1 | |
2017-08-16 | Document bootstrap makefile usage, out of tree bootstrap/build | Boris Kolpackov | 2 | -5/+72 | |
2017-08-16 | Allow any directory separators when building src-out map | Boris Kolpackov | 1 | -3/+4 | |
2017-08-16 | Use .b.o object file extension in bootstrap.gmake, add all, cleano targets | Boris Kolpackov | 1 | -7/+16 | |
2017-08-15 | Add support for bootstrapping using GNU make makefile | Boris Kolpackov | 1 | -0/+163 | |
2017-08-14 | Skip invalid paths when trying to remap generated headers | Boris Kolpackov | 1 | -45/+57 | |
2017-08-13 | Implement support for chroot'ed install (aka DESTDIR) | Boris Kolpackov | 4 | -41/+104 | |
For example: b config.install.root=/usr config.install.chroot=/tmp/install The difference between doing just config.install.root=/tmp/install/usr is that everything is installed "as if" into /usr. So, for example, pkg-config files will contain -I/usr/include, -L/usr/lib, etc. | |||||
2017-08-08 | Fix incorrect example in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2017-08-08 | Bump version to 0.7.0-a.0.z, master is open for business | Boris Kolpackov | 2 | -3/+3 | |
2017-08-07 | Install archive prerequisites of libraries0.6.0 | Boris Kolpackov | 1 | -8/+14 | |