David Cole
8f635d0268
Merge topic 'vs11-arm-generator'
...
5af93bb VS11: Fix ARM architecture hint typo (#13077 )
0fa3d09 VS11: Add ARM architecture generator (#13077 )
2012-05-17 14:58:41 -04:00
David Cole
c47f904874
Merge topic 'ninja_convenience_targets'
...
92cee76 Ninja: Add a convenient 'help' target.
3bd41f2 Ninja: Add a convenient 'clean' target.
2012-05-17 14:58:31 -04:00
David Cole
8519085803
Merge topic 'CPack-preserveTimestampInSourcePackage'
...
3d10f65 CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes : #0013193
2012-05-17 14:58:20 -04:00
Kitware Robot
3e0580ba65
CMake Nightly Date Stamp
2012-05-17 00:01:03 -04:00
Kitware Robot
e78483c08e
CMake Nightly Date Stamp
2012-05-16 00:01:03 -04:00
Kitware Robot
0977250ba0
CMake Nightly Date Stamp
2012-05-15 00:01:04 -04:00
Kitware Robot
75c0304a9e
CMake Nightly Date Stamp
2012-05-14 00:01:03 -04:00
Kitware Robot
c7dab4b936
CMake Nightly Date Stamp
2012-05-13 00:01:02 -04:00
Kitware Robot
b149d1ed05
CMake Nightly Date Stamp
2012-05-12 00:01:03 -04:00
Kitware Robot
a2f5d14c73
CMake Nightly Date Stamp
2012-05-11 00:01:03 -04:00
Brad King
5af93bb987
VS11: Fix ARM architecture hint typo ( #13077 )
2012-05-10 07:08:09 -04:00
Kitware Robot
9d9fc18ffa
CMake Nightly Date Stamp
2012-05-10 00:01:03 -04:00
Nicolas Despres
92cee7626c
Ninja: Add a convenient 'help' target.
2012-05-09 19:08:12 +02:00
Nicolas Despres
3bd41f2eb5
Ninja: Add a convenient 'clean' target.
...
It has been asked on the mailing list:
http://public.kitware.com/pipermail/cmake-developers/2012-April/003805.html
2012-05-09 19:08:12 +02:00
Eric NOULARD
3d10f65e39
CPack - preserve timestamp for CPACK_INSTALLED_DIRECTORIES. fixes : #0013193
2012-05-09 18:02:13 +02:00
Minmin Gong
0fa3d09369
VS11: Add ARM architecture generator ( #13077 )
2012-05-09 09:12:13 -04:00
Kitware Robot
ad5c9d06c4
CMake Nightly Date Stamp
2012-05-09 00:01:04 -04:00
David Cole
e7e9f242db
Merge topic 'vs-osx-framework-headers'
...
470f39c VS: Restore header files marked as OS X Framework content (#13196 )
2012-05-08 14:33:39 -04:00
David Cole
6f07948486
Merge topic 'doc-html-index'
...
707afd1 Documentation: Improve HTML section index format
2012-05-08 14:33:25 -04:00
David Cole
41d3dfc1ef
Merge topic 'FixMultipleResultsInFeatureSummary'
...
1f8f58a fix #13195 : avoid multiple mentions of found packages
2012-05-08 14:33:13 -04:00
David Cole
3f781264d2
Merge topic 'fix-13121-handle-gcov47-output'
...
56f499d CTest: Modify reg ex so it also works with gcov 4.7 output (#13121 )
2012-05-08 14:33:02 -04:00
David Cole
105dfc38be
Merge topic 'abort-findqt4-on-qt5'
...
37a28ff Fix the number variable comparison when Qt is not found.
1dfe15c Abort FindQt4.cmake if Qt 5 is found.
2012-05-08 14:32:53 -04:00
David Cole
fb337c66b8
Merge topic 'doc-NO_SONAME-typo'
...
1aa5216 Fix a few typos in NO_SONAME property description.
2012-05-08 14:32:43 -04:00
David Cole
da0dc9edd7
Merge topic 'kwsys-no-depend-FundamentalType'
...
221b5b6 KWSys: Remove dependencies on FundamentalType
2012-05-08 14:32:31 -04:00
Kitware Robot
21aea010c4
CMake Nightly Date Stamp
2012-05-08 00:01:05 -04:00
Brad King
470f39cf4e
VS: Restore header files marked as OS X Framework content ( #13196 )
...
Header files listed in a target's PUBLIC_HEADER or similar properties
are marked as OS X Framework content. Refactoring performed by
commit 11d9b211 (Add cmGeneratorTarget to represent a target during generation, 2012-03-07)
commit 45c2f932 (Simplify cmMakefileTargetGenerator using cmGeneratorTarget, 2012-03-07)
commit 328c0f65 (Simplify cmVisualStudio10TargetGenerator source classification, 2012-03-19)
and related commits accidentally removed such files from treatment as
normal header files by the VS generator (generators other than Makefiles
and Xcode). Move handling of such files out of cmGeneratorTarget and
back to cmMakefileTargetGenerator. The central cmGeneratorTarget
classification will always treat them as header or extra sources.
2012-05-07 15:28:19 -04:00
Brad King
707afd1ed0
Documentation: Improve HTML section index format
...
Add a newline after section index list items. This makes the generated
HTML source more readable.
2012-05-07 08:51:57 -04:00
Kitware Robot
c5a67a7fec
CMake Nightly Date Stamp
2012-05-07 00:01:03 -04:00
Alex Neundorf
1f8f58a0b9
fix #13195 : avoid multiple mentions of found packages
...
Now before adding a package to the list of found or not-found
packages, the package is remvoed from both lists before.
Alex
2012-05-06 16:32:10 +02:00
Kitware Robot
b4a189fd14
CMake Nightly Date Stamp
2012-05-06 00:01:04 -04:00
Kitware Robot
98ff9dfc5a
CMake Nightly Date Stamp
2012-05-05 00:01:04 -04:00
Kitware Robot
c196e9ea35
CMake Nightly Date Stamp
2012-05-04 00:01:03 -04:00
David Cole
56f499dcef
CTest: Modify reg ex so it also works with gcov 4.7 output ( #13121 )
2012-05-03 17:08:19 -04:00
Stephen Kelly
37a28ffa36
Fix the number variable comparison when Qt is not found.
2012-05-03 17:40:04 +02:00
David Faure
1dfe15c431
Abort FindQt4.cmake if Qt 5 is found.
2012-05-03 16:47:07 +02:00
Kitware Robot
9a6d7881fd
CMake Nightly Date Stamp
2012-05-03 00:01:05 -04:00
Modestas Vainius
1aa52163ef
Fix a few typos in NO_SONAME property description.
2012-05-02 15:14:05 -04:00
Brad King
221b5b6977
KWSys: Remove dependencies on FundamentalType
...
The hash_fun.hxx header is configured whether FundamentalType is enabled
or not and so cannot depend on it. Run the relevant platform tests
whether or not FundamentalType is on and configure the result directly
into hash_fun. While at it, remove the dependence of SystemInformation
on FundamentalType too since it needs only information that we now
always compute.
2012-05-02 08:46:10 -04:00
Kitware Robot
3817314e2a
CMake Nightly Date Stamp
2012-05-02 00:01:04 -04:00
David Cole
17c65d1c44
Merge topic 'cmake-gui-thread-wait'
...
2c050a2 cmake-gui: Wait for configure/generate thread to complete before exiting.
2012-05-01 14:10:26 -04:00
David Cole
8df7aa54f0
Merge topic 'module-no-soname'
...
fdb3f87 Test NO_SONAME property (#13155 )
e1409ac Support building shared libraries or modules without soname (#13155 )
2012-05-01 14:09:59 -04:00
David Cole
d05e12bc16
Merge topic 'intel-Windows-RTC1'
...
dd08062 Intel: On Windows use /RTC1 instead of deprecated /GZ (#13174 )
2012-05-01 14:09:44 -04:00
David Cole
99f6055fe4
Merge topic 'fix-12564-avoid-git-re-clones'
...
08db81e ExternalProject: Avoid repeated git clone operations (#12564 )
d14c024 ExternalProject: Refactor repeated code into function (#12564 )
987c017 ExternalProject: Avoid unnecessary git clones (#12564 )
2012-05-01 14:09:34 -04:00
David Cole
28de11291a
Merge topic 'vs10-source-paths'
...
d931ce9 VS10: Generate relative source paths when possible (#12570 )
b2e7c7a VS11: Do not use source path conversion workaround specific to VS 10
4248132 VS10: Convert paths normally unless forced to relative
c2ba6ba VS10: Simplify vcxproj.filter file generation
4f2d9d2 VS10: Refactor custom commands to use WriteSource
2012-05-01 14:09:22 -04:00
David Cole
c75f404065
Merge topic 'kwsys-environ-cleanup'
...
e48796b KWSys: Fix SystemTools environment memory handling (#13156 )
b10c5cb CTest: Simplify environment save/restore
2012-05-01 14:09:12 -04:00
David Cole
203be17fd0
Merge topic 'more-Intel-warnings'
...
f621ead Check{C,CXX}CompilerFlag: catch more Intel warning types (#12576 )
2012-05-01 14:09:03 -04:00
David Cole
f5cf6c7cd7
Merge topic 'require-CMake-2.8.2'
...
d960de2 Require CMake 2.8.2 or higher to build CMake
2012-05-01 14:08:53 -04:00
David Cole
4db78c7c01
Merge topic 'doc-html-anchors'
...
dfccdd6 Documentation: Fix HTML anchor ranges
2012-05-01 14:08:34 -04:00
David Cole
2d8e2daffe
Merge topic 'ctest_memcheck-xml-encoding'
...
3da577d CTest: Escape MemCheck test output for XML (#13124 )
2012-05-01 14:08:25 -04:00
David Cole
63564847d2
Merge topic 'developer-setup'
...
c9072f8 Merge branch 'setup' into developer-setup
b7daff9 setup-stage: Optionally reconfigure topic stage
2012-05-01 14:08:14 -04:00