summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalMSYSMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-2/+0
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Add support for windows resources with mingw/msys.Bill Hoffman2010-12-231-0/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Do not require CMAKE_AR in the MSYS Makefiles generator when enabling la...David Cole2008-12-011-1/+4
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-2/+4
* BUG: bug#3789 add msys for the msys generatorBill Hoffman2006-10-031-0/+1
* BUG: MSYS makefile shell needs posix paths to executables in some cases and i...Brad King2006-09-281-0/+1
* ENH: Added generation of link rules into script files executed by a cmake -E ...Brad King2006-06-151-0/+1
* STYLE: fix line lengthKen Martin2006-05-111-6/+9
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support f...Brad King2006-04-271-1/+1
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is...Brad King2006-03-301-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: use last mount point found for mingw location, not firstBill Hoffman2006-02-211-3/+4
* ENH: try to get the order a bit betterBill Hoffman2006-02-211-3/+1
* ENH: better finding of mingw from msys, and delete CMakeFiles directory when ...Bill Hoffman2006-02-211-1/+24
* ENH: better algorithm for looking for make and gcc on msys and mingwBill Hoffman2006-02-161-12/+9
* ENH: fix borland make clean targets before build, add new generators for msys...Bill Hoffman2005-12-221-0/+82