summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'file-download-http-error'David Cole2011-09-201-0/+4
|\ | | | | | | | | 09817e9 Make file(DOWNLOAD) fail on http error
| * Make file(DOWNLOAD) fail on http errorBrad King2011-09-191-0/+4
| | | | | | | | | | | | | | | | If a http server responds with a result code greater than 400 then the data returned from the download probably do not match that expected. Teach file(DOWNLOAD) to fail with an error in this case instead of silently pretending that the download worked. The file(UPLOAD) command already does this.
* | Merge topic 'MinorFeatureSummaryFixes'David Cole2011-09-201-6/+6
|\ \ | | | | | | | | | | | | | | | 0ba9853 Don't warn when setting a property multiple times to the same value #12464 b7ac63e Fix typos in FeatureSummary.cmake (#12462)
| * | Don't warn when setting a property multiple times to the same value #12464Alex Neundorf2011-09-181-2/+2
| | | | | | | | | | | | | | | | | | Patch by Yury Kudryashov Alex
| * | Fix typos in FeatureSummary.cmake (#12462)Alex Neundorf2011-09-181-4/+4
| | | | | | | | | | | | | | | | | | Patch by Yury Kudrashov Alex
* | | Merge topic 'CheckForFlexHeader'David Cole2011-09-201-2/+9
|\ \ \ | | | | | | | | | | | | | | | | ae331e1 FindFLEX.cmake: also search the include dir
| * | | FindFLEX.cmake: also search the include dirAlex Neundorf2011-09-171-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | FindFLEX.cmake already searched for the library, but not for the include dir. Do that too. Alex
* | | | Merge topic 'libarchive-mingwrt-3.20'David Cole2011-09-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8dfe74c libarchive: Fix ssize_t detection with mingwrt 3.20
| * | | | libarchive: Fix ssize_t detection with mingwrt 3.20Brad King2011-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version of MinGW defines _SSIZE_T_ for ssize_t. This patch is based on upstream libarchive SVN commit 3649 (Fix build with mingwrt 3.20, 2011-08-27). Inspired-by: Tim Kientzle <kientzle@freebsd.org>
* | | | | Merge topic 'tweak-release-scripts'David Cole2011-09-202-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d5a0dc4 Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)
| * | | | | Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)David Cole2011-09-162-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, since dashmacmini5 is newer/faster/better and is also building the source tarballs, remove that responsibility from the dashmacmini2 script.
* | | | | | Merge topic 'FortranCInterface-VS'David Cole2011-09-206-20/+68
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 67fcc83 Simplify IntelVSImplicitPath detection project a7ce26d Move IntelVSImplicitPath project to better location 539a822 Enable Fortran tests for IDE builds. 555f589 For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH. 71402eb FortranCInterface: Compile separate Fortran lib in VerifyC[XX]
| * | | | | | Simplify IntelVSImplicitPath detection projectBrad King2011-09-144-25/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the ENV{LIB} variable directly instead of parsing the output of the whole environment from "set". Store the output in a .cmake script and include it from CMakeDetermineCompilerABI instead of using file(READ).
| * | | | | | Move IntelVSImplicitPath project to better locationBrad King2011-09-144-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This project is not part of the FortranCInterface module. Make it a sibling instead of a child directory.
| * | | | | | Enable Fortran tests for IDE builds.Bill Hoffman2011-09-091-19/+26
| | | | | | |
| * | | | | | For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.Bill Hoffman2011-09-084-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To use VS C and Fotran in the same solution, it is required that VS be able to find the Fortran run time libraries as they will be implicitly linked by any Fortran library used by VS C programs. This adds a check into CMakeDetermineCompilerABI using a try-compile to find the correct PATH.
| * | | | | | FortranCInterface: Compile separate Fortran lib in VerifyC[XX]Brad King2011-09-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Intel Fortran plugin for Visual Studio requires Fortran source files to be compiled in a separate target from C and C++ code. Compile the VerifyFortran.f source file in a separate library and link the main VerifyFortanC executable to it.
* | | | | | | Merge topic 'add-mac64-nightly-build'David Cole2011-09-201-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe8dc11 Tests: Add the more modern Mac64 nightly build
| * | | | | | | Tests: Add the more modern Mac64 nightly buildDavid Cole2011-09-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can remove the older ppc;i386 non-64-bit Mac nightly build in a little while after this one proves itself reliable.
* | | | | | | | Merge topic 'fix-build-testing-problem'David Cole2011-09-201-6/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c336778 CMake: Reference test targets only when BUILD_TESTING is ON
| * | | | | | | | CMake: Reference test targets only when BUILD_TESTING is ONDavid Cole2011-09-141-6/+10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You cannot set a property on a target that's not there, and these targets are not there when BUILD_TESTING is OFF. Thanks to Sankhesh Jhaveri for the bug report.
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-201-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-09-191-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-171-1/+1
| |_|_|/ |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-09-161-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-09-151-1/+1
|/ /
* | KWSys Nightly Date StampKWSys Robot2011-09-141-1/+1
| |
* | Merge topic 'effective-platform-name'David Cole2011-09-1313-1/+1350
|\ \ | | | | | | | | | | | | | | | 64c9b31 Xcode: Add test to demonstrate iOS project in Xcode 59a2265 Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir
| * | Xcode: Add test to demonstrate iOS project in XcodeDavid Cole2011-09-1212-0/+1345
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Presently, this test is only run manually because not all machines have an iOS SDK, complications associated with certificates and code signing, having a device attached, ... If you're setup to do iOS dev work, you can easily run this test manually on your Mac using the Xcode generator and run the result in the simulator or on your attached device.
| * | Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDirDavid Cole2011-09-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caveats apply: only valid when not overriding default value for output dir *and* there is a CMAKE_XCODE_EFFECTIVE_PLATFORMS value. For now, CMAKE_XCODE_EFFECTIVE_PLATFORMS must be defined in each project, or in the cache for a build. Code relying on value of LOCATION and similar properties may not work if it depends on file existence on disk since CMake will not evaluate $(EFFECTIVE_PLATFORM_NAME). This feature is only enabled for making it easier to build Xcode iOS projects where the developer wants to be able to switch easily between simulator and device builds.
* | | Merge topic 'CPackDeb-remove-stray-paren'David Cole2011-09-131-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 85fd794 remove stray brace in CPackDeb documentation
| * | | remove stray brace in CPackDeb documentationRolf Eike Beer2011-09-121-1/+1
| | | |
* | | | Merge topic 'CPack-DocFix-bug12449'David Cole2011-09-132-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | b7457de CPack fix template too 59204e1 CPack fix #12449 doc mispelled
| * | | | CPack fix template tooEric NOULARD2011-09-091-1/+1
| | | | |
| * | | | CPack fix #12449 doc mispelledEric NOULARD2011-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | CPACK_INSTALL_DIRECTORIES-->CPACK_INSTALLED_DIRECTORIESÅ“
* | | | | Merge topic 'add-kwstyle-test'David Cole2011-09-132-6/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3a0d632 KWStyle Test: Activate by default if KWStyle is found 91704ef Tests: Add a KWStyle test, equivalent to the make StyleCheck target
| * | | | | KWStyle Test: Activate by default if KWStyle is foundDavid Cole2011-09-071-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-arrange the logic to look for KWStyle in the typical install locations and under the Dashboards/Support directory for the typical CMake dashboard machine. If it's there, turn on CMAKE_USE_KWSTYLE by default, thereby activating the KWStyle related custom targets and the KWStyle test.
| * | | | | Tests: Add a KWStyle test, equivalent to the make StyleCheck targetDavid Cole2011-08-041-0/+13
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-09-131-1/+1
| |_|/ / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-121-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-111-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-101-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-091-1/+1
| |/ / / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2011-09-081-1/+1
| | | |
* | | | Merge topic 'fix-12446-no-cmake-E-build'David Cole2011-09-072-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 96d106a CMake: Remove documentation for -E build (#12446)
| * | | | CMake: Remove documentation for -E build (#12446)Matt McCormick2011-09-062-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The '-E build build_dir' command was created and documented, but then morphed into '--build build_dir' instead, ... and then the -E documentation was never removed. This commit fixes that oversight.
* | | | | Merge topic 'fix-12377-xcode-honor-g0'David Cole2011-09-071-7/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cb22afc Xcode: Honor -g0 to disable debugging (#12377)
| * | | | | Xcode: Honor -g0 to disable debugging (#12377)Johan Bjork2011-09-061-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes ExtractFlag to remove all occurences of a flag, and only save the last one. (i.e., the dominant one according to GCC rules)
* | | | | | Merge topic 'fix-12284-cpack-symlinks'David Cole2011-09-072-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b8dcdd CPack: Do not recurse through directory symlinks (#12284) d78bdb2 CMake: Write symlinks to directories as files in archives (#12284)