Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-04 | Add note to manual on specifying search paths in compiler mode | Boris Kolpackov | 3 | -1/+18 | |
2020-02-03 | Fix bug in sys_*_dirs commit | Boris Kolpackov | 1 | -1/+1 | |
2020-02-03 | Exclude -lexecinfo from resolution | Boris Kolpackov | 1 | -0/+5 | |
2020-02-03 | Add header/library search paths from compiler mode to sys_*_dirs | Boris Kolpackov | 12 | -199/+364 | |
2020-01-31 | Propagate installed library out (tag) when converting to name | Boris Kolpackov | 3 | -13/+31 | |
2020-01-31 | Use -l representation of library names in pkg-config files for MSVC | Boris Kolpackov | 1 | -5/+38 | |
Passing it as foo.lib triggers some (brain-dead) fragmentation logic in libpkgconf. Also, a C library built with MSVC can be used in MinGW (and vice versa) and so this is also a step in supporting that. | |||||
2020-01-31 | Tag installed library targets with linker path | Boris Kolpackov | 3 | -24/+34 | |
This makes sure we get different targets for different toolchains. | |||||
2020-01-30 | Swap order of matching command stdout and stderr by testscript runner | Karen Arutyunov | 1 | -2/+6 | |
2020-01-29 | Rename module_base to module, redo module boot/init argument passing | Boris Kolpackov | 24 | -216/+171 | |
2020-01-28 | Use scope::var_pool() | Boris Kolpackov | 18 | -222/+220 | |
2020-01-28 | Use scope::insert_rule() | Boris Kolpackov | 9 | -78/+56 | |
2020-01-27 | Add missing symbol export declarations | Boris Kolpackov | 1 | -2/+2 | |
2020-01-27 | See through lib{} group during dist | Boris Kolpackov | 4 | -5/+21 | |
2020-01-27 | Protect cc guess cache with mutex | Boris Kolpackov | 1 | -1/+12 | |
2020-01-27 | Improve module loading API | Boris Kolpackov | 17 | -114/+126 | |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 11 | -66/+138 | |
2020-01-27 | Add scope::{insert_rule,var_pool}() convenience functions | Boris Kolpackov | 1 | -2/+32 | |
2020-01-27 | Add corner case check in const.{c,cxx} array splitting | Boris Kolpackov | 1 | -8/+11 | |
2020-01-27 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2020-01-27 | Minor cleanup | Boris Kolpackov | 1 | -15/+1 | |
2020-01-24 | Don't pass dependency library non-export loptions to linker | Karen Arutyunov | 1 | -2/+10 | |
2019-12-04 | Remove stray tab from NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2019-11-29 | Fix bundled git running other git as a child on Windows | Karen Arutyunov | 1 | -9/+50 | |
2019-11-29 | Add sanity check | Boris Kolpackov | 1 | -1/+1 | |
2019-11-29 | Reorder {cc,c/cxx}.{poptions,loptions} | Boris Kolpackov | 5 | -12/+23 | |
Now it is c/cxx first followed by cc which is the reverse order of coptions since the header/library search paths are examined in the order specified (in contrast to the "last value wins" semantics that we assume for coptions). | |||||
2019-11-29 | Remove stray space in NEWS file | Boris Kolpackov | 1 | -1/+1 | |
2019-11-26 | Use switch in buildfile | Karen Arutyunov | 1 | -14/+12 | |
2019-11-26 | Rename executable's .lib/.exp to avoid clashes with libraries | Boris Kolpackov | 2 | -32/+44 | |
Failed that we cannot have an executable and a library with the same name and in the same directory (their .lib's will clash). | |||||
2019-11-22 | Filter out config.install.chroot from default host configuration | Boris Kolpackov | 1 | -1/+7 | |
2019-11-21 | Change version to 0.13.0-a.0.z | Boris Kolpackov | 3 | -4/+4 | |
2019-11-19 | Release version 0.12.0v0.12.0 | Boris Kolpackov | 3 | -6/+6 | |
2019-11-18 | Add couple of sanity checks | Boris Kolpackov | 4 | -6/+14 | |
2019-11-18 | NEWS file proofreading changes | Boris Kolpackov | 1 | -5/+5 | |
2019-11-18 | Update submodules | Boris Kolpackov | 2 | -0/+0 | |
2019-11-16 | Revert temporary use of c++17 mode in GCC modules support | Boris Kolpackov | 1 | -4/+0 | |
2019-11-16 | Handle dry-run mode in backlinking implementation | Boris Kolpackov | 2 | -12/+27 | |
2019-11-16 | Update NEWS file | Boris Kolpackov | 1 | -9/+228 | |
2019-11-15 | Use path_name_view in location and path_name_value in location_value | Karen Arutyunov | 11 | -36/+126 | |
2019-11-15 | Test and document wildcard character escaping | Boris Kolpackov | 3 | -16/+52 | |
Also document the new bracket expression ([...]) wildcard support. | |||||
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 10 | -79/+127 | |
Before: x = [string null] After: x = [string, null] | |||||
2019-11-15 | Improve {}-imbalance diagnostics in cc::parser and make it warning | Boris Kolpackov | 3 | -10/+33 | |
2019-11-15 | Fix bug in cc::parser location storage | Boris Kolpackov | 4 | -5/+32 | |
2019-11-14 | Cleanup attribute parsing code | Boris Kolpackov | 4 | -54/+37 | |
2019-11-14 | Require attributes to be separated from words and similar on RHS | Boris Kolpackov | 2 | -3/+20 | |
2019-11-14 | Adjust deadlock diagnostics to reflect its fuzzy nature | Boris Kolpackov | 1 | -3/+2 | |
2019-11-14 | Tighten up attribute recognition during parsing | Boris Kolpackov | 12 | -200/+300 | |
Now it should be possible to use `[]` for wildcard patterns, for example: foo = foo.[hit]xx Note that a leading bracket expression will still be recognized as attributes and escaping or quoting it will inhibit pattern matching. To resolve this case we need to specify an empty attribute list: foo = [] [abc]-foo.cxx | |||||
2019-11-14 | Make use of butl::to_stream(ostream, path, bool) | Karen Arutyunov | 6 | -13/+19 | |
2019-11-13 | Increase deadlock detection timeout | Boris Kolpackov | 1 | -1/+1 | |
2019-11-13 | Use path_name in cc::lexer class | Karen Arutyunov | 15 | -64/+119 | |
2019-11-13 | Implement config.config.persist logic | Boris Kolpackov | 4 | -78/+193 | |
Note that the inherited value part is documented but is not yet fully implemented. |