| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Improved dependency generation. If any cmake.depends is out of date, al... | Brad King | 2001-12-18 | 1 | -13/+18 |
|
|
* | BUG: cmake.depends files of zero size were not being re-written in some cases... | Brad King | 2001-12-11 | 1 | -0/+1 |
|
|
* | FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. | Luis Ibanez | 2001-12-11 | 1 | -2/+0 |
|
|
* | BUG: LIBRARY_OUTPATH_PATH may be "set" to the null string, in which case it | Amitha Perera | 2001-12-10 | 1 | -1/+2 |
|
|
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionali... | Brad King | 2001-12-10 | 1 | -5/+9 |
|
|
* | BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target | Bill Hoffman | 2001-12-09 | 1 | -1/+6 |
|
|
* | BUG: executable extension wrong for ctest search, and was not looking in Debu... | Bill Hoffman | 2001-12-08 | 1 | -1/+17 |
|
|
* | BUG: the rule for generating a library no longer has the full path, and so the | Amitha Perera | 2001-12-07 | 1 | -2/+2 |
|
|
* | ENH: add custom commands for targets | Bill Hoffman | 2001-12-07 | 1 | -5/+64 |
|
|
* | Lib path should be converted to native path too. | Sebastien Barre | 2001-12-06 | 1 | -1/+2 |
|
|
* | crazy fix for putenv, and native path called on custom command paths | Bill Hoffman | 2001-12-04 | 1 | -3/+17 |
|
|
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -3/+3 |
|
|
* | Add options for library manager (lib). | Sebastien Barre | 2001-11-30 | 1 | -5/+5 |
|
|
* | remove suffix rules | Bill Hoffman | 2001-11-30 | 1 | -2/+0 |
|
|
* | add new suffix rules | Bill Hoffman | 2001-11-30 | 1 | -1/+2 |
|
|
* | fix warning | Bill Hoffman | 2001-11-30 | 1 | -2/+2 |
|
|
* | ENH: fix various problems caused by the generalization of nmake generator | Bill Hoffman | 2001-11-30 | 1 | -6/+7 |
|
|
* | Nmake build: move most of hard-coded values to config parameters | Sebastien Barre | 2001-11-30 | 1 | -2/+2 |
|
|
* | ENH: GENERATED_CODE case added to switch. | Luis Ibanez | 2001-11-29 | 1 | -0/+2 |
|
|
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 1 | -1/+1 |
|
|
* | bug: fix same path comparison when short paths are used | Bill Hoffman | 2001-11-28 | 1 | -3/+9 |
|
|
* | ENH: nmake generator much closer to working with spaces | Berk Geveci | 2001-11-27 | 1 | -4/+14 |
|
|
* | ENH: Support for FLTK Fluid tool added. | Luis Ibanez | 2001-11-27 | 1 | -2/+5 |
|
|
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -2/+0 |
|
|
* | NMake with spaces in directories | Bill Hoffman | 2001-11-21 | 1 | -35/+50 |
|
|
* | ENH: look for cmake test with .exe if nmake | Bill Hoffman | 2001-11-16 | 1 | -0/+1 |
|
|
* | Added a make depend in the clean rule to refresh the dependencies | Franck Bettinger | 2001-11-16 | 1 | -1/+2 |
|
|
* | undo the last change because of problem with some versions of make | Franck Bettinger | 2001-11-16 | 1 | -1/+1 |
|
|
* | added the deletion of cmake.depends in the cleaning so that it is recomputed ... | Franck Bettinger | 2001-11-16 | 1 | -2/+2 |
|
|
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND used... | Bill Hoffman | 2001-11-15 | 1 | -4/+21 |
|
|
* | BUG: wrong shortname used | Bill Hoffman | 2001-11-15 | 1 | -1/+1 |
|
|
* | BUG: avoid .cxx.o names... | Bill Hoffman | 2001-11-15 | 1 | -2/+3 |
|
|
* | Closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -23/+41 |
|
|
* | nmake support | Bill Hoffman | 2001-11-14 | 1 | -5/+13 |
|
|
* | ENH: remove debug statements | Bill Hoffman | 2001-11-14 | 1 | -6/+0 |
|
|
* | start work on nmake generator | Bill Hoffman | 2001-11-13 | 1 | -12/+35 |
|
|
* | clean up object file build rule, and do not attempt to remove link_directorie... | Bill Hoffman | 2001-11-13 | 1 | -48/+58 |
|
|
* | ENH: clean up warnings | Bill Hoffman | 2001-11-13 | 1 | -1/+4 |
|
|
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 1 | -2/+2 |
|
|
* | Needed to replace srcdir to make install targets work. | Berk Geveci | 2001-11-08 | 1 | -4/+4 |
|
|
* | BUG: no +=+ | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
|
|
* | remove template flags from cmake, no ptused, or -instance=static | Bill Hoffman | 2001-11-07 | 1 | -1/+1 |
|
|
* | ENH: use full source name for c code as well as c++ | Bill Hoffman | 2001-11-07 | 1 | -1/+4 |
|
|
* | make sure default_target is first | Bill Hoffman | 2001-11-07 | 1 | -6/+8 |
|
|
* | Clean up a bit more | Bill Hoffman | 2001-11-07 | 1 | -45/+24 |
|
|
* | add cleaning of QT generated files when make clean is used | Franck Bettinger | 2001-11-06 | 1 | -5/+18 |
|
|
* | ENH: use full paths for object compile rules | Bill Hoffman | 2001-11-05 | 1 | -11/+32 |
|
|
* | ENH: change to work with nmake | Bill Hoffman | 2001-11-05 | 1 | -80/+56 |
|
|
* | ENH: clean up interface and change build in current directory to build the de... | Bill Hoffman | 2001-11-01 | 1 | -60/+154 |
|
|
* | ENH: allow -framework as a complete entry in the link line for Mac OSX | Berk Geveci | 2001-10-24 | 1 | -1/+1 |
|
|