summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* KWSys Nightly Date StampKWSys Robot2012-01-261-1/+1
|
* Merge topic 'uninitialized-var-in-if'David Cole2012-01-251-0/+1
|\ | | | | | | | | 54fd9e3 fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")
| * fix uninitialized var in if(NOT foo bar STREQUAL "foo bar")Rolf Eike Beer2012-01-221-0/+1
| | | | | | | | Also adds test to verify this.
* | Merge topic 'install-command-cleanup'David Cole2012-01-252-101/+99
|\ \ | | | | | | | | | | | | | | | | | | 982b5d9 cmInstallCommand: Fix line length for style a64b618 cmInstallCommand: Remove duplicated sentence from docs 01ddef8 cmInstallCommand: Fix indentation error
| * | cmInstallCommand: Fix line length for styleBrad King2012-01-171-9/+9
| | | | | | | | | | | | | | | After indentation was fixed by a previous commit some lines became too long. Re-wrap to shorten them.
| * | cmInstallCommand: Remove duplicated sentence from docsYury G. Kudryashov2012-01-171-3/+1
| | | | | | | | | | | | | | | install(TARGETS ...) documentation described twice what happens on non-DLL systems.
| * | cmInstallCommand: Fix indentation errorYury G. Kudryashov2012-01-171-98/+98
| | | | | | | | | | | | A large block of code was indented 2 spaces less than it should.
* | | KWSys Nightly Date StampKWSys Robot2012-01-251-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2012-01-241-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2012-01-231-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2012-01-221-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2012-01-211-1/+1
| |/ |/|
* | KWSys Nightly Date StampKWSys Robot2012-01-201-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2012-01-191-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2012-01-181-1/+1
| |
* | Merge topic 'link-shared-depend-cycle-issue-12647'David Cole2012-01-172-3/+23
|\ \ | | | | | | | | | | | | 8e756d2 Tolerate cycles in shared library link interfaces (#12647)
| * | Tolerate cycles in shared library link interfaces (#12647)Brad King2012-01-132-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 183b9509 (Follow all dependencies of shared library private dependencies, 2011-12-14) we honor LINK_INTERFACE_LIBRARIES when following dependent shared libraries. The link interface properties may form a cycle if set incorrectly by a project. Furthermore, the property LINK_DEPENDENT_LIBRARIES may form a cycle if set incorrectly by hand (though CMake should never generate one). In either case, do not follow the cycle forever when following the dependent shared library closure. We only need to add dependency edges to the constraint graph once. Add "LinkInterfaceLoop" test to cover this case.
* | | Merge topic 'fixSymlinkInZIP'David Cole2012-01-171-3/+7
|\ \ \ | | | | | | | | | | | | | | | | 768cf91 Do not add the content of a file if it's a symlink.
| * | | Do not add the content of a file if it's a symlink.Eric NOULARD2012-01-131-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This wasn't necessary for TAR-like (TGZ, TBZ2, etc...) archive because for those the size was 0. Either there is an error in upstream libarchive concerning the size or we should not rely on size of the entry for adding content.
* | | | Merge topic 'compiler-version'David Cole2012-01-171-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0df1942 Detect SGI MIPSpro compiler version with its id a5e892c Document compiler version macro formats used for detection d7c6f41 Detect HP compiler version with its id 3dd9fa9 Detect SunPro compiler version with its id c198730 Detect Watcom compiler version with its id 5899b98 Detect Clang compiler version with its id b8cfa65 Detect PGI compiler version with its id 6dae666 Detect IBM XL compiler version with its id 4080d55 Detect Borland compiler version with its id 2cc205a Detect Intel compiler version with its id (#11937) a6d83cc Detect MSVC compiler version with its id a662855 Detect GNU compiler version with its id (#6251) fa7141f Add framework to detect compiler version with its id (#12408)
| * | | | Add framework to detect compiler version with its id (#12408)Brad King2011-12-071-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Teach CMakePlatformId.h to construct an "INFO:compiler_version[]" string literal from macros COMPILER_VERSION_(MAJOR|MINOR|PATCH|TWEAK) to be defined in CMake(C|CXX)CompilerId.(c|cpp) for each compiler. Provide conversion macros DEC() and HEX() to decode decimal or hex digits from integer values. Parse the version out of the compiler id binary along with the other INFO values already present. Store the result in variable CMAKE_<LANG>_COMPILER_VERSION in the format "major[.minor[.patch[.tweak]]]". Save the value persistently in CMake(C|CXX)Compiler.cmake in the build tree. Document the variable for internal use since we do not set it everywhere yet. Report the compiler version on the compiler id result line e.g. The C compiler identification is GNU 4.5.2 Report CMAKE_(C|CXX)_COMPILER_(ID|VERSION) in SystemInformation test.
* | | | | Merge topic 'vs10-fix-pdbname-issue-12328'David Cole2012-01-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 655a7dd VS10: Fix /pdb option vcxproj element name (#12328)
| * | | | | VS10: Fix /pdb option vcxproj element name (#12328)Brad King2012-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compiler tool uses "ProgramDataBaseFileName" but the linker tool uses just "ProgramDataBaseFile". Fix the generator accordingly.
* | | | | | KWSys Nightly Date StampKWSys Robot2012-01-171-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2012-01-161-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2012-01-151-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2012-01-141-1/+1
| |_|_|_|/ |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-01-131-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-01-121-1/+1
| |_|_|/ |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2012-01-111-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2012-01-101-1/+1
|/ /
* | Merge topic 'early-exit-loop'David Cole2012-01-091-0/+1
|\ \ | | | | | | | | | | | | c959725 Exit the loop when we have determined the language.
| * | Exit the loop when we have determined the language.Stephen Kelly2012-01-081-0/+1
| | |
* | | Merge topic 'fix-docs-typo'David Cole2012-01-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | 9bffb3f Fix typos arguement -> argument.
| * | | Fix typos arguement -> argument.Stephen Kelly2012-01-081-2/+2
| |/ /
* | | Merge topic 'update-libarchive'David Cole2012-01-091-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c611c6 libarchive: Restore CMake 2.6.3 as minimum version 2f5b677 libarchive: Update README-CMake.txt for new snapshot 156cb3b Merge branch 'libarchive-upstream' into update-libarchive fd42bf1 libarchive: Set .gitattributes to allow trailing whitespace 4f4fe6e libarchive 3.0.2-r4051 (reduced) 65b6e19 libarchive: Avoid bogus conversion warning from PGI compiler 9ccaeb1 libarchive: Suppress PathScale compiler warnings 2309438 libarchive: Rename isoent_rr_move_dir parameter isoent => curent b6ca96e libarchive: Include linux/types.h before linux/fiemap.h f293b73 libarchive: Define _XOPEN_SOURCE=500 on HP-UX 6781a09 libarchive: Cleanup after ZLIB_WINAPI check f15d757 libarchive: Remove hard-coded build configuration 3a9f449 libarchive: Use Apple copyfile.h API only if available 6af6b96 libarchive: Do not use MNT_NOATIME if not defined 02d5e40 libarchive: Check for 'struct statvfs' member 'f_iosize' 8b7ee30 libarchive: Do not use ST_NOATIME if not defined ...
| * | | Handle libarchive API change in archive_read_data_blockBrad King2011-12-221-0/+4
| | | | | | | | | | | | | | | | The offset argument type depends on the libarchive version.
* | | | Merge topic 'ImproveCPackDoc-part1'David Cole2012-01-091-0/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d2c9626 Document undocumented (but existing) cpack options (fix #0010134)
| * | | | Document undocumented (but existing) cpack options (fix #0010134)Eric NOULARD2012-01-031-0/+23
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-01-091-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-01-081-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2012-01-071-1/+1
| |_|/ / |/| | |
* | | | KWSys Nightly Date StampKWSys Robot2012-01-061-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-01-051-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-01-041-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2012-01-031-1/+1
|/ / /
* | | KWSys Nightly Date StampKWSys Robot2012-01-021-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2012-01-011-3/+3
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-12-311-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-12-301-1/+1
| | |