Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: shorten the symbols a bit and remove maps of std::string for map of ↵ | Bill Hoffman | 2004-09-29 | 1 | -10/+10 |
| | | | | cmStdString | ||||
* | BUG: make sure java jar files are not libfoo.jar but are just foo.jar | Bill Hoffman | 2004-09-27 | 1 | -2/+13 |
| | |||||
* | ENH: replace all enabled languages in rule vars | Bill Hoffman | 2004-09-24 | 1 | -3/+5 |
| | |||||
* | ENH: correctly ignore files | Bill Hoffman | 2004-09-24 | 1 | -11/+13 |
| | |||||
* | ENH: only replace the language being used in expand rule variables | Bill Hoffman | 2004-09-23 | 1 | -13/+28 |
| | |||||
* | STYLE: remove warning | Bill Hoffman | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -236/+203 |
| | | | | directory. | ||||
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -0/+1 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2004-09-03 | 1 | -0/+5 |
| | |||||
* | ENH: define language extensions in cmake files and not hard coded, also fix ↵ | Bill Hoffman | 2004-09-03 | 1 | -91/+62 |
| | | | | trycompile problem | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -20/+36 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ERR: Fix the list of targets. The base target name now includes the ↵ | Andy Cedilnik | 2004-08-24 | 1 | -1/+10 |
| | | | | MACOSX_BUNDLE path | ||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -31/+83 |
| | |||||
* | BUG#427: Generated makefiles need to have targets with canonical names for ↵ | Brad King | 2004-08-05 | 1 | -0/+12 |
| | | | | each executable and library target in order for try-compiles to work correctly when specifying the target. | ||||
* | BUG: remove double include flags for rc resouce compiles | Bill Hoffman | 2004-07-09 | 1 | -1/+0 |
| | |||||
* | BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of ↵ | Brad King | 2004-06-18 | 1 | -3/+25 |
| | | | | current source directory to -I path. | ||||
* | ERR: Fixed typo. | Brad King | 2004-06-18 | 1 | -1/+1 |
| | |||||
* | BUG: Need to preserve automatic addition of source tree to -I path if ↵ | Brad King | 2004-06-18 | 1 | -0/+17 |
| | | | | CMAKE_BACKWARDS_COMPATIBILITY is set to below 2.0. | ||||
* | Removing automatic addition of a -I path for the current source directory. | Brad King | 2004-06-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | This is not consistent with the Visual Studio generators which do not provide this path. It should not be added anyway because it is adding an include path not requested by the CMakeLists.txt code. The code I'm removing was originally added in revision 1.17 of cmUnixMakefileGenerator.cxx as a part of several other changes and has a commit log entry of "some bug fixes" It was propagated from their to cmLocalUnixMakefileGenerator.cxx. Since all our projects build in the VS IDE without this include path, it should not be needed. Users can easily fix problems caused by this by adding INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) to their CMakeLists.txt code. This was often necessary previously when a project was originally written on a Unix system and then built with Visual Studio. | ||||
* | BUG#891: When building CMake itself, use the new cmake to install so that ↵ | Ken Martin | 2004-06-09 | 1 | -2/+15 |
| | | | | the current cmake can be overwritten. | ||||
* | ENH: Fix preorder. This caused preorder to not work and the test passed ↵ | Andy Cedilnik | 2004-06-01 | 1 | -1/+1 |
| | | | | because of jump-over rule | ||||
* | ENH: Implement additional make clean files as a directory property instead ↵ | Andy Cedilnik | 2004-05-20 | 1 | -1/+2 |
| | | | | of cmake variable | ||||
* | ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and ↵ | Bill Hoffman | 2004-05-17 | 1 | -2/+9 |
| | | | | on windows with no spaces | ||||
* | BUG: Need to recognize -B linker options. | Brad King | 2004-05-10 | 1 | -1/+1 |
| | |||||
* | ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵ | Andy Cedilnik | 2004-05-04 | 1 | -27/+34 |
| | | | | on borland for now. | ||||
* | BUG: fix to make spaces in paths work for jump over with borland and nmake ↵ | Bill Hoffman | 2004-05-03 | 1 | -1/+1 |
| | | | | on second build | ||||
* | BUG: remove duplicate depend on cache file and use of make variable in make ↵ | Bill Hoffman | 2004-04-30 | 1 | -4/+4 |
| | | | | target | ||||
* | ENH: remove warnings | Bill Hoffman | 2004-04-29 | 1 | -1/+1 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 116 platform files can now specify directories that should ↵ | Bill Hoffman | 2004-04-28 | 1 | -1/+14 |
| | | | | not be added by CMAKE | ||||
* | ENH: Encode object files with funny characters in the name. It should fix ↵ | Andy Cedilnik | 2004-04-28 | 1 | -4/+46 |
| | | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs | ||||
* | ENH: GetSafeDefinition is now in cmMakefile | Andy Cedilnik | 2004-04-27 | 1 | -62/+52 |
| | |||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 1 | -26/+90 |
| | |||||
* | ENH: add support for static library property STATIC_LIBRARY_FLAGS | Bill Hoffman | 2004-04-22 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for adding object files and sources. This way you can use ↵ | Andy Cedilnik | 2004-04-18 | 1 | -9/+43 |
| | | | | external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file | ||||
* | ENH: Ok, that is it. Remove old install and replace it with new | Andy Cedilnik | 2004-04-15 | 1 | -165/+4 |
| | |||||
* | BUG: add full path libraries to the depend information | Bill Hoffman | 2004-04-09 | 1 | -0/+13 |
| | |||||
* | BUG: fix warning and shadow variable | Bill Hoffman | 2004-04-02 | 1 | -1/+0 |
| | |||||
* | BUG: fix non relative paths | Bill Hoffman | 2004-04-01 | 1 | -6/+12 |
| | |||||
* | BUG: fix for non relative paths with spaces in the path | Bill Hoffman | 2004-04-01 | 1 | -2/+19 |
| | |||||
* | ENH: make relative paths optional and default off, and add a test for them | Bill Hoffman | 2004-03-31 | 1 | -5/+7 |
| | |||||
* | ENH: Add a way to clean additional files | Andy Cedilnik | 2004-03-28 | 1 | -1/+8 |
| | |||||
* | BUG: Added support to library flags parser for -Wl and -R options. | Brad King | 2004-03-24 | 1 | -1/+1 |
| | |||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -13/+16 |
| | |||||
* | ENH: Handle backticks as a valid library | Andy Cedilnik | 2004-02-29 | 1 | -1/+1 |
| | |||||
* | ERR: Cleanup and remove warning | Andy Cedilnik | 2004-02-29 | 1 | -12/+2 |
| | |||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -13/+24 |
| | |||||
* | BUG: -l or whatever should be at beginning of line. | Andy Cedilnik | 2004-02-09 | 1 | -1/+1 |
| | |||||
* | ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not ↵ | Andy Cedilnik | 2004-02-03 | 1 | -1/+10 |
| | | | | to link the module | ||||
* | ENH: remove depend on CMakeCache for rebuild_cache target to avoid double ↵ | Bill Hoffman | 2004-01-29 | 1 | -1/+1 |
| | | | | rebuild cache |