summaryrefslogtreecommitdiffstats
path: root/build2/cc/windows-manifest.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix diagnostics bugBoris Kolpackov2018-06-131-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-3/+3
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Make use of ifdstream::read_text()Karen Arutyunov2017-05-301-4/+1
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-8/+8
|
* Add change flag in addition to timestamp in Windows manifest logicBoris Kolpackov2017-04-241-5/+6
| | | | | Essentially the same idea as with using target_state::changed in case the timestamps are equal (due to insufficient resolution).
* Implement parallel matchBoris Kolpackov2017-03-021-1/+1
|
* Pass const target& to recipesBoris Kolpackov2017-02-131-1/+1
|
* Pass const scope& where modification should not happenBoris Kolpackov2017-02-131-1/+1
|
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Add io_error alias for std::ios_base::failureKaren Arutyunov2016-09-151-2/+2
|
* Fix crashing on unhandled system_error thrown by file_exists()Karen Arutyunov2016-09-131-1/+1
|
* Implement support for C compilationBoris Kolpackov2016-08-121-0/+136
We now have two new modules: cc (c-common) and c.