index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
automoc: improved warning message in relaxed mode
Alex Neundorf
2011-12-14
1
-5/+8
*
automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE
Alex Neundorf
2011-12-13
6
-16/+14
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-13
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-12
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-11
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-10
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-09
1
-1/+1
*
KWSys Nightly Date Stamp
KWSys Robot
2011-12-08
1
-1/+1
*
Merge topic 'AutomocIncludedDotMocFileHandling'
David Cole
2011-12-07
21
-73/+790
|
\
|
*
Merge branch 'master' into AutomocIncludedDotMocFileHandling
David Cole
2011-12-07
201
-567/+7588
|
|
\
|
*
|
automoc: add documentation for CMAKE_AUTOMOC_STRICT_MODE
Alex Neundorf
2011-12-06
2
-1/+18
|
*
|
automoc: fix line length
Alex Neundorf
2011-12-06
1
-1/+1
|
*
|
automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsing
Alex Neundorf
2011-12-02
3
-2/+13
|
*
|
automoc: accept even more .moc files in non-strict mode
Alex Neundorf
2011-12-02
1
-56/+25
|
*
|
automoc: also accept other files when .moc is included in non-strict mode
Alex Neundorf
2011-12-02
1
-20/+14
|
*
|
automoc: add a StrictParseCppFile(), which is only qmake-compatible
Alex Neundorf
2011-12-02
2
-6/+125
|
*
|
automoc: move the code for finding headers into separate function
Alex Neundorf
2011-12-02
2
-21/+37
|
*
|
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
[next]