Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-29 | Delete archive before regenerating | Boris Kolpackov | 1 | -0/+11 | |
2017-07-28 | Restrict exe{} search to PATH when importing | Boris Kolpackov | 1 | -1/+3 | |
2017-07-28 | Filter out utility libraries during install | Boris Kolpackov | 1 | -0/+5 | |
2017-07-28 | Tweak generated header prefix mapping heuristics | Boris Kolpackov | 1 | -4/+17 | |
2017-07-28 | Use utility library to arrange unit testing | Boris Kolpackov | 11 | -116/+20 | |
2017-07-28 | Implement support for linking whole archive | Boris Kolpackov | 13 | -90/+237 | |
2017-07-28 | Tweak progress logic some more | Boris Kolpackov | 2 | -30/+36 | |
2017-07-28 | Fix bug in target_count logic | Boris Kolpackov | 2 | -2/+15 | |
2017-07-28 | Tweak progress display | Boris Kolpackov | 1 | -3/+3 | |
2017-07-28 | Add support for custom data storage in target::preprequisite_targets | Boris Kolpackov | 7 | -22/+76 | |
2017-07-27 | Implement displaying build progress (--progress|-p) | Boris Kolpackov | 12 | -76/+341 | |
2017-07-27 | Fix bug in new utility library logic | Boris Kolpackov | 1 | -1/+1 | |
2017-07-27 | Initial infrastructure for utility libraries | Boris Kolpackov | 20 | -341/+675 | |
2017-07-27 | Fix to print to diagnostics stream instead of std::cerr | Karen Arutyunov | 4 | -17/+12 | |
2017-07-26 | Fix bug in precise change detection logic | Boris Kolpackov | 1 | -4/+10 | |
2017-07-26 | Implement module map storage in .d, use -fmodule-file-map in GCC | Boris Kolpackov | 4 | -21/+106 | |
2017-07-25 | Fix bug in switching to preprocessed source | Boris Kolpackov | 1 | -7/+9 | |
2017-07-25 | Actualize target path that came from command line | Boris Kolpackov | 1 | -1/+1 | |
2017-07-25 | Remove incorrect assert in imported library processing logic | Boris Kolpackov | 1 | -2/+5 | |
2017-07-25 | Optimize handling of #line directives that don't change file | Boris Kolpackov | 2 | -2/+17 | |
2017-07-25 | Use absolute path to translation unit | Boris Kolpackov | 2 | -40/+56 | |
This seems to be the only sane way to obtain the same hash regardless of the working directory. | |||||
2017-07-24 | Get rid of VC warnings | Karen Arutyunov | 1 | -6/+6 | |
2017-07-24 | Issue diagnostics when we ignore ignorable changes | Boris Kolpackov | 1 | -2/+10 | |
2017-07-24 | Optimize C/C++ lexer | Boris Kolpackov | 6 | -36/+174 | |
2017-07-24 | Change dir_path/string concatenation semantics | Karen Arutyunov | 3 | -15/+82 | |
2017-07-22 | Fix testscript touch builtin some more | Boris Kolpackov | 1 | -3/+1 | |
2017-07-22 | Increase target data pad size | Boris Kolpackov | 2 | -3/+3 | |
2017-07-22 | Fix testscript touch builtin test | Karen Arutyunov | 1 | -1/+1 | |
2017-07-22 | Implement detection of ignorable changes (whitespaces, comments) | Boris Kolpackov | 12 | -182/+359 | |
2017-07-21 | Use binary mode when pre-parsing translation unit | Boris Kolpackov | 1 | -2/+3 | |
Failed that, the module export position we obtain cannot be reliably seeked to. | |||||
2017-07-21 | Adjust GCC module option name (-fmodule-file) | Boris Kolpackov | 1 | -1/+1 | |
2017-07-21 | Unset VC's IFCPATH if we are using custom std.* modules | Boris Kolpackov | 2 | -10/+48 | |
2017-07-21 | Fix and improve modules test | Boris Kolpackov | 1 | -1/+3 | |
2017-07-21 | Keep partially preprocessed output around if using modules | Boris Kolpackov | 1 | -27/+52 | |
Since with modules we may have to recompile and otherwise unchanged translation unit because of a BMI change. | |||||
2017-07-19 | Add support for fail, warn, info, text directives | Boris Kolpackov | 2 | -1/+43 | |
2017-07-19 | Add support for custom std.* modules in VC | Boris Kolpackov | 1 | -16/+48 | |
2017-07-19 | Add support for explicit fsdir{} specification | Boris Kolpackov | 2 | -14/+37 | |
2017-07-17 | Allow independent wildcard patterns in a group | Karen Arutyunov | 3 | -13/+32 | |
2017-07-13 | Change config.* to config.guess config.sub in buildfile | Karen Arutyunov | 1 | -3/+3 | |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 10 | -13/+15 | |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 19 | -148/+32 | |
2017-07-05 | Keep track of translation unit type, make own BMI for impl unit first | Boris Kolpackov | 3 | -36/+65 | |
2017-06-29 | Pass entire BMI graph, not only direct imports and re-exports | Boris Kolpackov | 3 | -30/+102 | |
All current implementations require access to the entire graph (though Clang embeds the file references so we don't need to pass the options). | |||||
2017-06-28 | Update to reflect new GCC signature for C++ modules branch | Boris Kolpackov | 1 | -1/+1 | |
2017-06-27 | Add support for regex function family | Karen Arutyunov | 13 | -24/+623 | |
2017-06-26 | Add support for $path_search() and $path_match() | Karen Arutyunov | 13 | -38/+467 | |
2017-06-26 | Make path value type to be base for dir_path | Karen Arutyunov | 2 | -7/+10 | |
2017-06-26 | Further C++ modules support documentation | Boris Kolpackov | 1 | -2/+113 | |
2017-06-24 | Make VC compatible with 'export module M;' by fixing up preprocessed output | Boris Kolpackov | 6 | -13/+66 | |
2017-06-23 | Don't treat mxx{} as cc-source | Boris Kolpackov | 2 | -4/+4 | |
If we do it, then the link rule will refuse to match when modules are disabled (in which case mxx{} should be treated as a header). |