summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Enable test on windowsAndy Cedilnik2003-10-161-2/+2
|
* ENH: Add test for FindwxWindows. Thanks to: Mathieu MalaterreAndy Cedilnik2003-10-131-0/+11
|
* ENH: Moved decision to build MFCDialog up to top level. It is used in both ↵Brad King2003-08-221-12/+6
| | | | the Source and Utilities directories.
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-211-20/+25
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ENH: Fix dependencies for curses dialogAndy Cedilnik2003-08-071-1/+0
|
* ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the ↵Andy Cedilnik2003-08-071-8/+11
| | | | wrong order and fix CMakeLists files to actually work
* BUG: We don't want to install cmaketest on UNIX or windows. It is for ↵Brad King2003-08-061-1/+0
| | | | internal CMake testing only. We should probably fold its functionality into ctest anyway.
* ENH: Install test is now enabled when CMAKE_INSTALL_PREFIX is ↵Brad King2003-08-061-2/+2
| | | | CMake_BINARY_DIR/Tests/TestInstall/Prefix to keep test in one directory.
* ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is ↵Brad King2003-08-061-201/+213
| | | | CMake_BINARY_DIR/InstallTest.
* ENH: Fix test for Visual StudioAndy Cedilnik2003-08-011-1/+2
|
* ENH: Added FindPackageTest to improve coverage.Brad King2003-07-241-0/+5
|
* ENH: Added CommandLineTest to add coverage for command line arguments to ↵Brad King2003-07-241-2/+4
| | | | cmake executables. This replaces the old DumpDocumentation test.
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-16/+1
| | | | for package maintainers.
* ENH: Added generation of cmake documentation during build preocess.Brad King2003-07-211-0/+15
|
* ENH: Add test for string and file commandsAndy Cedilnik2003-07-101-0/+5
|
* ENH: Add globbing to FILE commandAndy Cedilnik2003-07-081-0/+1
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-2/+0
| | | | cmRegularExpression.
* ENH: Merged use of kwsys library.Brad King2003-06-231-2/+1
|
* yikes added new custom command supportKen Martin2003-06-031-0/+6
|
* add support for vs 71Bill Hoffman2003-05-081-0/+1
|
* ERR: Fixed arguments to kwsys's ADD_TEST call for msvc6.Brad King2003-05-081-1/+3
|
* ENH: Added kwsys test.Brad King2003-05-081-0/+5
|
* BUG: Fix some dependencies for location of executablesAndy Cedilnik2003-05-051-27/+27
|
* ENH: Fix some dart issues. Now it works fine without dart.Andy Cedilnik2003-05-021-27/+27
|
* ENH: Executables should go to the bin directoryAndy Cedilnik2003-05-021-3/+3
|
* ENH: Make Curl code to be built by defaultAndy Cedilnik2003-04-291-6/+5
|
* ENH: Enable CTest to be build as a part of CMakeAndy Cedilnik2003-04-251-3/+21
|
* add COdeWarrior back in for testingKen Martin2003-04-161-0/+9
|
* ENH: Using new --all-for-coverage of DumpDocumentation to improve coverage.Brad King2003-02-191-1/+1
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+1
| | | | Each executable will be able to generate its own documentation.
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-2/+0
|
* ENH: add a new test for TRY_COMPILEBill Hoffman2003-02-101-0/+5
|
* ENH: Comeau C++ has been added for nightly testing. It does not support ↵Brad King2003-02-061-11/+18
| | | | shared libraries, so we cannot run the complex tests.
* BUG: Change install location of cmCPluginAPI header.Brad King2003-01-311-1/+1
|
* ENH: add testing for modules and one two config modes for cmaketestBill Hoffman2003-01-151-0/+11
|
* added install targetKen Martin2003-01-131-1/+1
|
* Fix testing of curl on windowsAndy Cedilnik2003-01-111-1/+1
|
* Add curl testingAndy Cedilnik2003-01-111-0/+5
|
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+2
|
* ERR: Project name and executable name should match for consistency in the ↵Brad King2002-12-181-1/+1
| | | | X11 test.
* BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵Brad King2002-12-171-1/+1
| | | | library.
* Split ctest into two three filesAndy Cedilnik2002-12-171-1/+1
|
* remove unused filesBill Hoffman2002-12-031-2/+0
|
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-4/+0
|
* Add ObjC++ test for OSXYves Starreveld2002-11-271-0/+7
|
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-191-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 stuffBill Hoffman2002-11-111-0/+5
|
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+0
|
* make qt stuff advancedBill Hoffman2002-11-021-0/+7
|
* Add test for X11Andy Cedilnik2002-10-291-0/+5
|