Skip to content

Tags: g-h-c/pct

Tags

1.0.2

Toggle 1.0.2's commit message
Add Visual Studio 2008 project files. Fix is_end boolean loop variabl…

…e was actually set to true if an iterator did not point to the end. Fix that some ifstream/ofstream variables needed namespace resolution because of the ifstream in boost filesystem.

1.0.1

Toggle 1.0.1's commit message
Update README.md

1.0

Toggle 1.0's commit message
Updated tests after solving the bug where extractheaders was generati…

…ng the precompiled header at the wrong path if it not existed before

1.0-pre6

Toggle 1.0-pre6's commit message
Solved crash when --excluderegexp was not specified due to initializi…

…ng a regexp with an iterator to a string that may be pointing to end()

1.0-pre5

Toggle 1.0-pre5's commit message
Update README.md

1.0-pre4

Toggle 1.0-pre4's commit message
Update README.md

1.0-pre3

Toggle 1.0-pre3's commit message
Replace $(Configuration) with configuration-specific value in filepaths

1.0-pre2

Toggle 1.0-pre2's commit message
Solved race condition when accessing input.vcxproj as that variable

has to be captured by value in the lambda that processes the vcxproj

1.0-pre

Toggle 1.0-pre's commit message
Added --singlecore option to prevent pct from spawning multiple threads

v0.2.3

Toggle v0.2.3's commit message
Clarified usage of --includeheader