summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added functionality, fixed bug if no file existed and with header filesKen Martin2001-02-262-3/+40
|
* fixed bug and modified functionalityKen Martin2001-02-262-18/+25
|
* new commandKen Martin2001-02-262-0/+155
|
* ERR: Fixed unknown command output error message for spacing.Brad King2001-02-261-1/+1
|
* ENH: Added safe downcast support (without RTTI) to cmCommand and its subclasses.Brad King2001-02-2621-0/+77
|
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-239-40/+45
|
* ENH: update sampleBill Hoffman2001-02-231-13/+86
|
* BUG: remove debug printBill Hoffman2001-02-231-1/+0
|
* ENH: add CMakeCache.txt supportBill Hoffman2001-02-2318-337/+498
|
* ENH: remove relative and extra paths in CMakeLists.txt filesBill Hoffman2001-02-201-1/+1
|
* BUG: fix for in source buildBill Hoffman2001-02-201-1/+1
|
* ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵Bill Hoffman2001-02-1922-508/+647
| | | | some
* ENH: add a smaple configure.in for CMake based projectsBill Hoffman2001-02-181-0/+5
|
* ENH: add a smaple configure.in for CMake based projectsBill Hoffman2001-02-181-0/+617
|
* ENH: clean up comments someBill Hoffman2001-02-161-15/+6
|
* ENH:Added pdf fileWill Schroeder2001-02-161-0/+1366
|
* clean up docsKen Martin2001-02-161-0/+0
|
* ENH: add new commands fro find library and find programKen Martin2001-02-1611-60/+119
|
* some cleanup and fixesKen Martin2001-02-1516-227/+348
|
* BUG: set output directory correctlyBill Hoffman2001-02-141-1/+2
|
* ENH: fix depend segfaultBill Hoffman2001-02-141-0/+4
|
* ENH: new vnlBill Hoffman2001-02-132-1/+8
|
* ENH: add configure style @var@ expansionBill Hoffman2001-02-132-1/+7
|
* ENH: get rid of special msc configure fileBill Hoffman2001-02-1312-108/+204
|
* ENH: share a .lib with the command line and mfc versions.Bill Hoffman2001-02-124-20/+168
|
* ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵Bill Hoffman2001-02-1215-687/+725
| | | | up compile times, share a .lib with the command line and mfc versions.
* ENH: add /GX /Zm1000Bill Hoffman2001-02-061-1/+1
|
* ENH: min size buildBill Hoffman2001-02-061-1/+27
|
* ENH: put back /Zm1000 so we can build large filesBill Hoffman2001-02-061-2/+2
|
* FIX: remove precompiled header settingsJim Miller2001-02-061-4/+4
|
* FIX: added /force to link options and removed precompiled header usageJim Miller2001-02-061-8/+8
|
* BUG: backed off on the compiler optimization used. Instead of using /O2, we ↵Jim Miller2001-01-252-4/+4
| | | | now use all the components of /Ox (/Ob1 /Oi /Ot /Oy /Gs) except for /Og
* BUG: convert to dos formatWill Schroeder2001-01-221-362/+362
|
* BUG: make dsp and dsw files binaryWill Schroeder2001-01-223-0/+830
|
* BUG: make dsp and dsw files binaryWill Schroeder2001-01-223-830/+0
|
* ENH:Commands not rulesWill Schroeder2001-01-181-30/+49
|
* ERR:Oops, use SimpleRule not SimpleCommandWill Schroeder2001-01-181-1/+1
|
* ERR:Oops, renamed backWill Schroeder2001-01-183-2/+2
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-1852-673/+562
|
* ENH:Tweaks to dump documentationWill Schroeder2001-01-1223-50/+49
|
* ENH: add define flags in the right placeBill Hoffman2001-01-122-6/+6
|
* ENH: allow continue if missing MSC configure fileBill Hoffman2001-01-121-3/+1
|
* BUG: add check for missing ) on functionBill Hoffman2001-01-121-0/+6
|
* ENH:Tweaks to dump documentationWill Schroeder2001-01-129-108/+109
|
* ENH:Tweaks to documentationWill Schroeder2001-01-122-2/+2
|
* ENH:Updated for rule-based CMakeWill Schroeder2001-01-121-77/+141
|
* ENH:Simple program dumps out internal documentation for CMakeWill Schroeder2001-01-123-0/+49
|
* READMEWill Schroeder2001-01-121-31/+48
|
* ENH:Doxygenated CMakeWill Schroeder2001-01-111-0/+697
|
* ENH:Documentation and cleanupsWill Schroeder2001-01-1130-2/+450
|