Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | Extract version for lld-link | Boris Kolpackov | 1 | -4/+33 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2020-01-29 | Rename module_base to module, redo module boot/init argument passing | Boris Kolpackov | 1 | -30/+21 | |
2020-01-28 | Use scope::var_pool() | Boris Kolpackov | 1 | -12/+12 | |
2020-01-28 | Use scope::insert_rule() | Boris Kolpackov | 1 | -2/+2 | |
2020-01-27 | See through lib{} group during dist | Boris Kolpackov | 1 | -1/+6 | |
2020-01-27 | Improve module loading API | Boris Kolpackov | 1 | -26/+12 | |
2019-11-12 | Infra work for customizable config var persistence (config.config.persist) | Boris Kolpackov | 1 | -1/+1 | |
2019-10-29 | Add support for specifying custom load prefix and version clean patterns | Boris Kolpackov | 1 | -5/+14 | |
2019-10-09 | Prepend pattern search paths to PATH when running binutils | Boris Kolpackov | 1 | -24/+1 | |
This way any dependent tools (such as mt.exe that is invoked by link.exe) are first search for in there. | |||||
2019-10-09 | Work around issue with undefined symbol to constexpr const | Boris Kolpackov | 1 | -1/+1 | |
Note that this only manifests itself when compiling in the C++14 mode (e.g., during bootstrap or with an older compiler like GCC 4.9). | |||||
2019-10-08 | Redo bin pattern as PATH-like search paths rather than fallback directory | Boris Kolpackov | 1 | -23/+39 | |
Also, unlike the fallback directory, the search paths are searched first rather than last. | |||||
2019-08-28 | Move bin build system module to separate library | Karen Arutyunov | 1 | -0/+963 | |