Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KWSys Nightly Date Stamp | KWSys Robot | 2011-09-02 | 1 | -1/+1 |
* | Merge topic 'fix-xcode4-test-failures' | David Cole | 2011-09-01 | 1 | -1/+8 |
|\ | |||||
| * | Xcode4: Requires more quoting of single quote char | David Cole | 2011-08-25 | 1 | -1/+8 |
* | | Merge topic 'AutomocForQt' | David Cole | 2011-09-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | Create moc files in the current binary dir, not the top level. | Stephen Kelly | 2011-08-25 | 1 | -1/+1 |
* | | | KWSys: Fix std::string hash function for Borland | Brad King | 2011-09-01 | 1 | -0/+2 |
* | | | KWSys: Add hash function for std::string | Brad King | 2011-09-01 | 1 | -0/+11 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-09-01 | 1 | -2/+2 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-31 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-30 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-29 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-28 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-27 | 1 | -1/+1 |
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-26 | 1 | -1/+1 |
* | | | Merge topic 'fix-11690-preserve-xcode-objectids' | David Cole | 2011-08-25 | 4 | -21/+89 |
|\ \ \ | |||||
| * | | | Xcode: Save object id values in CMakeCache.txt (#11690) | David Cole | 2011-08-24 | 4 | -21/+89 |
* | | | | Merge topic 'fix_nmake_var_plus' | David Cole | 2011-08-25 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Fix for bug #12413, nmake did not handle targets with + in the name. | Bill Hoffman | 2011-08-24 | 1 | -0/+2 |
* | | | | | Merge topic 'UsingCMakeLikePkgConfig2' | David Cole | 2011-08-25 | 6 | -25/+181 |
|\ \ \ \ \ | |||||
| * | | | | | Fix line length | Alex Neundorf | 2011-08-18 | 1 | -1/+2 |
| * | | | | | Disable any STATUS output in --find-package mode | Alex Neundorf | 2011-08-15 | 1 | -2/+9 |
| * | | | | | Improve documentation for --find-package mode | Alex Neundorf | 2011-08-11 | 1 | -1/+3 |
| * | | | | | Replace cmake::GetScriptMode() with GetWorkingMode() | Alex Neundorf | 2011-08-09 | 5 | -31/+38 |
| * | | | | | Implement find-package mode of cmake | Alex Neundorf | 2011-07-02 | 1 | -2/+98 |
| * | | | | | Add find-package mode, which does nothing yet | Alex Neundorf | 2011-07-02 | 4 | -2/+45 |
| * | | | | | Make clLocalGenerator::GetTargetFlags() public | Alex Neundorf | 2011-07-02 | 1 | -1/+1 |
* | | | | | | Merge topic 'AutomocForQt' | David Cole | 2011-08-25 | 17 | -74/+990 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | QtAutomoc: Eliminate compiler warning | David Cole | 2011-08-19 | 1 | -1/+1 |
| * | | | | | Fix automoc with VS builds: apply patch from Bill | Alex Neundorf | 2011-08-18 | 4 | -39/+21 |
| * | | | | | Silence warning in automoc: use long instead of int | Alex Neundorf | 2011-08-18 | 1 | -1/+1 |
| * | | | | | Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out | Alex Neundorf | 2011-08-18 | 1 | -2/+2 |
| * | | | | | Fix bootstrap test with automoc | Alex Neundorf | 2011-08-17 | 2 | -2/+3 |
| * | | | | | Fix warnings | Alex Neundorf | 2011-08-16 | 1 | -6/+7 |
| * | | | | | Fix build: non-void function must return a value | Alex Neundorf | 2011-08-16 | 1 | -1/+1 |
| * | | | | | Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOC | Alex Neundorf | 2011-08-16 | 2 | -1/+33 |
| * | | | | | Nicer progress message for the automoc target | Alex Neundorf | 2011-08-16 | 1 | -2/+4 |
| * | | | | | Move automoc processing from add_executable/library to cmGlobalGenerator | Alex Neundorf | 2011-08-15 | 4 | -41/+36 |
| * | | | | | Remove trailing whitespace | Alex Neundorf | 2011-08-15 | 1 | -14/+14 |
| * | | | | | Refactor SetupAutomocTarget() so it can be run after creating the target | Alex Neundorf | 2011-08-15 | 4 | -64/+28 |
| * | | | | | Remove trailing whitespace | Alex Neundorf | 2011-08-15 | 1 | -6/+6 |
| * | | | | | Use cout instead of printf() | Alex Neundorf | 2011-08-14 | 1 | -8/+8 |
| * | | | | | Add the generated automoc.cpp file to the cleaned files | Alex Neundorf | 2011-08-14 | 1 | -0/+2 |
| * | | | | | Color output when running moc | Alex Neundorf | 2011-08-14 | 2 | -8/+23 |
| * | | | | | Initialize verbose based onb the env.var. | Alex Neundorf | 2011-08-14 | 1 | -1/+1 |
| * | | | | | Move code for parsing a cpp-file from the big loop to separate function | Alex Neundorf | 2011-08-14 | 2 | -183/+186 |
| * | | | | | Fix line lengths | Alex Neundorf | 2011-08-14 | 1 | -49/+60 |
| * | | | | | Add AUTOMOC to the add_library() command | Alex Neundorf | 2011-08-14 | 3 | -13/+42 |
| * | | | | | Add the cmake module required currently for automoc | Alex Neundorf | 2011-08-14 | 5 | -1/+169 |
| * | | | | | Remove the need to check for .h/.cxx during buildtime | Alex Neundorf | 2011-08-14 | 2 | -144/+143 |
| * | | | | | Add actual automoc code from automoc | Alex Neundorf | 2011-08-14 | 2 | -6/+589 |