summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* COMP: make it build on LinuxAlexander Neundorf2007-08-211-0/+7
| | | | Alex
* ENH: deb generator: don't use the system provided ar, but do it yourselfAlexander Neundorf2007-08-141-6/+22
| | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex
* COMP: this copy of curl is unused, the one in Utilities/cmcurl/ is usedAlexander Neundorf2007-08-091-2/+2
| | | | Alex
* ENH: add empty RPM package generator, Eric Noulard wants to work on itAlexander Neundorf2007-08-081-0/+1
| | | | Alex
* ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-VillanuevaAlexander Neundorf2007-08-011-0/+2
| | | | Alex
* ENH: add an empty debian package generator, Mathieu volunteered to fill itAlexander Neundorf2007-07-251-0/+1
| | | | | | :-) Alex
* ENH: build codeblocks generator also on WindowsAlexander Neundorf2007-07-181-3/+6
| | | | Alex
* ENH: add a simple CodeBlocks extra generator, early alpha stage, there seemsAlexander Neundorf2007-07-131-1/+2
| | | | | | to be interest in it Alex
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+1
| | | | | | tests still have to be added Alex
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler.
* ENH: more cleanup of some CMakeLists filesKen Martin2007-05-111-952/+0
|
* ENH: add test for a simple depend test, does an exe re-link if a library ↵Bill Hoffman2007-05-101-0/+9
| | | | that it uses changes
* ENH: add a very simple framework testBill Hoffman2007-05-081-0/+9
|
* ENH: Plugin test should now work on QNX.Brad King2007-04-181-3/+0
|
* ENH: Fixed Plugin test on Cygwin.Brad King2007-04-171-2/+2
|
* BUG: Disable Plugin test on Cygwin until it is implemented.Brad King2007-04-171-2/+2
|
* ENH: Re-enabling Plugin test now that it should work on MacOSX. I will let ↵Brad King2007-04-171-3/+3
| | | | it run one night to see what platforms are still not implemented. Currently it is not run on QNX because it is known to not be implemented there.
* BUG: Disable Plugin test until it works everywhere.Brad King2007-04-171-0/+3
|
* ENH: Added test for executables with plugins that use an API exported by the ↵Brad King2007-04-171-0/+10
| | | | executable itself.
* ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global ↵Brad King2007-04-041-0/+2
| | | | generators.
* BUG: typo in if testKen Martin2007-03-211-8/+8
|
* ENH: support for --build-config-sample feature #1022Ken Martin2007-03-191-1/+2
|
* ENH: Enable SubDirSpaces test when building with bootstrapped cmake.Brad King2007-03-081-5/+5
|
* ENH: Fixed recursive make call target escaping for Borland to support ↵Brad King2007-03-081-2/+2
| | | | SubDirSpaces test.
* BUG: oops bad arg for new testKen Martin2007-03-071-1/+1
|
* BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ↵Ken Martin2007-03-071-0/+10
| | | | ADD_DEFINITIONS bug 4364
* ENH: Cleaned up KWSys tests to use test drivers.Brad King2007-03-031-1/+1
|
* BUG: allow system information to accept the -G optionKen Martin2007-02-281-40/+0
|
* BUG: possible fix for new SystemInfo testKen Martin2007-02-271-5/+0
|
* BUG: possible fix for new SystemInfo testKen Martin2007-02-271-1/+1
|
* ENH: added --system-information option to CMakeKen Martin2007-02-271-0/+5
|
* COMP: Disable test until generators are fixedAndy Cedilnik2007-02-231-13/+13
|
* ENH: Try to fix spaces in the path problemAndy Cedilnik2007-02-231-3/+4
|
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make ↵Andy Cedilnik2007-02-231-0/+13
| | | | IsInAll use EXCLUDE_FROM_ALL. Also, enable the test that tests this
* ENH: actually keep the outputBill Hoffman2007-02-221-1/+1
|
* ENH: make sure EXECUTE_PROCESS is there because in bootstrap it is notBill Hoffman2007-02-221-2/+2
|
* ENH: fix parens in the path with spaces in the pathBill Hoffman2007-02-221-5/+18
|
* ENH: turn on spaces test for more platformsKen Martin2007-02-211-2/+2
|
* ENH: turn on spaces test for more platformsKen Martin2007-02-211-2/+4
|
* ENH: only add the test for some platformsKen Martin2007-02-201-12/+17
|
* BUG: fix for bug 4423 set language fixesBill Hoffman2007-02-201-0/+11
|
* ENH: remove ConvLib test for nowBill Hoffman2007-02-191-9/+9
|
* ENH: use correct nameBill Hoffman2007-02-191-1/+1
|
* ENH: make the test really test targets with spacesKen Martin2007-02-191-1/+2
|
* ENH: add test for conv librariesBill Hoffman2007-02-191-0/+10
|
* ENH: turn on spaces in path testKen Martin2007-02-191-0/+12
|
* ENH: Added PrecompiledHeader test for MSVC compilers.Brad King2007-02-081-0/+24
|
* ENH: add more time to bootstrap testKen Martin2007-02-051-1/+13
|
* ENH: add support for cygwin source and binary packagingBill Hoffman2007-02-021-0/+2
|
* ENH: allow the dashboard to override the timeouts for CTestTestKen Martin2007-02-021-5/+17
|