| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | 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 |
|
|
| * | | | | | Start implementing skeleton for automoc in cmake | Alex Neundorf | 2011-08-14 | 3 | -1/+100 |
|
|
| * | | | | | Start work on automoc: add empty cmQtAutomoc class | Alex Neundorf | 2011-08-07 | 4 | -0/+30 |
|
|
* | | | | | | Merge topic 'xcode4-remove-PREBINDING' | David Cole | 2011-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | Xcode: Remove PREBINDING attribute for Xcode 4 and above | Johan Bjork | 2011-08-19 | 1 | -1/+1 |
|
|
* | | | | | | | Merge topic 'fix-vs10-rebuild-issue' | David Cole | 2011-08-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | VS10: Avoid unnecessary rebuilds for custom commands | David Cole | 2011-08-18 | 1 | -1/+1 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-25 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-24 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-23 | 1 | -1/+1 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-22 | 1 | -1/+1 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-21 | 1 | -1/+1 |
|
|
* | | | | | KWSys: Remove translation path for "/tmp_mnt/" (#10595) | David Cole | 2011-08-20 | 1 | -2/+0 |
|
|
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-20 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-19 | 1 | -1/+1 |
|/ / / |
|
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-18 | 1 | -1/+1 |
|
|
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-17 | 1 | -1/+1 |
|
|
* | | | Merge topic 'add-vs9-midl-inc-dirs' | David Cole | 2011-08-16 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | VS9: Add include_directories to midl command lines | David Cole | 2011-08-12 | 1 | -0/+7 |
|
|
* | | | | Merge topic 'WriteConfigVersionFile_2TemplateFiles' | David Cole | 2011-08-16 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Provide macro write_basic_config_version_file() | Alex Neundorf | 2011-08-01 | 1 | -0/+3 |
|
|
* | | | | | Merge topic 'fix-10941-correct-comments' | David Cole | 2011-08-16 | 7 | -14/+14 |
|\ \ \ \ \ |
|
| * | | | | | Documentation: Fix comments in the source code (#10941) | David Cole | 2011-08-04 | 7 | -14/+14 |
|
|
* | | | | | | Merge topic 'enable-parallel-xcode-builds' | David Cole | 2011-08-16 | 1 | -22/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | Xcode: Rearrange CMakeReRun to enable parallel builds | Johan Björk | 2011-08-04 | 1 | -22/+23 |
|
|
* | | | | | | | Merge topic 'fix-imported-target-depend-crash' | David Cole | 2011-08-16 | 1 | -3/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Do not crash when an imported target depends on a missing target | Brad King | 2011-08-04 | 1 | -3/+5 |
|
|
* | | | | | | | | Merge topic 'fix-12259-quote-commas-for-xcode' | David Cole | 2011-08-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Xcode: Quote ',' in Xcode string values (#12259) | Johan Björk | 2011-08-04 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge topic 'fix-11746-sort-failed-tests-output' | David Cole | 2011-08-16 | 2 | -5/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix line too long style violation | David Cole | 2011-08-03 | 1 | -1/+2 |
|
|
| * | | | | | | | | CTest: print failed tests in index order (#11746) | David Cole | 2011-08-03 | 2 | -5/+18 |
| |/ / / / / / / |
|
* | | | | | | | | Merge topic 'intel_fortran_vs2010' | David Cole | 2011-08-16 | 2 | -0/+11 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test. | Bill Hoffman | 2011-08-03 | 2 | -0/+11 |
|
|
* | | | | | | | | | Merge topic 'fix-8707-add-vs-globals' | David Cole | 2011-08-16 | 2 | -5/+14 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge topic 'intel_fortran_vs2010' into fix-8707-add-vs-globals | David Cole | 2011-07-29 | 2 | -5/+14 |
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / / |
|
| | * | | | | | | | | Initial support for Intel Fortran VS2010. | Bill Hoffman | 2011-07-08 | 2 | -5/+14 |
|
|
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-16 | 1 | -1/+1 |
|
|
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-15 | 1 | -1/+1 |
|
|
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-08-14 | 1 | -1/+1 |
|
|