Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Fix build: use std::ios::out|ios::trunc instead of std::ios_base::out | Alex Neundorf | 2011-08-18 | 1 | -2/+2 | |
| * | | | | | | Only enable the automoc test after checking that Qt4 works | Alex Neundorf | 2011-08-17 | 1 | -12/+31 | |
| * | | | | | | 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 | |
| * | | | | | | Automoc.cmake is not needed anymore | Alex Neundorf | 2011-08-16 | 1 | -158/+0 | |
| * | | | | | | Fix logic which decides when to execute automoc test | Alex Neundorf | 2011-08-16 | 1 | -14/+15 | |
| * | | | | | | Add documentation for AUTOMOC, add initialization via CMAKE_AUTOMOC | Alex Neundorf | 2011-08-16 | 2 | -1/+33 | |
| * | | | | | | Add a test for automoc | Alex Neundorf | 2011-08-16 | 7 | -0/+893 | |
| * | | | | | | 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 | 7 | -1/+340 | |
| * | | | | | | 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 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'fix_vcexpress_2010' | David Cole | 2011-08-25 | 1 | -7/+22 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use MSBuild when devenv is not around, since VCExpress seems broken. | Bill Hoffman | 2011-08-18 | 1 | -7/+22 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'FixOptionalEnableAsm' | David Cole | 2011-08-25 | 2 | -5/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix #12358: make optionally enabling ASM work again | Alex Neundorf | 2011-08-16 | 2 | -5/+15 | |
* | | | | | | | | | Merge topic 'FindLAPACK_FindBLAS' | David Cole | 2011-08-25 | 2 | -67/+118 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fixed: search of ATLAS library for C/C++-only projects | Alexey Ozeritsky | 2011-08-15 | 1 | -3/+3 | |
| * | | | | | | | | | ACML-GPU supportede | Alexey Ozeritsky | 2011-08-13 | 1 | -2/+2 | |
| * | | | | | | | | | ACML-GPU supported | Alexey Ozeritsky | 2011-08-13 | 1 | -11/+43 | |
| * | | | | | | | | | gotoblas supported | Alexey Ozeritsky | 2011-08-11 | 2 | -1/+30 | |
| * | | | | | | | | | fixed: search of acml libraries | Alexey Ozeritsky | 2011-08-11 | 2 | -56/+46 | |
* | | | | | | | | | | 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 | |
| |/ / / |/| | | |