summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2011-08-221-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-08-211-1/+1
|
* KWSys: Remove translation path for "/tmp_mnt/" (#10595)David Cole2011-08-201-2/+0
| | | | | | | In SystemTools::ClassInitialize, remove call to AddTranslationPath that was originally put in place to "work around an SGI problem." This code precluded using CMake effectively in valid directories under "/tmp_mnt/"
* KWSys Nightly Date StampKWSys Robot2011-08-201-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-08-191-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-08-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-08-171-1/+1
|
* Merge topic 'add-vs9-midl-inc-dirs'David Cole2011-08-161-0/+7
|\ | | | | | | | | ac22e2a VS9: Add include_directories to midl command lines
| * VS9: Add include_directories to midl command linesDavid Cole2011-08-121-0/+7
| | | | | | | | | | | | | | Makes VS 7, 8 and 9 generators consistent with the VS 10 generator. Adds the "AdditionalIncludeDirectories" attribute at the vcproj level so that all idl files inherit the /I command line args.
* | Merge topic 'WriteConfigVersionFile_2TemplateFiles'David Cole2011-08-161-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c9761de Improve documentation for WriteBasicConfigVersionFile.cmake 208bb90 Set UNSUITABLE instead of not COMPATIBLE bb03c2d Really fix copyright notice d50a61a Fix copyright notice 4ba09bc Add some tests for write_basic_config_version_file() 02b1e4b Add example to documentation d216a67 Provide macro write_basic_config_version_file()
| * | Provide macro write_basic_config_version_file()Alex Neundorf2011-08-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This macro can be used to generate basic version files which can be installed along a Config.cmake file to provide versioning support. This (3rd try) is implemented using a macro, which maps the COMPATIBILITY mode to a filename and configure_file()s the resulting file. Alex
* | | Merge topic 'fix-10941-correct-comments'David Cole2011-08-167-14/+14
|\ \ \ | | | | | | | | | | | | | | | | edcdfea Documentation: Fix comments in the source code (#10941)
| * | | Documentation: Fix comments in the source code (#10941)David Cole2011-08-047-14/+14
| | | | | | | | | | | | | | | | | | | | Previously, the comments had all been copied and pasted and not fixed up... Now they are fixed up.
* | | | Merge topic 'enable-parallel-xcode-builds'David Cole2011-08-161-22/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 312d68d Xcode: Rearrange CMakeReRun to enable parallel builds
| * | | | Xcode: Rearrange CMakeReRun to enable parallel buildsJohan Björk2011-08-041-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by isolating the CMakeReRun steps to a ZERO_CHECK target, as in the Visual Studio generators. Also, honor the value of CMAKE_SUPPRESS_REGENERATION.
* | | | | Merge topic 'fix-imported-target-depend-crash'David Cole2011-08-161-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8ee9bbb Do not crash when an imported target depends on a missing target
| * | | | | Do not crash when an imported target depends on a missing targetBrad King2011-08-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit e01cce28 (Allow add_dependencies() on imported targets, 2010-11-19) forgot to check if the dependee exists before using it.
* | | | | | Merge topic 'fix-12259-quote-commas-for-xcode'David Cole2011-08-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d87eb35 Xcode: Quote ',' in Xcode string values (#12259)
| * | | | | | Xcode: Quote ',' in Xcode string values (#12259)Johan Björk2011-08-041-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fix-11746-sort-failed-tests-output'David Cole2011-08-162-5/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4575ed9 Fix line too long style violation ba4886b CTest: print failed tests in index order (#11746)
| * | | | | | Fix line too long style violationDavid Cole2011-08-031-1/+2
| | | | | | |
| * | | | | | CTest: print failed tests in index order (#11746)David Cole2011-08-032-5/+18
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This deterministic ordering makes it easier for a developer comparing the ctest output of two test runs to see what changed from run to run. Thanks to Fraser Hutchison for the patch.
* | | | | | Merge topic 'intel_fortran_vs2010'David Cole2011-08-162-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3c53fbb Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.
| * | | | | | Fix custom commands in VS2010 Fortran projects using CFG_INTDIR and test.Bill Hoffman2011-08-032-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For custom commands in VS2010 Fortran projects the INTDIR variable is different than in the rest of the solution because Intel fortran still uses the old VS project files even in VS2010. So, we replace $(Configuration) directly in the project files. I have also added a FortranOnly test that tests this feature and is run on any generator that has Fortran abilities.
* | | | | | | Merge topic 'fix-8707-add-vs-globals'David Cole2011-08-162-5/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 37d8602 Merge topic 'intel_fortran_vs2010' into fix-8707-add-vs-globals 6c72d25 Initial support for Intel Fortran VS2010.
| * \ \ \ \ \ \ Merge topic 'intel_fortran_vs2010' into fix-8707-add-vs-globalsDavid Cole2011-07-292-5/+14
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Source/cmLocalVisualStudio7Generator.h
| | * | | | | | Initial support for Intel Fortran VS2010.Bill Hoffman2011-07-082-5/+14
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-161-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-151-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-141-1/+1
| | | | | | | |
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-131-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-121-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-111-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-101-1/+1
| | | | | | |
* | | | | | | KWSys: __int64 and long long may be same type in specializationBrad King2011-08-091-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the specialization of hash<>(), the types long long and __int64 may be the same type. While the CMakeLists indicate that if __int64 is a alias for another type the it will not be enabled, on mingw they both appear to be the same type and enabled. This patch only enable specialization for long long OR __int64 to avoid the potential conflict. Author: Bradley Lowekamp <blowekamp@mail.nih.gov> Change-Id: I813a9ac008b296fab5a369c48e6dd5460fd0c035
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-091-1/+1
| | | | | | |
* | | | | | | KWSys: Fix using long long and __int64 with hash_(set|map)Brad King2011-08-081-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hash function for types long long and __int64, conditional on detection by FundamentalType. Author: Bradley Lowekamp <blowekamp@mail.nih.gov> Change-Id: Ie273f55cd4387ca3dbbe00b9d96ad4935e456c9e
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-081-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-071-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-061-1/+1
| | | | | | |
* | | | | | | KWSys Nightly Date StampKWSys Robot2011-08-051-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | KWSys: Avoid conversion warning in SystemTools::GetTimeBrad King2011-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert struct timeval members to double explicitly to avoid a GCC warning with -Wconversion.
* | | | | | KWSys Nightly Date StampKWSys Robot2011-08-041-1/+1
| | | | | |
* | | | | | KWSys: Simplify SystemTools::GetTime implementation (#12261)Brad King2011-08-032-64/+17
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | We already use GetSystemTimeAsFileTime() and gettimeofday() unconditionally on supported Windows and non-Windows platforms, respectively. Remove outdated portability complexity.
* | | | | KWSys Nightly Date StampKWSys Robot2011-08-031-1/+1
| | | | |
* | | | | Merge topic 'CodeBlocksIncludeDirsAndDefines'David Cole2011-08-022-5/+59
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2e8c0a Also put builtin include dirs into CodeBlocks project file 92c0dc5 Remove useless line of code a5683f8 Patch by Campbell Barton: puts definitions into C::B project file
| * | | | | Also put builtin include dirs into CodeBlocks project fileAlex Neundorf2011-08-012-4/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor code from CMakeFindEclipseCDT4.cmake so it can be used alkso for CodeBlocks, and move it into new file CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake. Alex
| * | | | | Remove useless line of codeAlex Neundorf2011-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Alex
| * | | | | Patch by Campbell Barton: puts definitions into C::B project fileAlex Neundorf2011-07-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables Codeblocks and QtCreator to do proper highlighting based on defined macros. Alex
* | | | | | Merge topic 'doc-WIN32-cygwin'David Cole2011-08-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1f641de Documentation: WIN32 not defined on Cygwin (#12334)