| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | automoc: fix handling of included _p.moc files | Alex Neundorf | 2011-11-30 | 1 | -2/+3 |
|
|
| * | | | | | automoc: some more linebreaks for the warnings for better readability | Alex Neundorf | 2011-11-29 | 1 | -8/+8 |
|
|
| * | | | | | automoc: add extra check whether the header contains Q_PRIVATE_SLOT | Alex Neundorf | 2011-11-29 | 1 | -1/+50 |
|
|
| * | | | | | Add a test case for the use of Q_PRIVATE_SLOT. | Stephen Kelly | 2011-11-22 | 3 | -1/+42 |
|
|
| * | | | | | automoc: add special handling for including basename_p.moc, with test | Alex Neundorf | 2011-11-22 | 6 | -8/+124 |
|
|
| * | | | | | automoc: move some code from the big parsing loop into separate functions | Alex Neundorf | 2011-11-22 | 1 | -30/+47 |
|
|
| * | | | | | automoc: add test for including a moc_abc_p.cpp file | Alex Neundorf | 2011-11-22 | 2 | -0/+34 |
|
|
| * | | | | | automoc: add test for including the moc file from another header | Alex Neundorf | 2011-11-22 | 5 | -1/+65 |
|
|
| * | | | | | automoc: add a test for including both abc.moc and moc_abc.cpp | Alex Neundorf | 2011-11-22 | 4 | -1/+74 |
|
|
| * | | | | | Automoc: modified handling of included .moc files | Alex Neundorf | 2011-11-16 | 1 | -3/+14 |
|
|
| * | | | | | automoc: another runtime optimization | Alex Neundorf | 2011-11-10 | 1 | -6/+23 |
|
|
| * | | | | | automoc: minor optimization | Alex Neundorf | 2011-11-10 | 1 | -1/+1 |
|
|
| * | | | | | automoc: improved diagnostics | Alex Neundorf | 2011-11-10 | 1 | -10/+11 |
|
|
| * | | | | | automoc: add more test cases | Alex Neundorf | 2011-11-10 | 6 | -1/+131 |
|
|
| * | | | | | automoc: handle the case when the developer includes the wrong mocfile | Alex Neundorf | 2011-11-10 | 1 | -0/+33 |
|
|
| * | | | | | automoc: rework the checking for the matching header, to give better warnings | Alex Neundorf | 2011-11-10 | 1 | -42/+35 |
|
|
| * | | | | | automoc: stricter checking for what file is included | Alex Neundorf | 2011-11-10 | 1 | -0/+12 |
|
|
* | | | | | | Merge topic 'refactor-versioned-lib-names' | David Cole | 2011-12-07 | 2 | -40/+37 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmTarget: Create helper method for versioned library names | Brad King | 2011-12-06 | 2 | -40/+37 |
|
|
* | | | | | | | Merge topic 'topics/FindCUDA/Misc-fixes' | David Cole | 2011-12-07 | 1 | -10/+11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Miscellaneous fixes. | James Bigler | 2011-12-06 | 1 | -10/+11 |
|
|
* | | | | | | | | Merge topic 'topics/FindCUDA/Multi-dir-clash' | David Cole | 2011-12-07 | 1 | -10/+54 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | | |
|
| * | | | | | | | Make CUDA working directory unique for each target. | James Bigler | 2011-12-06 | 1 | -10/+54 |
| |/ / / / / / |
|
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2011-12-07 | 1 | -1/+1 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | Merge topic 'topics/FindCUDA/Quote-fixes' | David Cole | 2011-12-06 | 2 | -21/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099). | James Bigler | 2011-12-06 | 2 | -21/+21 |
| |/ / / / / |
|
* | | | | | | Merge topic 'topics/FindCUDA/FixCUDAInUNCPath' | David Cole | 2011-12-06 | 1 | -2/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add work around for CUDA in UNC paths. | James Bigler | 2011-12-05 | 1 | -2/+16 |
| |/ / / / / |
|
* | | | | | | Merge topic 'topics/FindCUDA/linux-double-build' | David Cole | 2011-12-06 | 1 | -0/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | Reset dependency file list when a dependency disappeared. | James Bigler | 2011-12-05 | 1 | -0/+2 |
| |/ / / / / |
|
* | | | | | | Merge topic 'GNU-to-MS' | David Cole | 2011-12-06 | 27 | -5/+242 |
|\ \ \ \ \ \ |
|
| * | | | | | | Test CMAKE_GNUtoMS option in ExportImport on MinGW and MSys | Brad King | 2011-12-05 | 2 | -0/+6 |
|
|
| * | | | | | | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .lib | Brad King | 2011-12-05 | 15 | -2/+176 |
|
|
| * | | | | | | Factor makefile generator link rule lookup into helper function | Brad King | 2011-12-05 | 4 | -3/+12 |
|
|
| * | | | | | | Load platform files that need to know the ABI when possible | Brad King | 2011-12-05 | 7 | -0/+38 |
|
|
| * | | | | | | Fortran: Detect pointer size in gfortran on MinGW | Brad King | 2011-12-05 | 3 | -0/+10 |
|
|
* | | | | | | | Merge topic 'CUDAv3.2PathChanges' | David Cole | 2011-12-06 | 1 | -11/+14 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Added support for CUDA_PATH which is present in the CUDA toolkit 3.2 onward. | James Bigler | 2011-12-05 | 1 | -11/+14 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge topic 'fix-ExternalProject-svn-issue' | David Cole | 2011-12-06 | 1 | -7/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: ExternalProject: Remove unnecessary 'svn --version' call | Rolf Eike Beer | 2011-12-05 | 1 | -7/+0 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'findlapack-0012477-new' | David Cole | 2011-12-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | FindLAPACK: Fix linking to static LAPACK on Unix (#12477) | Alexey Ozeritsky | 2011-12-05 | 1 | -1/+1 |
|
|
* | | | | | | | | Merge topic 'TinyCC-compiler' | David Cole | 2011-12-06 | 3 | -0/+15 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | TinyCC: Add default compilation flags (#12605) | Mathieu Malaterre | 2011-12-05 | 1 | -0/+7 |
|
|
| * | | | | | | | | TinyCC: Add compiler info for shared libs on Linux (#12605) | Brad King | 2011-12-02 | 2 | -0/+5 |
|
|
| * | | | | | | | | Recognize the Tiny C Compiler (#12605) | Brad King | 2011-12-02 | 1 | -0/+3 |
|
|
* | | | | | | | | | Merge topic 'qt4-macros-verbatim' | David Cole | 2011-12-06 | 1 | -9/+9 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Fix path quoting in Qt4 macros | Pierre-Francois Laquerre | 2011-12-04 | 1 | -9/+9 |
|
|
* | | | | | | | | | | Merge topic 'export-final-location' | David Cole | 2011-12-06 | 6 | -21/+42 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | export(): Document undefined behavior of location properties | Brad King | 2011-12-01 | 3 | -10/+14 |
|
|