summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2011-09-221-1/+1
|
* Merge topic 'revert-fix-for-11333'David Cole2011-09-211-28/+19
|\ | | | | | | | | 98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)"
| * Revert "FindThreads: Try pthreads with no special option first (#11333)"David Cole2011-09-201-28/+19
| | | | | | | | This reverts commit fd61be71401ef9e0a241562fc31539273084deff.
* | Merge topic 'CPackRPM-per-component-script'David Cole2011-09-211-50/+88
|\ \ | | | | | | | | | | | | cc26a06 CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)
| * | CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)Eric NOULARD2011-09-201-50/+88
| | | | | | | | | | | | | | | Merged patch from Chip Christian previously based on the one from winfriedd with some small pruning editing by commiter
* | | Merge topic 'generate-export-header'David Cole2011-09-211-36/+67
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 41e2b1d Make add_compiler_export_flags a function again. 6a10deb Made ADD_COMPILER_EXPORT_FLAGS into a macro. 2d1acfe Don't warn when nothing to do in visibility function. d679568 Just code style changes.
| * | | Make add_compiler_export_flags a function again.Marcus D. Hanwell2011-09-201-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Making this a macro had unintended issues on (among others) Windows compilers. Moving it back to being a function using PARENT_SCOPE still satisfies the use case where we simply want to obtain the extra flags.
| * | | Made ADD_COMPILER_EXPORT_FLAGS into a macro.Marcus D. Hanwell2011-09-191-7/+18
| | | | | | | | | | | | | | | | | | | | It adds to the CMAKE_CXX_FLAGS (as before), or populates the supplied optional argument with the CXX_FLAGS for symbol import/export.
| * | | Don't warn when nothing to do in visibility function.Marcus D. Hanwell2011-09-191-1/+1
| | | |
| * | | Just code style changes.Marcus D. Hanwell2011-09-191-30/+50
| | | |
* | | | Merge topic 'CPackDeb-fakeroot'David Cole2011-09-212-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 49da3bd CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
| * | | | CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is foundEric NOULARD2011-09-052-1/+9
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-09-211-1/+1
| |_|_|/ |/| | |
* | | | 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