summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: Nightly Date StampBrad King2008-04-081-1/+1
|
* BUG: Fix problem with last patch when trying to take substr of shorter stringsClinton Stimpson2008-04-071-1/+5
| | | | than expected. Fixes #6730.
* BUG: Fix #6733. Always convert "\" to "/" in source & binary directory ↵Clinton Stimpson2008-04-074-8/+26
| | | | fields on Windows.
* BUG: Do not create target output directory in cmTarget. Let the generators ↵Brad King2008-04-074-22/+7
| | | | do it.
* BUG: Fix 6726. Create correct moc rule for configured headers in binary dir.Clinton Stimpson2008-04-071-1/+7
|
* ENH: Improve error message when installation file(CHRPATH) cannot change the ↵Brad King2008-04-072-3/+11
| | | | RPATH.
* STYLE: Nightly Date StampBrad King2008-04-071-1/+1
|
* BUG: fix network path by mistake in searchBill Hoffman2008-04-071-1/+9
|
* STYLE: Nightly Date StampBrad King2008-04-061-1/+1
|
* STYLE: Nightly Date StampBrad King2008-04-051-1/+1
|
* ENH: install the mac application bundle into /Applications directly with no ↵Bill Hoffman2008-04-047-10/+53
| | | | enclosing folder
* STYLE: Nightly Date StampBrad King2008-04-041-1/+1
|
* ENH: add edit_cache target for Eclipse (if it's not ccmake, because thisAlexander Neundorf2008-04-031-0/+12
| | | | | | doesn't work inside the log view) Alex
* ENH: Fix exit shortcut to be more standard, and add shortcut for advanced ↵Clinton Stimpson2008-04-032-2/+2
| | | | checkbox.
* ENH: do not link . and .. during installBill Hoffman2008-04-031-2/+6
|
* ENH: Add more shortcuts. Fixes 6357.Clinton Stimpson2008-04-032-13/+13
|
* ENH: add ability to create symlinks for command line on mac from guiBill Hoffman2008-04-033-2/+23
|
* ENH: add vs9 mfc librariesBill Hoffman2008-04-031-2/+41
|
* BUG: response file must be a copy if different or you get relinks every time ↵Bill Hoffman2008-04-031-0/+1
| | | | you run cmake
* STYLE: Nightly Date StampBrad King2008-04-031-1/+1
|
* ENH: Add debug output option to a new Options menu.Clinton Stimpson2008-04-024-3/+36
| | | | | Move dev warnings option to the new Options menu. Fixes #6335.
* ENH: make it possible to disable debug output againAlexander Neundorf2008-04-022-2/+2
| | | | Alex
* BUG: Keep editor alive when file dialog comes up to pick another file or path.Clinton Stimpson2008-04-022-3/+38
| | | | The editor going away prematurely Seems to only happen on Mac OS X.
* ENH: Allow cancelling the dialog that prompts for the generator.Clinton Stimpson2008-04-022-10/+20
|
* BUG: make sure all paths extracted from qmake are converted to cmake paths ↵Bill Hoffman2008-04-021-4/+20
| | | | because on windows they will have \ instead of / and you can get odd escaping errors
* STYLE: minor commentsMathieu Malaterre2008-04-022-3/+3
|
* STYLE: Nightly Date StampBrad King2008-04-021-1/+1
|
* STYLE: add documentation for QT4_CREATE_MOC and QT4_AUTOMOC (#6687)Alexander Neundorf2008-04-011-2/+17
| | | | Alex
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+11
|
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+24
|
* BUG: fix location of tmp file to use the full path, caused error on vista ↵Bill Hoffman2008-04-011-1/+1
| | | | not running as admin
* COMP: fix warningKen Martin2008-04-011-1/+0
|
* ENH: support unset of propertiesKen Martin2008-04-018-29/+100
|
* ENH: remove trailing spaceBill Hoffman2008-04-011-1/+3
|
* STYLE: Nightly Date StampBrad King2008-04-011-2/+2
|
* BUG: Generated target export files should set the policy version to 2.6 ↵Brad King2008-03-311-5/+7
| | | | instead of the currently running version because they are 2.6 compatible.
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-314-36/+79
| | | | | | | | - Message for missing cmake_minimum_required is not issued until the end of processing the top CMakeLists.txt file - During processing a cmake_policy command may set behavior - OLD behavior is to silently ignore the problem - NEW behavior is to issue an error instead of a warning
* BUG: Fix bug 6605 more completelyBrad King2008-03-313-0/+66
| | | | | | - CMake 2.4 added link directories for targets linked in the optimized configuration even when building debug - Old behavior for policy CMP0003 must account for this
* ENH: Improve speed of manifest tool on VS8 and VS9.Brad King2008-03-311-8/+33
| | | | | - Detect filesystem type where target will be linked - Use FAT32 workaround only when fs is FAT or FAT32
* ENH: Enhance FindMPI module by properly handling backward compatibility with ↵Douglas Gregor2008-03-311-96/+132
| | | | the older module, adding documentation, and coping with multiple include and linker paths
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ↵David Cole2008-03-312-0/+132
| | | | contributing.
* STYLE: Nightly Date StampBrad King2008-03-311-1/+1
|
* STYLE: Nightly Date StampBrad King2008-03-301-1/+1
|
* ENH: make sure gui no-dev workisBill Hoffman2008-03-291-1/+2
|
* STYLE: Nightly Date StampBrad King2008-03-291-1/+1
|
* BUG: fix packaging of files installed to absolute paths, works only whenAlexander Neundorf2008-03-291-1/+21
| | | | | | used with SET(CPACK_SET_DESTDIR "ON") Alex
* STYLE: add a comma to make it better understandable, also use STATUS as theAlexander Neundorf2008-03-281-1/+1
| | | | | | other MESSAGE() calls do Alex
* ENH: remove dangerous access to ivar that should not be usedBill Hoffman2008-03-281-1/+0
|
* ENH: fix for the correct path to cmakeBill Hoffman2008-03-281-1/+1
|
* ENH: try to fix mac symlinks to the executableBill Hoffman2008-03-282-2/+4
|