summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-291-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-281-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-271-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-261-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-251-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-241-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-231-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-221-1/+1
| |
* | KWSys Nightly Date StampKWSys Robot2011-12-211-1/+1
| |
* | Merge topic 'AddIncludePathForASMToDirectoryInformationFile'David Cole2011-12-201-0/+2
|\ \ | | | | | | | | | | | | ea68837 fix #12262: dependency scanning for ASM files
| * | fix #12262: dependency scanning for ASM filesAlex Neundorf2011-12-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Now also CMAKE_ASM_INCLUDE_PATH is written into CMakeDirectoryInformation.cmake, which is necessary to make the dependency scanning for included files work. Alex
* | | Merge topic 'AddCommentToCDependencyScanner'David Cole2011-12-201-8/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | 318b0cd Add comment about one more problem of the C depency scanner. 4bb08e0 Remove trailing whitespace
| * | | Add comment about one more problem of the C depency scanner.Alex Neundorf2011-12-181-0/+3
| | | | | | | | | | | | | | | | Alex
| * | | Remove trailing whitespaceAlex Neundorf2011-12-181-8/+8
| |/ / | | | | | | | | | Alex
* | | Merge topic 'fix_double_project_cmake_build'David Cole2011-12-201-3/+7
|\ \ \ | | | | | | | | | | | | | | | | 5badf5f Fix the case where cmake --build failed with two project cmds in one file.
| * | | Fix the case where cmake --build failed with two project cmds in one file.Bill Hoffman2011-12-201-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a test that uses two project commands in the same CMakeLists.txt file. It also adds a fix so that cmake --build will work in that case. The fix sets the name of the last project command in the top level CMakeLists.txt in the cache variable CMAKE_PROJECT_NAME. This variable is used by cmake --build to find the project name.
* | | | Merge topic 'AutomocFineTuning'David Cole2011-12-204-20/+18
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | e474dcb automoc: improved warning message in relaxed mode 96fc5d5 automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODE
| * | | automoc: improved warning message in relaxed modeAlex Neundorf2011-12-141-5/+8
| | | | | | | | | | | | | | | | Alex
| * | | automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-134-15/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automoc now defaults to strict mode, also with Qt4, i.e. it behaves as the documentation says by default. I also inverted the switch CMAKE_AUTOMOC_STRICT_MODE to CMAKE_AUTOMOC_RELAXED_MODE. Docs and test adapted accordingly. Alex
* | | | KWSys Nightly Date StampKWSys Robot2011-12-201-1/+1
| | | |
* | | | KWSys Nightly Date StampKWSys Robot2011-12-191-1/+1
| |_|/ |/| |
* | | KWSys Nightly Date StampKWSys Robot2011-12-181-1/+1
| | |
* | | KWSys Nightly Date StampKWSys Robot2011-12-171-1/+1
| | |
* | | Merge topic 'qtdialog-quit'David Cole2011-12-161-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 56e0499 QtDialog: Set Ctrl+Q as the shortcut for quitting the program.
| * | | QtDialog: Set Ctrl+Q as the shortcut for quitting the program.Raphael Kubo da Costa2011-12-151-0/+2
| | |/ | |/| | | | | | | | | | | | | QKeySequence::Quit does not work on all platforms, and since it translates to Ctrl+Q on all platforms where it does work, Ctrl+Q was hardcoded instead.
* | | Merge topic 'intel-error-regex-issue-12627'David Cole2011-12-161-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 56f29f4 CTest: Recognize Intel errors without space before colon (#12627)
| * | | CTest: Recognize Intel errors without space before colon (#12627)Brad King2011-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the regex meant to match errors of the form: C:\some\dir\source.cpp(17): catastrophic error: could not open source file "some_header.h" to make the space between ')' and ':' optional.
* | | | Merge topic 'remove-old-QtDialog-readme'David Cole2011-12-161-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 470bcfa Remove the apparently outdated README in Source/QtDialog.
| * | | | Remove the apparently outdated README in Source/QtDialog.Raphael Kubo da Costa2011-12-151-3/+0
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Qt has been LGPL-licensed for a few years, so the clause mentioning only developers with a paid Qt license can change the code seems to be outdated.
* | | | Merge topic 'osx-dependent-libraries'David Cole2011-12-161-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5d99343 Do not link private dependent shared libraries on OS X > 10.4