summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'fix-11295-support-plugin-bundles-on-mac'Brad King2011-02-2219-8/+418
|\ | | | | | | | | | | cabc407 CFBundle Test: Add PATHS for finding Rez (#11295) 5457b82 Add support for CFBundle targets on the Mac (#11295)
| * CFBundle Test: Add PATHS for finding Rez (#11295)David Cole2011-01-111-1/+4
| | | | | | | | | | | | Some older dashboard machines do not have Rez in /usr/bin like us modern folk. But most of them will have it in /Developer/Tools... So make sure we look there.
| * Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-1119-8/+415
| | | | | | | | | | This commit enables building, for example, plugin bundles to be loaded by web browsers.
* | Merge topic 'vs-link-flag-table'Brad King2011-02-221-0/+18
|\ \ | | | | | | | | | | | | 85163fb Add link flag table entries for VS 7,8,9
| * | Add link flag table entries for VS 7,8,9Brad King2011-02-091-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Map the following MS linker flags: /CLRUNMANAGEDCODECHECK /CLRUNMANAGEDCODECHECK:NO /DELAY:UNLOAD /DELAYSIGN /DELAYSIGN:NO /DYNAMICBASE /DYNAMICBASE:NO /NOASSEMBLY /NOENTRY /NXCOMPAT /NXCOMPAT:NO /RELEASE
* | | Merge topic 'fix-10397-add-wchar_t-string-pool-flags'Brad King2011-02-222-2/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | e9425d4 VS7/8/9: Add flag map for string pooling option (#10397) ea9de57 VS8/9: Add flag map entries for /Zc:wchar_t (#10397)
| * | | VS7/8/9: Add flag map for string pooling option (#10397)Sebastian Herbst2011-02-011-0/+1
| | | |
| * | | VS8/9: Add flag map entries for /Zc:wchar_t (#10397)Sebastian Herbst2011-02-011-2/+8
| | | |
* | | | Merge topic 'fix-10638-add-enable-prefast-flags'Brad King2011-02-221-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | 15e4222 VS9: Map enable/disable PREfast flags (#10638)
| * | | VS9: Map enable/disable PREfast flags (#10638)David Cole2011-02-011-0/+3
| | | |
* | | | Merge topic 'fix-10263-add-whole-program-opt-flags'Brad King2011-02-221-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | 6cf5772 VS7/8/9: Map whole program optimization flags (#10263)
| * | | VS7/8/9: Map whole program optimization flags (#10263)Philip Lowman2011-02-011-0/+4
| | | |
* | | | Merge topic 'add-floating-point-flags'Brad King2011-02-221-0/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | d503206 Add FloatingPointModel to the list of known VS7 generator flags.
| * | | Add FloatingPointModel to the list of known VS7 generator flags.James Bigler2011-01-311-0/+5
| | | | | | | | | | | | | | | | Added FloatingPointModel with /fp:precise, /fp:strict, and /fp:fast.
* | | | Merge topic 'fix-clang-warnings'Brad King2011-02-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | acd8161 ccmake: Remove extra parens around comparison
| * | | | ccmake: Remove extra parens around comparisonBrad King2011-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Clang compiler warns about extra parenthesis in the code if ((form->curpage == field->page)) ~ ^ ~ because the idiom is commonly used when an assignment is intended instead of a comparison. Remove the extra enclosing layer.
* | | | | Merge topic 'fix-8154-improve-list-documentation'Brad King2011-02-221-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 2d14b15 Clarify list subcommand documentation (#8154)
| * | | | | Clarify list subcommand documentation (#8154)David Cole2011-02-071-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it clear that list subcommands that modify the list do so in the current CMake variable scope, regardless of the original scope of the list variable involved.
* | | | | | Merge topic 'fix-10446-improve-dash-E-docs'Brad King2011-02-222-14/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1019d82 Documentation: Sync two differing copies of -E docs (#10446) 2434d88 Documentation: document platform specific -E commands (#10446)
| * | | | | | Documentation: Sync two differing copies of -E docs (#10446)David Cole2011-02-042-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Alphabetize both lists. Put platform-specific docs in both places too.
| * | | | | | Documentation: document platform specific -E commands (#10446)Kovarththanan Rajaratnam2011-02-041-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
* | | | | | | Merge topic 'fix-11526-mac-remove-carbon-refs'Brad King2011-02-226-16/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0037dcb Removed most usage of Carbon in favour of CoreFoundation
| * | | | | | | Removed most usage of Carbon in favour of CoreFoundationSean McBride2011-01-316-16/+15
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'eliminate-unnecessary-test-isms'Brad King2011-02-2217-169/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a6a21c8 Tests: Eliminate unnecessary files and variables.
| * | | | | | | Tests: Eliminate unnecessary files and variables.David Cole2011-01-2817-169/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1: The CTestTestFailedSubmits tests do not need to run the CTEST_MEMCHECK command. It is covered by the CTestTest2 test. If more coverage *is* required, choose a test that runs by itself once to add it to... This one gets used several times in a loop to test submission failure via the various submission protocols. With memchecking on, each test here takes 1000 seconds or more on a "fast" build... 2: Other ctest tests do not need any of the CTEST_MEMORYCHECK_* variables defined. They don't even call CTEST_MEMCHECK, or -D NightlyMemCheck, or anything. So: remove the unnecessary set calls. 3: CTestTest3 has gone intentionally unused for months because it did not add any coverage and caused no ends of sporadic randomish failures when network connectivity was spotty. Remove its directory. Never add it again.
* | | | | | | | Merge topic 'increase-ep-test-timeout'Brad King2011-02-221-5/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 42b26ee ExternalProject Test: Increase test timeout value
| * | | | | | | | ExternalProject Test: Increase test timeout valueDavid Cole2011-01-111-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, it was hard-coded at 1000 seconds. Now it uses the value of CMAKE_LONG_TEST_TIMEOUT, which has a minimum value of 1500 seconds, but might have a longer value depending on the CTEST_TEST_TIMEOUT value of the driving dashboard. This should help avoid test failures on overloaded dashboard machines where it really does take that long to finish the test successfully.
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-221-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-211-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-201-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-191-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-181-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-171-1/+1
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-161-1/+1
| | | | | | | | |
* | | | | | | | | Begin post-2.8.4 developmentDavid Cole2011-02-151-2/+2
| | | | | | | | |
* | | | | | | | | CMake 2.8.4v2.8.4David Cole2011-02-152-1/+21
| | | | | | | | |
* | | | | | | | | Merge branch 'release'David Cole2011-02-152-3/+396
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | CMake 2.8.4-rc2David Cole2011-01-312-1/+86
| | | | | | | | |
| * | | | | | | | Merge branch 'release'David Cole2011-01-312-3/+311
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | CMake 2.8.4-rc1David Cole2011-01-122-3/+311
| | | | | | | | |
* | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-151-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'copyright-FindPerlLibs'Brad King2011-02-141-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bff5772 FindPerlLibs: Add notice of copyright
| * | | | | | | | | FindPerlLibs: Add notice of copyrightAndreas Schneider2011-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm the original author of this module. See bug #7898.
* | | | | | | | | | Merge topic 'doc-MSVC_VERSION-issue-11833'Brad King2011-02-141-2/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5cdd05b Fix documentation of MSVC_VERSION (#11833)
| * | | | | | | | | | Fix documentation of MSVC_VERSION (#11833)Brad King2011-02-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the example version number was wrong. Instead list all the known versions with correct numbers.
* | | | | | | | | | | Merge topic 'linux-standard-base'Brad King2011-02-144-18/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ee55a4f libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815) 41b7b3e libarchive: Define major/minor/makedev only where needed (#11648)
| * | | | | | | | | | | libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815)Brad King2011-02-081-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL is not part of the Linux Standard Base but its headers and libraries may still be found at build time even though they may not be available at runtime. Use it only if explicitly allowed.
| * | | | | | | | | | | libarchive: Define major/minor/makedev only where needed (#11648)Brad King2011-02-073-16/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If neither MAJOR_IN_MKDEV or MAJOR_IN_SYSMACROS is defined then provide our own implementation of these macros locally. This complements the change in commit cf5ad183 (Fix major() check for LSB 4.0, 2011-01-12). This patch is based on upstream libarchive SVN commit 1553 (Shuffle the major/minor/makedev support a bit; this should work on both Windows and Haiku, 2009-10-31). Inspired-by: Tim Kientzle <kientzle@freebsd.org>
* | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-141-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | KWSys Nightly Date StampKWSys Robot2011-02-131-1/+1
| | | | | | | | | | | |