aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/windows-manifest.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-23dry_runBoris Kolpackov1-1/+1
2019-07-01Split build system into library and driverBoris Kolpackov1-6/+6
2019-04-08Support for --dry-run|-n mode, perform update partBoris Kolpackov1-15/+24
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-06-13Fix diagnostics bugBoris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-3/+3
Instead we now have two more or less separate match states for outer and inner parts of an action.
2017-05-30Make use of ifdstream::read_text()Karen Arutyunov1-4/+1
2017-05-01Add hxx extension for headersKaren Arutyunov1-8/+8
2017-04-24Add change flag in addition to timestamp in Windows manifest logicBoris Kolpackov1-5/+6
Essentially the same idea as with using target_state::changed in case the timestamps are equal (due to insufficient resolution).
2017-03-02Implement parallel matchBoris Kolpackov1-1/+1
2017-02-13Pass const target& to recipesBoris Kolpackov1-1/+1
2017-02-13Pass const scope& where modification should not happenBoris Kolpackov1-1/+1
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-09-15Add io_error alias for std::ios_base::failureKaren Arutyunov1-2/+2
2016-09-13Fix crashing on unhandled system_error thrown by file_exists()Karen Arutyunov1-1/+1
2016-08-12Implement support for C compilationBoris Kolpackov1-0/+136
We now have two new modules: cc (c-common) and c.