Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Adding cmCustomCommandLine and cmCustomCommandLines subclasses of ↵ | Brad King | 2005-02-22 | 1 | -0/+18 |
| | | | | std::vector instantiations to represent multiple commands for a single custom command. These will be used in an upcoming checkin. | ||||
* | BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵ | Andy Cedilnik | 2004-04-29 | 1 | -0/+3 |
| | | | | other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly | ||||
* | ERR: Properly handle mode_t on borland | Andy Cedilnik | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | ERR Fix borland | Andy Cedilnik | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | ERR: Fix build problems on Visual Studio 6 | Andy Cedilnik | 2004-01-26 | 1 | -0/+5 |
| | |||||
* | added stdio | Ken Martin | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | ENH: Improved name of cmake version variables. They are now CMake_VERSION ↵ | Brad King | 2003-07-08 | 1 | -1/+5 |
| | | | | (major.minor) and CMake_VERSION_FULL (major.minor.patch). | ||||
* | Remove bogus flags from cmStandardIncludes and make complex test pass | Andy Cedilnik | 2003-03-26 | 1 | -4/+2 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+8 |
| | | | | Each executable will be able to generate its own documentation. | ||||
* | ENH: Centralized setting of CMake version number to top-level CMake listfile. | Brad King | 2003-02-14 | 1 | -0/+8 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ERR: istrstream and istringstream need to be pulled into namespace std on ↵ | Brad King | 2002-10-11 | 1 | -0/+2 |
| | | | | the SGI. | ||||
* | ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵ | Brad King | 2002-10-10 | 1 | -31/+42 |
| | | | | Removed cmInputStringStream. | ||||
* | Remove compile error and remove some warnings | Andy Cedilnik | 2002-10-10 | 1 | -1/+2 |
| | |||||
* | Try to use platform independent input string stream | Andy Cedilnik | 2002-10-10 | 1 | -0/+19 |
| | |||||
* | ENH: Added explicit declarations of some C functions that are hard to get ↵ | Brad King | 2002-10-02 | 1 | -4/+13 |
| | | | | from standard headers in como (www.comeaucomputing.com) strict mode. | ||||
* | ENH: Added definition of _BSD_SOURCE to enable proper use of POSIX functions ↵ | Brad King | 2002-09-10 | 1 | -0/+4 |
| | | | | on comeau in linux. | ||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -11/+0 |
| | |||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -0/+11 |
| | |||||
* | BUG: Result from ostrstream::str() can be a null pointer. | Brad King | 2002-06-25 | 1 | -1/+2 |
| | |||||
* | BUG: Attempt to fix ostrstream::str() wrapper for broken platforms. | Brad King | 2002-06-24 | 1 | -2/+2 |
| | |||||
* | ERR: using declaration to move streams into std namespace needs to bring up ↵ | Brad King | 2002-06-21 | 1 | -2/+2 |
| | | | | ostrstream and ostringstream, not strstream and stringstream. | ||||
* | ERR: cmStringStream is taking the functionality of ostringstream and ↵ | Brad King | 2002-06-20 | 1 | -5/+5 |
| | | | | ostrstream, not stringstream and strstream. | ||||
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵ | Brad King | 2002-06-19 | 1 | -8/+60 |
| | | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. | ||||
* | ENH: fix for dec compiler, they still do not have the correct ansi stream ↵ | Bill Hoffman | 2002-01-30 | 1 | -1/+1 |
| | | | | library | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | define hacks and such for the dec compiler | Bill Hoffman | 2001-11-20 | 1 | -3/+9 |
| | |||||
* | ENH: Replaced cmStdString implementation to make it more transparently a ↵ | Brad King | 2001-10-31 | 1 | -7/+17 |
| | | | | std:string. | ||||
* | remove memory leaks | Bill Hoffman | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | ENH: add more testing | Bill Hoffman | 2001-08-23 | 1 | -1/+3 |
| | |||||
* | ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵ | Bill Hoffman | 2001-08-22 | 1 | -0/+12 |
| | | | | length in object files. | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -8/+10 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: compile with broken 720 SGI C++ compiler | Bill Hoffman | 2001-08-07 | 1 | -0/+40 |
| | |||||
* | ENH: Warning 4503 disable for MSVC. | Brad King | 2001-07-06 | 1 | -0/+1 |
| | |||||
* | fix for scope on hp | Bill Hoffman | 2001-06-28 | 1 | -0/+1 |
| | |||||
* | ENH: Added string.h include. | Brad King | 2001-06-22 | 1 | -1/+2 |
| | |||||
* | BUG: fix bootstrap build on unix | Bill Hoffman | 2001-06-21 | 1 | -4/+1 |
| | |||||
* | ENH: fix cmake so it can boot strap itself better | Bill Hoffman | 2001-06-20 | 1 | -0/+3 |
| | |||||
* | BUG: fix to compile on hp with aCC | Bill Hoffman | 2001-05-17 | 1 | -0/+2 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 1 | -0/+1 |
| | |||||
* | BUG: fix small compile issues on HP aCC | Bill Hoffman | 2001-04-16 | 1 | -0/+1 |
| | |||||
* | ERR: Added pragma to disable symbol length warning for Intel compiler. | Brad King | 2001-03-21 | 1 | -0/+4 |
| | |||||
* | ERR: Added for-loop scoping hack for CMake sources on MSVC | Brad King | 2001-03-14 | 1 | -0/+2 |
| | |||||
* | ERR: fsream.h -> fstream.h | Brad King | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -0/+5 |
| | |||||
* | ENH: get rid of special msc configure file | Bill Hoffman | 2001-02-13 | 1 | -0/+1 |
| | |||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -0/+19 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -0/+29 |
CMakeLists.txt files. |