Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-26 | Improve diagnostics | Boris Kolpackov | 1 | -1/+1 | |
2019-08-26 | Fix typo | Karen Arutyunov | 1 | -1/+2 | |
2019-08-26 | Factor target name processing code from parser to scope | Boris Kolpackov | 1 | -50/+4 | |
2019-08-26 | Make target types project-wide | Boris Kolpackov | 1 | -1/+1 | |
2019-08-25 | Split import into search and load steps | Boris Kolpackov | 1 | -4/+0 | |
This allows us to load things in a separate context. | |||||
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -35/+35 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -1/+0 | |
2019-08-16 | Minor cleanups | Boris Kolpackov | 1 | -3/+3 | |
2019-07-25 | Implement pre-parse mode for parse_names_trailer() | Karen Arutyunov | 1 | -2/+22 | |
2019-07-25 | Fix parse_names_trailer() for 'cross with empty LHS' case ({$empty}{x y}) | Karen Arutyunov | 1 | -0/+1 | |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+5526 | |