Yury G. Kudryashov
e26657103f
Remove UnionsAvailable member from 2 classes
...
These classes were copied from cmDependsJavaParserHelper that really needs this
member.
2012-03-03 15:11:08 +04:00
KWSys Robot
ac2979e4b3
KWSys Nightly Date Stamp
2012-03-03 00:05:08 -05:00
Rolf Eike Beer
234b7cad1c
AllFindModules test: do not require TCLSH version
2012-03-02 20:52:41 +01:00
Brad King
6aba9fa5a5
Exclude from CMake source archives files specific to Git work tree
...
Add the "export-ignore" attribute to SetupForDevelopment.sh and
the Git/ hooks directory.
2012-03-02 14:36:56 -05:00
Brad King
e333602567
Fix MSYS CVS local test repo path format ( #13001 )
...
The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH. Detect
the MSYS cvs by looking for the string "msys" in the executable file
itself. Then convert the repo path to an MSYS path such as "/c/...".
Fix both the CTest.UpdateCVS and ExternalProject tests that use local
CVS repositories.
2012-03-02 14:23:01 -05:00
Brad King
ec127a560d
Merge branch 'setup' into developer-setup
2012-03-02 13:41:42 -05:00
Brad King
7e293acce3
Exclude from source archives files specific to Git work tree
...
Add the "export-ignore" attribute to all such files. Remove the
suggestion from the README since this should not be a responsibility
of the including project.
2012-03-02 13:39:29 -05:00
Brad King
d2c3686a08
Add and configure developer setup helper scripts
...
Configure GitSetup scripts for CMake. Run them from a single
Utilities/SetupForDevelopment.sh script.
2012-03-02 13:33:41 -05:00
Brad King
97e1cc2880
Merge branch 'setup' into developer-setup
...
Add Utilities/GitSetup/ directory using subtree merge from
the general GitSetup repository "setup" branch.
2012-03-02 13:28:11 -05:00
Rolf Eike Beer
678c24d230
FindQt3: fix detection of Qt3 include directory
...
The include directory is likely not inside ../bin
2012-03-02 18:08:37 +01:00
Rolf Eike Beer
91a1670f47
FindQt3: let FPHSA handle the version selection
2012-03-02 18:08:37 +01:00
Rolf Eike Beer
9dae4d65d7
FindQt3: fix version extraction for versions with letters
2012-03-02 18:08:37 +01:00
David Cole
5012787c3c
Merge topic 'while-testing'
...
944b90b
add testcases for while()/endwhile() errors
f605b92
improve error message on a stray "endwhile()"
2012-03-02 11:50:54 -05:00
David Cole
8c1f041239
Merge topic 'allfindmodules-versions'
...
9271d2f
AllFindModules test: once again expand version checking
2012-03-02 11:50:37 -05:00
David Cole
5d9c535f31
Merge topic 'doxygen-fixes'
...
09ff226
Merge branch 'add-const-qualifiers' into doxygen-fixes
31ab25c
doxygen: MathCommand is not about string operators
486033a
doxygen: review cmake.h
937bb4b
doxygen: remove a few comments
4774590
doxygen: fix some comments in cmPolicies.h
4a48be3
doxygen: Small fixes in cmake.h apidocs
1e5b971
doxygen: Use proper syntax to document enum
54ab11c
doxygen: Improve API docs of GetRealDependency
80072d4
doxygen: cmPropertyDefinition
2012-03-02 11:50:26 -05:00
David Cole
e4382180fc
Merge topic 'add-const-qualifiers'
...
737c49a
Add 'const' qualifier to some cmCommand members
261491f
cmPropertyDefinition::IsChained is const
2012-03-02 11:50:07 -05:00
David Cole
b9beb660ea
Merge topic 'bootstrap-msys-paths'
...
5cd879c
bootstrap: Convert MSYS paths to Windows format (#13001 )
2012-03-02 11:49:50 -05:00
David Cole
1073d50508
Merge topic 'inject_code_via_variable'
...
2557a08
Fix typo in error message, and remove redundent test.
9090572
Add ability to include a file in a project via a cache variable.
2012-03-02 11:49:35 -05:00
David Cole
20446079ee
Merge topic 'run-vim-spellcheck'
...
43d6011
Run vim spellcheck on some files
2012-03-02 11:49:23 -05:00
David Cole
be0bb04be3
Merge topic 'document-missing-versions'
...
95f5094
document when version detection will not work
2012-03-02 11:49:08 -05:00
David Cole
af87e8abb0
Merge topic 'dragndrop-sla'
...
5663e43
DragNDrop: Fix problem with relocated files in Xcode 4.3
2012-03-02 11:48:55 -05:00
David Cole
0ee7b8ea03
Merge topic 'find_package-improve-messages'
...
eeaaffc
find_package: Test error and warning messages in failure cases
52dffb9
Merge branch 'test-CMakeCommands' into find_package-improve-messages
d365104
find_package: Optionally warn when implicitly using Config mode
31ead5f
find_package: Reject mixed use of MODULE- and CONFIG-only options
6d83083
find_package: mention requested version number in error message
9c39bbd
find_package: add CONFIG mode keyword alias for NO_MODULE
f310f67
find_package: add MODULE mode to use only Find-modules
7d67dcf
find_package: improve error message when no Find module is present
978d89b
find_package: rename NoModule to UseFindModules
2012-03-02 11:48:38 -05:00
David Cole
a1860aaf1a
Merge topic 'test-CMakeCommands'
...
5e1a5c4
Add infrastructure for CMakeCommands tests
2012-03-02 11:48:22 -05:00
David Cole
2fb1df42a2
Merge topic 'find_package-report-CONFIGS-error'
...
b3f9fe4
find_package: print error if an invalid CONFIGS name is used
2012-03-02 11:48:09 -05:00
David Cole
0eb520f47c
Merge topic 'fix-FindPackageMode-symlink'
...
0b86388
CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlink
2012-03-02 11:47:59 -05:00
David Cole
881dc35579
Merge topic 'factor-install-type'
...
573fa3b
Factor cmInstallType out of cmTarget::TargetType
2012-03-02 11:47:42 -05:00
David Cole
fc495b79da
Merge topic 'findpythoninterp-version-detection'
...
7d6db93
FindPythonInterp: rework the version detection
2012-03-02 11:47:31 -05:00
David Cole
6ed36e7b88
Merge topic 'simplify-GetRealDependency'
...
4f6fd96
Drop if(...) check because condition is always true
2012-03-02 11:47:21 -05:00
David Cole
b930798042
Merge topic 'fix-findimagemagick-no-components'
...
518f965
FindImageMagick: fix fail if no components were given
2012-03-02 11:47:11 -05:00
David Cole
2866819bdf
Merge topic 'escape-test-pass-regex'
...
f5cf8f9
Tests: Escape metachars before embedding paths into the regex (#12999 )
2012-03-02 11:47:02 -05:00
David Cole
e8aa0401c8
Merge topic 'fix-BORLAND-doc-typo'
...
a5edfc4
Fix typo in documentation
2012-03-02 11:46:51 -05:00
David Cole
6c36bbd442
Merge topic 'CPack-fixPackageMaker-doc'
...
2ace342
Typo: Add missing ##end for ##module
c895062
Update CPack PackageMaker variable doc layout
2012-03-02 11:46:40 -05:00
David Cole
e95a2f8f94
Merge topic 'CPack-cygwinGeneratorDoc'
...
98d1583
Provide template for CPack Cygwin generator specific variables.
2012-03-02 11:46:31 -05:00
David Cole
c79a57b0ac
Merge topic 'CPack-updateCommonDoc'
...
6ad0f04
Update CPackConfig template.
94a2693
Review and update CPack variable documentation.
2012-03-02 11:46:23 -05:00
David Cole
54225c0706
Merge topic 'CPack-fixCPackDMG-docLayout'
...
b3851f5
Fix CPack Drag and Drop generator documentation layout.
2012-03-02 11:46:09 -05:00
David Cole
e4fb3e3212
Merge topic 'CPack-fixCPackBundleDocLayout'
...
4849e6a
Fix layout of the CPack Bundle documentation
2012-03-02 11:46:00 -05:00
David Cole
aba1c1aa3b
Merge topic 'fix-macos-findprogramm-crash'
...
0d2f5c8
Fix crash if app bundle executeable couldn't be found
2012-03-02 11:45:48 -05:00
David Cole
4a97a2b913
Merge topic 'fix-findhspell-version'
...
213eb6e
FindHSPELL: set HSPELL_VERSION_STRING
2012-03-02 11:45:39 -05:00
David Cole
e7b91c1226
Merge topic 'remove-old-manpage'
...
b2cbd75
Remove unused file cmake.1
2012-03-02 11:45:31 -05:00
David Cole
391f4113e0
Merge topic 'improve-findopenscenegraph'
...
ffdaa47
FindOpenSceneGraph: give every message() with an explicit level
2012-03-02 11:45:21 -05:00
David Cole
59b1308b6f
Merge topic 'cmake-mode-case'
...
ab9824e
cmake-mode.el: Make indentation case-insensitive (#12995 )
2012-03-02 11:45:09 -05:00
David Cole
ccd502ad44
Merge topic 'improve-generateexportheader'
...
c28e276
GenerateExportHeader: improve compiler identification
4412fc0
GenerateExportHeader: remove unneeded code
2012-03-02 11:44:58 -05:00
David Cole
d2213c5b23
Merge topic 'icc-compiler-flags'
...
f6ecb90
Check{C,CXX}CompilerFlag: detect ICC error messages
2012-03-02 11:44:47 -05:00
David Cole
5264292a26
Merge topic 'improve-findpythonlibs'
...
53d02ea
FindPythonLibs: stop scanning when libraries are found
91d5a2a
FindPythonLibs: put debug libraries into PYTHON_LIBRARIES
c9c1a17
FindPythonLibs: get the exact version of the found library (#3080 )
f772378
FindPythonLibs: make the version selection work as for PythonInterp
bbddaee
FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as input
2012-03-02 11:44:37 -05:00
David Cole
d284bd7843
Merge topic 'cleanup-useswig'
...
aca1121
UseSWIG: clean up string compares
2012-03-02 11:44:26 -05:00
David Cole
fe8fbc6b48
Merge topic 'simplify-findopenmp'
...
0110262
FindOpenMP: simplify check for enabled languages
2012-03-02 11:44:15 -05:00
David Cole
973eba57f9
Merge topic 'fix-generate_export_header-docs'
...
40efa4d
Fix documented function signature to match reality.
2012-03-02 11:44:05 -05:00
David Cole
ad2de3a0c5
Merge topic 'add-Embarcadero-support'
...
bdbbf76
Recognize Embarcadero compiler (#12604 )
3f78ced
Rename Modules/Platform/Windows-{Borland => Embarcadero}.cmake
2012-03-02 11:43:48 -05:00
Rolf Eike Beer
2cd898d54b
FindQt3: fix warning when Qt3 is not found
...
-- Could NOT find Qt3 (missing: QT_QT_LIBRARY QT_INCLUDE_DIR QT_MOC_EXECUTABLE)
CreateProcess failed QT_MOC_EXECUTABLE-NOTFOUND -v
CreateProcess failed QT_UIC_EXECUTABLE-NOTFOUND -version
2012-03-02 17:02:03 +01:00
Brad King
9012be20c5
CheckSourceTree: Remove CVS checkout support ( #13001 )
...
We no longer support CVS checkouts from the Git repository.
Drop the case from the CheckSourceTree test. This will also
prevent the test from running and failing when CVS is found
but Git is not.
2012-03-02 10:24:43 -05:00