summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMakeSetup. Long live cmake-gui, start building Qt now.Bill Hoffman2009-09-0323-4411/+0
|
* ENH: fix for building with VS 2010 make/nmakeBill Hoffman2009-05-271-0/+4
|
* ENH: Overhaul CMake version numberingBrad King2009-03-051-3/+1
| | | | | | | | | | | | | This moves the version numbers into an isolated configured header so that not all of CMake needs to rebuild when the version changes. Previously we had spaces, dashes and/or the word 'patch' randomly chosen before the patch number. Now we always report version numbers in the traditional format "<major>.<minor>.<patch>[-rc<rc>]". We still use odd minor numbers for development versions. Now we also use the CCYYMMDD date as the patch number of development versions, thus allowing tests for exact CMake versions.
* ENH: fix dumb MS warning about BOOL and performance with more codeBill Hoffman2008-03-121-1/+8
|
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-124-24/+41
|
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+1
|
* ENH: Centralized and globalized computation of CMake program locations. ↵Brad King2007-12-131-1/+3
| | | | This eliminates startup paths that failed to produce this information.
* ENH: Put black outline around all resolutions of the new ico files. Looks ↵David Cole2007-11-081-0/+0
| | | | better on a dark background than the lighter outline...
* ENH: allow for msvc71 to build for vista if CMAKE_MT_EXECUTABLE is put in ↵Bill Hoffman2007-11-071-3/+16
| | | | the cache
* ENH: Add more resolutions for CMake icons to avoid that bloated chunky blown ↵David Cole2007-11-011-0/+0
| | | | up icon look...
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-241-2/+5
|
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-11/+11
| | | | there, also provides secitons for Variables now
* BUG: revert doc changes since VS7 cannot compile them, will implement them ↵Ken Martin2007-10-091-10/+10
| | | | in a different manner
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-10/+10
|
* ENH: more generic search for visual studio installationsBill Hoffman2007-09-251-32/+25
|
* BUG: fix to work with cmake 2.2Bill Hoffman2007-09-201-2/+18
|
* COMP: Only use the VERBATIM flag for non-Visual Studio builds being ↵David Cole2007-09-191-1/+28
| | | | configured by CMake 2.4.5 or later.
* ENH: make mt command work with gmakeBill Hoffman2007-09-171-0/+1
|
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-1/+2
|
* ENH: Avoid prompting for admin privileges when running CMakeSetup.exe on ↵David Cole2007-09-112-0/+29
| | | | Vista by adding a requestedExecutionLevel element to its manifest.
* ENH: separate the commands into current and compat as in cmakeAlexander Neundorf2007-08-011-2/+9
| | | | Alex
* BUG: also offer the extra generators in CMakeSetupAlexander Neundorf2007-08-011-1/+5
| | | | Alex
* ENH: typoKen Martin2007-03-121-8/+4
|
* ENH: fix compiler warningsKen Martin2007-03-053-6/+4
|
* BUG: fix for shrinking cmake oh noKen Martin2007-02-191-1/+1
|
* ENH: add more time to bootstrap testKen Martin2007-02-051-0/+26
|
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵Bill Hoffman2006-11-291-2/+4
| | | | use cmVersion
* BUG: fix for 4028 fix scroll after deleteBill Hoffman2006-11-111-0/+6
|
* ENH: allow edit of file text directlyBill Hoffman2006-10-031-0/+24
|
* ENH: avoid crash in sprintfBill Hoffman2006-06-201-1/+2
|
* ENH: Since list file cache does not make much sense any more (because of ↵Andy Cedilnik2006-02-071-1/+0
| | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out
* ENH: do not force users to create pathsBill Hoffman2006-01-251-14/+11
|
* BUG: Fix storage/use of argc/argv in CMakeSetup dialog.Brad King2005-12-132-5/+9
|
* ENH: added better error checking for cases when there is a CMakeCache.txt ↵Ken Martin2005-08-111-13/+34
| | | | file but it is not readable
* ENH: minor version updateKen Martin2005-07-081-5/+5
|
* COMP: Fix for support of VS 8.0 beta 2Andy Cedilnik2005-05-261-2/+3
|
* ENH: change how the generator is selected and what the last one used wasKen Martin2005-03-287-86/+269
|
* FIX: fix for bug 1135Bill Hoffman2005-02-112-1/+23
|
* BUG: fix for Bug #1466 delete cache leaves file button and can crashBill Hoffman2005-01-131-1/+7
|
* BUG: fixes for mingw and CMakesetup with spaces in the source directoryBill Hoffman2004-08-301-1/+6
|
* ENH: Implement PreLoad.cmake feature for CMakeSetupAndy Cedilnik2004-08-231-0/+13
|
* BUG: Fixed typo in name of MSVC 8 registry key.Brad King2004-08-041-1/+1
|
* Fix browse button to use correct windows style initial directoryBill Hoffman2004-07-141-1/+3
|
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-6/+16
|
* BUG: allow cursor to be changed by the OSBill Hoffman2004-05-201-1/+5
|
* updates to gui to delete cacheKen Martin2004-05-204-67/+100
|
* ENH: remove warningBill Hoffman2004-04-291-0/+1
|
* BUG: fix for bug 121 add some docs for MFC flagBill Hoffman2004-04-281-1/+7
|
* BUG#724: Preserving current working directory during file selection.Brad King2004-03-291-14/+19
|
* shut up unfixable warningKen Martin2004-02-161-2/+3
|