Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-30 | Make use of ifdstream::read_text() | Karen Arutyunov | 1 | -4/+1 | |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -8/+8 | |
2017-04-24 | Add change flag in addition to timestamp in Windows manifest logic | Boris Kolpackov | 1 | -5/+6 | |
Essentially the same idea as with using target_state::changed in case the timestamps are equal (due to insufficient resolution). | |||||
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Pass const target& to recipes | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Pass const scope& where modification should not happen | Boris Kolpackov | 1 | -1/+1 | |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+1 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-09-15 | Add io_error alias for std::ios_base::failure | Karen Arutyunov | 1 | -2/+2 | |
2016-09-13 | Fix crashing on unhandled system_error thrown by file_exists() | Karen Arutyunov | 1 | -1/+1 | |
2016-08-12 | Implement support for C compilation | Boris Kolpackov | 1 | -0/+136 | |
We now have two new modules: cc (c-common) and c. |