Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Project name and executable name should match for consistency in the ↵ | Brad King | 2002-12-18 | 1 | -1/+1 |
| | | | | X11 test. | ||||
* | BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵ | Brad King | 2002-12-17 | 1 | -1/+1 |
| | | | | library. | ||||
* | Split ctest into two three files | Andy Cedilnik | 2002-12-17 | 1 | -1/+1 |
| | |||||
* | remove unused files | Bill Hoffman | 2002-12-03 | 1 | -2/+0 |
| | |||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -4/+0 |
| | |||||
* | Add ObjC++ test for OSX | Yves Starreveld | 2002-11-27 | 1 | -0/+7 |
| | |||||
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 1 | -0/+14 |
| | | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere. | ||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 1 | -0/+5 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+0 |
| | |||||
* | make qt stuff advanced | Bill Hoffman | 2002-11-02 | 1 | -0/+7 |
| | |||||
* | Add test for X11 | Andy Cedilnik | 2002-10-29 | 1 | -0/+5 |
| | |||||
* | added build for Code Warrior | Ken Martin | 2002-10-09 | 1 | -0/+4 |
| | |||||
* | Another attempt on Windows 98 | Andy Cedilnik | 2002-09-30 | 1 | -0/+2 |
| | |||||
* | Add class for process execution on Windows | Andy Cedilnik | 2002-09-27 | 1 | -0/+2 |
| | |||||
* | Add option for building wxWindows GUI for CMake | Andy Cedilnik | 2002-09-19 | 1 | -0/+6 |
| | |||||
* | new test | Ken Martin | 2002-09-17 | 1 | -0/+5 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 1 | -5/+8 |
| | |||||
* | new arch | Ken Martin | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | added test for QTWrapUI called qtwrapping | Franck Bettinger | 2002-09-12 | 1 | -0/+6 |
| | |||||
* | ENH: Pointer-to-function to pointer-to-data casts are not even allowed in ↵ | Brad King | 2002-09-11 | 1 | -1/+0 |
| | | | | strict C. Re-implemented this conversion in pure C++ using a casting trick with an extra level of indirection. | ||||
* | ERR: Cast from pointer-to-data to pointer-to-function is not allowed in C++. ↵ | Brad King | 2002-09-10 | 1 | -0/+1 |
| | | | | The cast needed by cmDynamicLoader::GetSymbolAddress is now hidden in a C file. | ||||
* | removed extra ENDIF | Ken Martin | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -18/+24 |
| | |||||
* | ENH: fix warnings | Bill Hoffman | 2002-08-27 | 1 | -1/+0 |
| | |||||
* | fixed bootstrap build to not use LoadCOmmandCOmmand | Ken Martin | 2002-08-27 | 1 | -0/+4 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -4/+0 |
| | |||||
* | BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵ | Bill Hoffman | 2002-08-23 | 1 | -2/+2 |
| | | | | destruction is not a problem. | ||||
* | BUG: borland needs to have BUILD_SHARED_LIBS on for executables to work with c++ | Bill Hoffman | 2002-08-22 | 1 | -6/+6 |
| | |||||
* | made CMakeLib shared on windows | Ken Martin | 2002-08-21 | 1 | -4/+18 |
| | |||||
* | BUG: cmake needs it's own directory for includes, so depends work | Bill Hoffman | 2002-06-10 | 1 | -0/+1 |
| | |||||
* | removed ccommand use cmake now | Ken Martin | 2002-06-03 | 1 | -4/+0 |
| | |||||
* | BUG: Correct some of the dependency analysis code. | Amitha Perera | 2002-05-10 | 1 | -0/+28 |
| | | | | | | | | | - Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible. | ||||
* | - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used | Amitha Perera | 2002-05-03 | 1 | -3/+10 |
| | | | | | - test case for above mentioned bug - more comments. Comments are good. | ||||
* | Debug optimized cache fixes | Bill Hoffman | 2002-05-02 | 1 | -8/+9 |
| | |||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -0/+8 |
| | |||||
* | ENH: allow cmake tests to be run without dart. | Bill Hoffman | 2002-05-01 | 1 | -0/+6 |
| | |||||
* | create tests without Dart | Bill Hoffman | 2002-04-30 | 1 | -4/+0 |
| | |||||
* | updated for 1.4 | Ken Martin | 2002-04-22 | 1 | -0/+2 |
| | |||||
* | ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵ | Brad King | 2002-04-17 | 1 | -2/+0 |
| | | | | CONFIGURE_GCCXML | ||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -5/+12 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: add testdriver test with source file in subdir | Sebastien Barre | 2002-03-27 | 1 | -1/+3 |
| | |||||
* | ENH: add new command to create a test driver | Bill Hoffman | 2002-03-20 | 1 | -0/+19 |
| | |||||
* | ENH: remove fltk dialog as it is no longer supported | Bill Hoffman | 2002-03-20 | 1 | -10/+0 |
| | |||||
* | Add ccommand for executing commands on the system, so by using ↵ | Andy Cedilnik | 2002-03-15 | 1 | -0/+2 |
| | | | | ADD_CUSTOM_COMMAND, you can make rules to do some system commands during build. Currently supported commands are copy and remove. Others will follow. | ||||
* | BUG: .h not two .cxx files | Bill Hoffman | 2002-03-14 | 1 | -1/+1 |
| | |||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -5/+31 |
| | |||||
* | Build cmaketest even if testing if OFF (so that it can be used externally) | Sebastien Barre | 2002-03-07 | 1 | -6/+7 |
| | |||||
* | ENH: add cmaketest to install targets (so that it can be used in other ↵ | Sebastien Barre | 2002-03-06 | 1 | -0/+1 |
| | | | | projects) and pass the rest of its command-line args to cmake | ||||
* | ENH: add dotnet stuff | Bill Hoffman | 2002-02-19 | 1 | -1/+1 |
| | |||||
* | add dot net stuff to cmakelists file and dsp file | Bill Hoffman | 2002-02-19 | 1 | -0/+2 |
| |