summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys: Process tree kill for kFreeBSD, GNU/HurdBrad King2010-05-111-1/+1
| | | | | | | | | kFreeBSD and Hurd have the same userland as Linux. This change is necessary to enable kwsysProcessKill() to kill child processes on kFreeBSD. The bug was detected by CTestTestTimeout test. Patch from "Modestas Vainius <modestas@vainius.eu>". See issue #10432.
* Fix for Bug#10700, COMPILE_DEFINITIONS_MINSIZEREL missing REL part.Bill Hoffman2010-05-111-4/+4
| | | | Also remove some trailing whitespace.
* Disable purify on unix, as it works differently and ctest can't use it.Bill Hoffman2010-05-112-0/+16
|
* Add GITCommand key value pair.Bill Hoffman2010-05-111-0/+4
|
* KWSys Nightly Date StampKWSys Robot2010-05-111-1/+1
|
* -use the HINTS keyword for finding FindKDE4Internal.cmakeAlex Neundorf2010-05-101-1/+1
| | | | Alex
* BUG #10209: Fixed FindwxWidget CXX flags parsing error.Miguel A. Figueroa-Villanueva2010-05-091-2/+5
| | | | | | | | | Was not removing definition flags (-D...) from cxx flags, when the definition flag was last in the list returned from wx-config. --HG-- extra : rebase_source : 3452c52b92717f181e902abef38c1e2718ce3b27
* KWSys Nightly Date StampKWSys Robot2010-05-101-1/+1
|
* -use find_package_handle_standard_args() in FindOpenAL (#9496)Alex Neundorf2010-05-091-4/+5
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-05-091-1/+1
|
* -add QUIET keyword to pkgconfig macrosAlex Neundorf2010-05-082-9/+20
| | | | | | | | | Synced from KDE svn: pkg_check_modules() and pkg_search_module() now both support a QUIET keyword. When given, no messages will be printed (except the REQUIRED ones) This also fixes #10469 (confusing output of FindLibXml2.cmake) Alex
* -fix documentation from a module which has *only* documentationAlex Neundorf2010-05-081-12/+14
| | | | | | | | | This is #10466. It didn't crash for me, but also didn't work. The issue was that a line ending with something else than a # was considered as the end of the documentation block. If there was simply the end of the file we didn't get into the correct branch. Alex
* -minor doc fixesAlex Neundorf2010-05-082-9/+8
| | | | | | | | Use <VAR> instead of VarName in get_filename_component (as is used in most other command documentations), and fix the name of the generated project in include_external_msproject(#9743, the comment there seems to be correct: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3d1c12b802c3dd3a0284f5f10aec3b98ab6d3a78#patch9 ) Alex
* -(minor) fix documentation for CMAKE_LIBRARY_PATH (#10291)Alex Neundorf2010-05-081-1/+1
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-05-081-1/+1
|
* Fix CTestTestScheduler sporadic failure.Zach Mullen2010-05-073-5/+5
| | | | Increased the time difference between each test so that overburdened systems won't fail this test sometimes.
* Change coverage globbing mechanism to resolve paths earlierZach Mullen2010-05-071-12/+15
|
* CTest: Submit author email in Update.xmlBrad King2010-05-076-2/+12
| | | | | | | Add the <Email>...</Email> element in Update.xml for each commit reported. This field was defined by Dart but never really used. Distributed version control systems use author name and email instead of a user id, so now it makes sense to use this field.
* KWSys Nightly Date StampKWSys Robot2010-05-071-1/+1
|
* -add support for QtMultimedia in UseQt4.cmake (#10675)Alex Neundorf2010-05-061-2/+3
| | | | Alex
* Fix 'Architecture' test for more Mac linkersBrad King2010-05-061-1/+1
| | | | | | | | | Some Mac linkers produce the message "file was built for unsupported file format which is not the architecture being linked" for this test. Update the test output regex to match it.
* Load compiler information after configuring itBrad King2010-05-064-2/+3
| | | | | | | | | | | After configuring CMakeFiles/CMake<lang>Compiler.cmake in the build tree the second time (to store ABI information), include it immediately. This allows any logic and settings in the compiler information files to be used without duplicating it in CMakeDetermineCompilerABI.cmake. The change in commit "Use Fortran ABI detection results conservatively" (2010-05-05) needs this to use the same logic to set CMAKE_SIZEOF_VOID_P during first and later runs of CMake.
* Fix build on borland windows, by adding back typedef for pid_t.Bill Hoffman2010-05-061-2/+2
|
* KWSys Nightly Date StampKWSys Robot2010-05-061-1/+1
|
* Use Fortran ABI detection results conservativelyBrad King2010-05-051-2/+2
| | | | | | | | | | We set CMAKE_Fortran_SIZEOF_DATA_PTR in the Fortran compiler information file after detecting the compiler ABI. However, since Fortran does not really have pointers, the preprocessor-based detection is unreliable. The result is needed to set CMAKE_SIZEOF_VOID_P only for Fortran-only projects because the value can come from C or C++ compilers otherwise. Therefore when CMAKE_SIZEOF_VOID_P is available from another language we should defer to it.
* Win64 fixes for mingw-w64 compilationRuben Van Boxem2010-05-052-3/+11
|
* Fix Windows-cl.cmake so that at most one MSVC** variable is defined.David Cole2010-05-052-23/+5
| | | | | | | | | | | | | The expectation of users of the MSVC60, MSVC70, MSVC71, MSVC80, MSVC90 and the new MSVC10 variables is that at most one of them will be set for any given build tree. This change enforces that expectation for build trees using Makefile generators. It also fixes the one mismatch in that expectation to be found in the Visual Studio generator world: previously, the VS 7.1 generator would set *both* MSVC70 and MSVC71; now, it only sets MSVC71. With these changes, user expectations are now met, and the recently introduced CheckCompilerRelatedVariables test should pass everywhere.
* Do not list file names during 'cmake -E tar xz'Brad King2010-05-051-1/+2
| | | | | | | Since commit "Switch to using libarchive from libtar" (2009-10-30) the the implementation of "tar xz" has printed all paths from the tarball as a single line with no separator. This fixes the logic to extract silently as expected.
* Fix prototype to match header, for bug # 10543.Bill Hoffman2010-05-051-1/+1
|
* BUG: Fix Bug #9975 when softlinks are used.Clinton Stimpson2010-05-051-8/+11
|
* KWSys Nightly Date StampKWSys Robot2010-05-051-1/+1
|
* For HP, preprocessor if on multiple lines not allowed, make a long line.Bill Hoffman2010-05-041-2/+1
|
* Fixes for bug # 10543, build on older sunpro now works.Bill Hoffman2010-05-042-5/+7
|
* Fix for bug #10542, allow this to build on Tru64Bill Hoffman2010-05-041-0/+7
|
* Fix FindCurses.cmake for new cygwin releases.Bill Hoffman2010-05-041-0/+9
|
* Fix for bug #10670, add another location to find MSBuild.Bill Hoffman2010-05-041-0/+1
|
* Teach ctest_update about Git submodulesBrad King2010-05-043-4/+82
| | | | | | | | | | | Git does not automatically checkout the matching version of a submodule when it checks out a new version of the parent project in the work tree. If the submodule reference changed in the parent project then we were reporting the submodule path as a local modification. Work around the problem in ctest_update using "git submodule update" after "git pull". For projects with no submodules this is a no-op. See issue #10662. Also add a submodule to the test project for CTest.UpdateGIT to test the work-around.
* KWSys Nightly Date StampKWSys Robot2010-05-041-1/+1
|
* -fix GetFrameworkFlags() for Mac, which was broken with my last commitAlex Neundorf2010-05-031-2/+1
| | | | Alex
* KWSys Nightly Date StampKWSys Robot2010-05-031-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-05-021-1/+1
|
* -remove trailing whitespaceAlex Neundorf2010-05-010-0/+0
| | | | Alex
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-017-19/+33
| | | | | | Patch by Karol Krizka Alex
* KWSys Nightly Date StampKWSys Robot2010-05-011-2/+2
|
* Fix missing set of MSVC10 and add CheckCompilerRelatedVariables test.David Cole2010-04-303-0/+88
|
* KWSys Nightly Date StampKWSys Robot2010-04-301-1/+1
|
* Make get_stl_prime_list an inline function to avoid duplicate copies of it.Bill Hoffman2010-04-291-1/+1
|
* KWSys Nightly Date StampKWSys Robot2010-04-291-1/+1
|
* Fix for for bug #10550, fix some errors for an old Sun compiler.Bill Hoffman2010-04-282-0/+2
|
* Fix for bug #10550, work around instantiation out of scopeBill Hoffman2010-04-282-4/+10
|