summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CPack remove previously CPack generated files (if any) before running CPackEric NOULARD2011-02-231-11/+20
* CPack fix KWStyle warningEric NOULARD2011-02-231-1/+1
* CPack Authorize DISPLAY_NAME usage in component packageEric NOULARD2011-02-224-11/+72
* CPack remove "-ALL" suffix for ALL-IN-ONE packagesEric NOULARD2011-02-222-2/+2
* Merge topic 'qt4-fphsa'Brad King2011-02-221-133/+52
|\
| * When checking find_package() components, special case qtmain.Clinton Stimpson2011-02-041-1/+7
| * FindQt4: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
| * Change to use fphsa to check required variables and version.Clinton Stimpson2011-01-151-133/+46
* | Merge topic 'mingw-module-definition'Brad King2011-02-222-1/+5
|\ \
| * | Honor module .def files with MinGW tools (#9997)Brad King2011-02-212-1/+5
* | | Merge topic 'qt4-macfind'Brad King2011-02-221-4/+21
|\ \ \
| * | | Fix issues with find_path() for QtCore include dir on Mac. Fixes 11868.Clinton Stimpson2011-02-191-4/+21
* | | | Merge topic 'resolve/add-STRING-subcommand-FIND-issue-11795/fix-2828-more-inf...Brad King2011-02-224-2/+151
|\ \ \ \
| * \ \ \ Merge branch 'add-STRING-subcommand-FIND-issue-11795' into fix-2828-more-info...Brad King2011-02-171-1/+1
| |\ \ \ \
| | * | | | Avoid direct use of std::stringstreamBrad King2011-02-171-1/+1
| * | | | | Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-F...Brad King2011-02-156-11/+38
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Add a string(FIND) sub-command (#11795)Tim Hütz2011-02-154-2/+151
* | | | | | Merge topic 'fix-2828-more-info-in-script-mode'Brad King2011-02-227-17/+85
|\ \ \ \ \ \
| * | | | | | Fix KWStyle line-too-long complaint (#2828)David Cole2011-02-041-1/+2
| * | | | | | Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828)David Cole2011-02-035-6/+46
| | |/ / / / | |/| | | |
| * | | | | Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-026-11/+38
* | | | | | Merge topic 'fix-11877-sort-tests-correctly'Brad King2011-02-221-1/+1
|\ \ \ \ \ \
| * | | | | | Use stable_sort to preserve test order (#11877)David Cole2011-02-181-1/+1
* | | | | | | Merge topic 'CPackRPM-HonorAllComponentWays'Brad King2011-02-225-23/+229
|\ \ \ \ \ \ \
| * | | | | | | CPackRPM fix IRIX compiler warning (variable never used)Eric NOULARD2011-02-151-1/+1
| * | | | | | | CPackRPM honors all the different ways of packaging componentsEric NOULARD2011-02-065-23/+229
* | | | | | | | Merge topic 'AddCustomTargetSourcesToCodeBlocksProject'Brad King2011-02-221-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)Alex Neundorf2011-02-131-0/+7
* | | | | | | | | Merge topic 'FixBadXMLInEclipseProjects'Brad King2011-02-221-7/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add XML escaping for directory name in Eclipse projects (#11658)Alex Neundorf2011-02-121-2/+4
| * | | | | | | | | Fix XML escaping for target names in Eclipse project files (#11658)Alex Neundorf2011-02-121-2/+3
| * | | | | | | | | Fix XML escaping for the project() name in Eclipse projects (#11658)Alex Neundorf2011-02-121-3/+5
* | | | | | | | | | Merge topic 'init-LDFLAGS-issue-11840'Brad King2011-02-221-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix linker flag initialization from LDFLAGS (#11840)Brad King2011-02-111-3/+3
* | | | | | | | | | | Merge topic 'vs-intel-dll-implib-outdir'Brad King2011-02-224-5/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | VS: Create a Fortran DLL's import library directoryBrad King2011-02-104-5/+9
* | | | | | | | | | | | Merge topic 'fix-11717-gcov-same-file-name'Brad King2011-02-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | CTest: Use the gcov --preserve-paths flag (#11717)Marco Craveiro2011-02-091-1/+1
* | | | | | | | | | | | | Merge topic 'fix-11761-less-file-download-noise'Brad King2011-02-222-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Make file DOWNLOAD less noisy (#11761)David Cole2011-02-092-4/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'fix-10704-manifest-no-vs10'Brad King2011-02-224-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | VS: Only use /MANIFEST if hasManifest is true (#11216)David Cole2011-02-091-1/+4
| * | | | | | | | | | | | | VS2010: Fixed GenerateManifest flag (#10704)David Cole2011-02-093-1/+20
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'fix-4564-make-test-alias'Brad King2011-02-221-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | CTest: Add alias for make test target (#4564)David Cole2011-02-011-0/+8
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'fix-10723-non-dev-xcode'Brad King2011-02-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Strip trailing space from xcode-select output (#10723)David Cole2011-02-011-1/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'mpif77-workaround-o-c-order'Brad King2011-02-221-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Pass -o after -c for Fortran to avoid mpif77 ordering bugBrad King2011-01-311-1/+2
* | | | | | | | | | | | | | Merge topic 'qtdialog-groupingbug'Brad King2011-02-222-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \