Commit Graph

4032 Commits

Author SHA1 Message Date
Bill Hoffman d8ed9ef121 ENH: fix bug 1324 2005-02-09 23:25:09 -05:00
Bill Hoffman c840bbcaaf ENH: move most of the to global generator 2005-02-09 23:22:06 -05:00
Bill Hoffman b7b501bbe8 ENH: fix for 1450 2005-02-09 23:00:16 -05:00
Brad King 4931afd89d ENH: Adding cleaning of custom command outputs during "make clean". 2005-02-09 11:40:01 -05:00
Brad King 5798510cc7 ENH: Moved reference from local driver targets (like build.local) into individual target rule files. Main rule is now empty, except that clean.local may remove files registered for cleaning. 2005-02-09 09:36:28 -05:00
Brad King 5517bc911d ENH: Adding MakeClean test to test cleaning for makefile generators. 2005-02-09 09:32:47 -05:00
Bill Hoffman f6f765e86f ENH: add link library stuff 2005-02-08 17:12:38 -05:00
Bill Hoffman 0bc51d181d ENH: fix bug in target linking 2005-02-07 17:36:34 -05:00
Brad King 1170f1af79 COMP: Removed useless expression warning. 2005-02-07 16:16:11 -05:00
Brad King 337ad802c6 ENH: Implemented support for include/complain regular expressions for dependency scanning. This now includes the possibility that scanning will return failure and the build will stop. 2005-02-07 16:11:01 -05:00
Brad King c44e6d30e5 ENH: Added generation of CMakeDirectoryInformation.cmake file in each directory next to the Makefile. The include file search path is now stored in this file instead of duplicating it for every object file. This will also allow more information to be passed in the future. 2005-02-07 15:10:20 -05:00
Brad King 1d1bd31933 ENH: Added GetComplainRegularExpression method. 2005-02-07 15:09:22 -05:00
Andy Cedilnik 062b325de2 STYLE: Nightly Version update 2005-02-07 05:26:44 -05:00
Andy Cedilnik 1ce1679d0f STYLE: Nightly Version update 2005-02-06 05:27:44 -05:00
Andy Cedilnik 49bf10e8e9 STYLE: Nightly Version update 2005-02-05 05:27:04 -05:00
Bill Hoffman 8659d1206b ENH: this version can build cmake 2005-02-04 17:58:58 -05:00
Brad King f6e8b36dcb BUG: Fixed --build-target implementation to work with Visual Studio generators. 2005-02-04 17:38:41 -05:00
Brad King e708045e6e ENH: Implemented external object feature. 2005-02-04 15:14:12 -05:00
Brad King bde01e4121 ENH: Adding test for external object file feature. 2005-02-04 14:13:16 -05:00
Andy Cedilnik 92f89b533f STYLE: Nightly Version update 2005-02-04 05:28:27 -05:00
Bill Hoffman 00091e1b84 COMP: remove warnings 2005-02-03 19:32:23 -05:00
Bill Hoffman fd0f29e6f4 ENH: depends work between targets 2005-02-03 17:42:55 -05:00
Brad King cecf8bf26a COMP: Fix warning about printf format and given type. 2005-02-03 08:39:37 -05:00
Andy Cedilnik 627f552ce5 STYLE: Nightly Version update 2005-02-03 05:29:40 -05:00
Bill Hoffman 68c419c780 ENH: getting closer 2005-02-02 17:16:07 -05:00
Brad King a9af1c23ef COMP: Adding warning work-around for unused case label yyerrorlab on HP compiler. 2005-02-02 17:05:38 -05:00
Bill Hoffman 35ec09480a ENH: move AddFlags stuff up to LocalGenerator from LocalUnix generator 2005-02-02 13:19:57 -05:00
Andy Cedilnik 0aa05c1f7b STYLE: Nightly Version update 2005-02-02 05:44:04 -05:00
Bill Hoffman f403811a0c ENH: closer 2005-02-01 17:17:12 -05:00
Bill Hoffman 7baa78034e ENH: getting closer 2005-02-01 15:48:33 -05:00
Bill Hoffman 3bb54c00d5 COMP: fix warning 2005-02-01 14:28:46 -05:00
Bill Hoffman b08e6ecb38 ENH: add trycompile code for xcode 2005-02-01 13:07:42 -05:00
Brad King c98687ed9e COMP: Disabling warning in generated code. 2005-02-01 11:28:38 -05:00
Brad King 289c74541a COMP: Removing #line directives from .h file to avoid bogus Sun warning. 2005-02-01 10:44:34 -05:00
Brad King f7165110ba COMP: Avoid adding content_encoding.c twice. 2005-02-01 10:43:28 -05:00
Brad King 04e56bf7ff ENH: Changed over to using C++ for building flex/bison generated files. It reduces the number of changes that need to be made after generation. 2005-02-01 10:42:52 -05:00
Andy Cedilnik 51db85934f STYLE: Nightly Version update 2005-02-01 05:38:49 -05:00
Andy Cedilnik 861fb04f59 STYLE: Nightly Version update 2005-01-31 05:19:43 -05:00
Andy Cedilnik 7f9fab306b STYLE: Nightly Version update 2005-01-30 05:23:26 -05:00
Brad King 52b533ce2b COMP: Removed shadowed variable warning. 2005-01-29 07:57:21 -05:00
Andy Cedilnik 0ab7b0988c STYLE: Nightly Version update 2005-01-29 05:23:58 -05:00
Brad King 110ce95fc8 COMP: Added missing labels to case. 2005-01-28 18:12:56 -05:00
Andy Cedilnik ca6fddec80 COMP: Another borland problem 2005-01-28 17:46:47 -05:00
Andy Cedilnik 759ef8d424 COMP: Remove more warnings/errors 2005-01-28 17:43:57 -05:00
Brad King 562b0b820f COMP: Fix unused parameter warning when bootstrapping. 2005-01-28 17:25:51 -05:00
Andy Cedilnik 300416fa24 COMP: Remove warnings 2005-01-28 17:24:45 -05:00
Bill Hoffman 2ca86b868c ENH: move executable xcode stuff to a method 2005-01-28 17:21:35 -05:00
Brad King 3ec0862222 COMP: Removed default argument from method definition. 2005-01-28 17:18:18 -05:00
Andy Cedilnik 44abd32468 ENH: Enable java dependency 2005-01-28 17:14:49 -05:00
Andy Cedilnik ab475733e4 ENH: Initial import of java parser 2005-01-28 17:13:58 -05:00
Andy Cedilnik 3a67582df8 STYLE: Add some diff helping comments 2005-01-28 17:13:03 -05:00
Brad King 1d1aafda59 COMP: Disabled warnings in generated code. 2005-01-28 17:09:43 -05:00
Andy Cedilnik 3cf041318a ENH: Initial import of java parser 2005-01-28 16:56:12 -05:00
Bill Hoffman bbba869cfc ENH: use absolute paths 2005-01-28 16:26:03 -05:00
Bill Hoffman 97cd380970 ENH: create mainGroup 2005-01-28 16:00:10 -05:00
Brad King 892a7c4fd9 ENH: Implemented full per-object test for whether provides-requires mode is needed. This will still use a recursive make for any Fortran object even if it doesn't have requires. It is possible to avoid it but we can do that later. 2005-01-28 14:17:48 -05:00
Andy Cedilnik e9eccb0098 BUG: prevent -P or script to be passed as homedirectory 2005-01-28 13:00:36 -05:00
Brad King 51750d0552 STYLE: Added another solution proposal for out-of-directory modules. 2005-01-28 12:01:26 -05:00
Brad King c16aca0643 ENH: Added provides/requires output for modules. 2005-01-28 10:45:00 -05:00
Andy Cedilnik 7ceafbfc7a ENH: Add error regex 2005-01-28 10:12:28 -05:00
Andy Cedilnik a0b437b058 STYLE: Nightly Version update 2005-01-28 05:20:02 -05:00
Bill Hoffman b6f28aaf89 COMP: fix warning 2005-01-27 19:24:51 -05:00
Andy Cedilnik 1cca4b3b24 ENH: Enable compression with DartConfiguration file 2005-01-27 17:44:25 -05:00
Bill Hoffman b9982e4b60 ENH: xcode almost working for simple exe, but not yet 2005-01-27 17:09:09 -05:00
Andy Cedilnik 29f9516e19 COMP: Fix build on sun 2005-01-27 16:49:10 -05:00
Bill Hoffman e2ff9a73fa ENH: fix a few more xcode things 2005-01-27 16:43:18 -05:00
Bill Hoffman df730d29de ENH: add missing ; 2005-01-27 16:25:15 -05:00
Bill Hoffman 97a51d2172 ENH: add more xcode stuff 2005-01-27 16:11:44 -05:00
Andy Cedilnik c22cc421e0 ENH: Several cleanups and improvements 2005-01-27 15:54:47 -05:00
Ken Martin d268431ac8 ENH: clean up running of default script 2005-01-27 13:31:31 -05:00
Andy Cedilnik dc0ce24cc6 ENH: Add a superclass to all handlers 2005-01-27 11:43:22 -05:00
Ken Martin bf3d774645 COMP: fix some compiler warnings/errors 2005-01-27 11:01:56 -05:00
Ken Martin 6fd51bc29d ENH: added missing documentation 2005-01-27 10:47:37 -05:00
Andy Cedilnik 62b310bc52 ENH: Add compression support to XML files 2005-01-27 10:15:01 -05:00
Andy Cedilnik 14477cee6e ENH: Add compression support 2005-01-27 10:14:24 -05:00
Andy Cedilnik 197ba0bdd6 ENH: Link to cmzlib 2005-01-27 10:13:38 -05:00
Ken Martin ef75402148 ENH: added more capabilities to ctest 2005-01-27 10:11:04 -05:00
Andy Cedilnik 3575fed90c STYLE: Nightly Version update 2005-01-27 05:24:40 -05:00
Brad King a5a9822080 COMP: Added instruction to remove TABs from generated file. 2005-01-26 16:19:05 -05:00
Brad King a81a8263a5 ENH: Added hook into Fortran dependency scanner. 2005-01-26 16:18:22 -05:00
Brad King 934346243e ENH: Added generated lexer and parser sources. 2005-01-26 16:17:13 -05:00
Brad King d69cc8c63f COMP: Added additional instructions about how to modify the generated files. 2005-01-26 16:10:31 -05:00
Brad King f1b52f3f98 COMP: Added constructor to cmDependsFortranFile to avoid using initializer list. Also included assert.h. 2005-01-26 16:09:48 -05:00
Brad King da7b9d306e COMP: Added forward declaration of yylex. 2005-01-26 15:58:51 -05:00
Brad King 483534f1a3 ENH: Removed Lexer/Parser prefix before _yy symbols. Just cmDependsFortran_yy is enough. 2005-01-26 15:45:59 -05:00
Bill Hoffman 91578381e8 BUG: fix version number 2005-01-26 15:43:49 -05:00
Brad King 19f977bad7 ENH: Added Fortran dependency scanner implementation. 2005-01-26 15:33:38 -05:00
Brad King aaac6f2c3a ENH: Added default constructor and Open method. 2005-01-26 14:25:16 -05:00
Andy Cedilnik f6cd83d6f3 ENH: Add support for shrinking the output of the test 2005-01-26 11:13:12 -05:00
Andy Cedilnik f7063fc661 ENH: Add method to populate custom integers 2005-01-26 10:10:41 -05:00
Andy Cedilnik cbe845f7ef STYLE: Nightly Version update 2005-01-26 05:59:57 -05:00
Bill Hoffman a47197b2ce COMP: fix warnings 2005-01-25 16:36:57 -05:00
Bill Hoffman 0f71716672 COMP: fix warnings 2005-01-25 16:30:44 -05:00
Bill Hoffman 96daa417cb ENH: add initial non-working XCode stuff 2005-01-25 15:26:57 -05:00
Andy Cedilnik e07af61e51 STYLE: Nightly Version update 2005-01-25 05:59:09 -05:00
Bill Hoffman e57b17df7e ENH: initial xcode stuff 2005-01-24 17:35:54 -05:00
Andy Cedilnik a921ccaa2a STYLE: Nightly Version update 2005-01-24 05:53:59 -05:00
Andy Cedilnik 5fd8942da9 STYLE: Nightly Version update 2005-01-23 05:56:42 -05:00
Andy Cedilnik 3fb09318d7 STYLE: Nightly Version update 2005-01-22 05:51:54 -05:00
Bill Hoffman 2f631642ca ENH: start xcode stuff 2005-01-21 16:25:36 -05:00
Bill Hoffman 13865fc4fa ENH: move project map to global generator base 2005-01-21 12:26:32 -05:00
Ken Martin 35c33d0e2d COMP: fix unused var warning 2005-01-21 11:22:44 -05:00
Bill Hoffman a641ad3bba ENH: split up cmCommands into two files 2005-01-21 10:27:51 -05:00
Ken Martin 1bfb3194ec ENH: added while command 2005-01-21 09:39:27 -05:00
Ken Martin 0c225eb5b9 ENH: added while command 2005-01-21 09:38:04 -05:00
Andy Cedilnik 819c910ee3 STYLE: Nightly Version update 2005-01-21 05:36:29 -05:00
Ken Martin c66e55a91a COMP: fix unused var warning 2005-01-20 15:26:11 -05:00
Ken Martin acdd032109 ENH: now the set command can set environment variables 2005-01-20 14:38:16 -05:00
Bill Hoffman beb584e7a1 ENH: add some comments on how this could be moved to global generator 2005-01-20 12:28:57 -05:00
Andy Cedilnik 4d31557dcb STYLE: Nightly Version update 2005-01-20 04:38:13 -05:00
Brad King 89a8261f68 ENH: Mangled lexer symbols to begin in cmListFileLexer_yy instead of just yy to avoid conflict with other lexers that may be added. 2005-01-19 12:06:24 -05:00
Brad King 47ee00b7a5 ENH: Removed unquoted version of OBJECTS make variable. Quoted seems to work everywhere. BUG: Fixed AppendAnyDepend to properly identify executable targets. BUG: Used CreateMakeVariable to fix variable name for OBJECTS list when target has a . in its name. 2005-01-19 07:23:06 -05:00
Andy Cedilnik b94585d45f STYLE: Nightly Version update 2005-01-19 05:19:19 -05:00
Brad King 195cdf172e ENH: Split dependency scanning and checking into separate cmDepends superclass with language-specific subclasses such as cmDependsC. 2005-01-18 17:09:05 -05:00
Andy Cedilnik ed9e0626fd COMP: Ok, actually link to the library.... 2005-01-18 16:47:51 -05:00
Andy Cedilnik 0532cc2920 COMP: Try to resolve compile errors because of missing includes and wrong include path 2005-01-18 15:54:20 -05:00
Andy Cedilnik 4a7a86e949 COMP: Use cmOStringStream not ostringstream 2005-01-18 14:02:39 -05:00
Andy Cedilnik dcadffbe00 ENH: Add XML parser 2005-01-18 13:41:23 -05:00
Brad King b37b661087 STYLE: Added TODO comment for another missing feature (external object files). 2005-01-18 11:15:35 -05:00
Andy Cedilnik 3e7366e5c2 STYLE: Nightly Version update 2005-01-18 04:17:34 -05:00
Bill Hoffman 57bacd199c BUG: when ctest is looking for cmake look in the build directory as well as where ctest is so that purify will work 2005-01-17 16:29:00 -05:00
Brad King 64f4880cb5 ENH: Adding partial implementation of provides-requires mode. 2005-01-17 15:09:32 -05:00
Brad King 97a3d514ac BUG: Fix for relative path conversion when path is a subset of relative path root. 2005-01-17 15:09:25 -05:00
Bill Hoffman e6e98b47da BUG: make sure handles are always closed even if Wait is not called. 2005-01-17 14:29:11 -05:00
Andy Cedilnik 5573da922f STYLE: Nightly Version update 2005-01-17 04:41:31 -05:00
Andy Cedilnik 9fcc458b5c STYLE: Nightly Version update 2005-01-15 04:40:53 -05:00
Bill Hoffman f5887c77e9 BUG: fix for Bug #1466 delete cache leaves file button and can crash 2005-01-13 12:26:13 -05:00
Andy Cedilnik 2ff66ba5c6 STYLE: Nightly Version update 2005-01-13 03:58:15 -05:00
Ken Martin ba892527a8 ENH: now limits warnings and error report to 50 each 2005-01-12 13:58:00 -05:00
Ken Martin 6207a6d0ed ENH: now limits warnings and error report to 50 each 2005-01-12 13:51:20 -05:00
Jim Miller 52f7a0cce8 BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the source 2005-01-12 10:11:04 -05:00
Andy Cedilnik f51a308d72 STYLE: Nightly Version update 2005-01-12 04:43:30 -05:00
Andy Cedilnik d084824818 STYLE: Nightly Version update 2005-01-11 05:03:49 -05:00
Andy Cedilnik 89c0d42181 STYLE: Nightly Version update 2005-01-10 05:06:32 -05:00
Andy Cedilnik 7b1d0e7949 STYLE: Nightly Version update 2005-01-08 05:08:44 -05:00
Andy Cedilnik 7b6ee850a2 STYLE: Nightly Version update 2005-01-07 11:56:59 -05:00
Andy Cedilnik 6df3783ddf STYLE: Nightly Version update 2005-01-05 05:13:58 -05:00
Brad King 4b48a89b96 ENH: Added install target implementation. Also added missing include of assert.h. 2005-01-04 18:24:52 -05:00
Brad King 79c67a6dfa ENH: Added relative path support (mostly done). Many paths are written relative even if CMAKE_USE_RELATIVE_PATHS is not on just to keep makefiles short. 2005-01-04 17:41:19 -05:00
Brad King 524769aebc ENH: Made ConfigureOutputPaths virtual to help new generator. 2005-01-04 16:26:54 -05:00
Andy Cedilnik 320e90ef5a ENH: Add a delay method 2005-01-04 10:55:01 -05:00
Brad King 8032c5cd88 BUG: Applied patch attached to bug #1453. 2005-01-04 09:56:33 -05:00
Ken Martin 96cdce0083 ENH: fixed SET command to accept cache values with more than one value 2005-01-04 08:42:25 -05:00
Andy Cedilnik 60bc9bb05e STYLE: Nightly Version update 2005-01-04 04:17:19 -05:00
Andy Cedilnik 9bc9dbcf24 STYLE: Nightly Version update 2005-01-02 05:04:30 -05:00
Andy Cedilnik 2c2f306515 STYLE: Nightly Version update 2005-01-01 21:02:14 -05:00
Andy Cedilnik 0a16956524 STYLE: Nightly Version update 2004-12-31 05:03:05 -05:00
Andy Cedilnik 1442094c81 STYLE: Nightly Version update 2004-12-30 05:03:43 -05:00
Andy Cedilnik fa8e3ed5a2 STYLE: Nightly Version update 2004-12-29 05:27:39 -05:00
Andy Cedilnik c0f2658e32 STYLE: Nightly Version update 2004-12-28 05:23:18 -05:00
Andy Cedilnik 9906ba253d STYLE: Nightly Version update 2004-12-27 05:22:04 -05:00
Andy Cedilnik 6f4788e5ff STYLE: Nightly Version update 2004-12-26 05:25:49 -05:00
Andy Cedilnik 325411956b STYLE: Nightly Version update 2004-12-25 05:21:41 -05:00
Andy Cedilnik ae6a10343b STYLE: Nightly Version update 2004-12-24 05:16:58 -05:00
Andy Cedilnik d5be87a296 STYLE: Nightly Version update 2004-12-23 05:27:46 -05:00
Andy Cedilnik 190b89c060 STYLE: Nightly Version update 2004-12-22 05:16:48 -05:00
Andy Cedilnik c01097941d STYLE: Nightly Version update 2004-12-21 05:14:15 -05:00
Andy Cedilnik d2789b37a3 STYLE: Nightly Version update 2004-12-20 05:09:25 -05:00
Andy Cedilnik ac395b5a0e STYLE: Nightly Version update 2004-12-19 05:15:18 -05:00
Andy Cedilnik 4cb5c7179d STYLE: Nightly Version update 2004-12-18 05:11:44 -05:00
Andy Cedilnik 645f7c0929 STYLE: Nightly Version update 2004-12-17 05:06:33 -05:00
Andy Cedilnik 4bf392e832 STYLE: Nightly Version update 2004-12-16 05:52:09 -05:00
Andy Cedilnik fa28d7225c STYLE: Nightly Version update 2004-12-15 05:46:21 -05:00
Andy Cedilnik a360df42c2 STYLE: Nightly Version update 2004-12-14 05:08:34 -05:00
Andy Cedilnik cb33fe8aa8 STYLE: Nightly Version update 2004-12-13 05:03:21 -05:00
Andy Cedilnik a3d3e9e9ef STYLE: Nightly Version update 2004-12-12 05:08:54 -05:00
Andy Cedilnik 8e1d98146e STYLE: Nightly Version update 2004-12-11 05:10:51 -05:00
Andy Cedilnik 65cb4675f3 STYLE: Nightly Version update 2004-12-10 05:13:53 -05:00
Brad King 1c663cf41c BUG: Fix to avoid relative path with ..s all the way to the root. 2004-12-09 16:14:46 -05:00
Brad King c710a2366d BUG: Support for custom command outputs in subdirectories of current build tree location. 2004-12-09 15:56:50 -05:00
Brad King e8ef42ed74 BUG: AppendAnyDepend must handle non-existing files. 2004-12-09 15:23:37 -05:00
Brad King 1480676dab ENH: Added post-build rules to executables and libraries. Generalized AppendLibDepend method to AppendAnyDepend. This takes most of the functionality of AppendCustomDepend too, and generalized jump-and-build to executables. 2004-12-09 15:11:22 -05:00
Brad King 477f328aed ENH: Implemented utility targets. This involved pulling part of the custom command rule implementation out into shared methods. 2004-12-09 13:52:32 -05:00
Andy Cedilnik 729c5644cf STYLE: Nightly Version update 2004-12-09 05:12:19 -05:00
Andy Cedilnik 72a4cad40b STYLE: Nightly Version update 2004-12-08 05:05:59 -05:00
Andy Cedilnik 67af364ff7 STYLE: Nightly Version update 2004-12-07 05:19:12 -05:00
Bill Hoffman 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 2004-12-06 12:38:04 -05:00
Andy Cedilnik e3bb6683de STYLE: Nightly Version update 2004-12-06 05:00:58 -05:00
Andy Cedilnik fa8a0c635d STYLE: Nightly Version update 2004-12-05 04:22:34 -05:00
Andy Cedilnik 7e5d474be6 STYLE: Nightly Version update 2004-12-04 04:36:09 -05:00
Ken Martin 0ad63cf5fd ENH: minor fix for windows 2004-12-03 09:25:00 -05:00
Ken Martin b1c5f1a7ba ENH: fix for relative paths 2004-12-03 09:05:07 -05:00
Andy Cedilnik 82ec50f83f STYLE: Nightly Version update 2004-12-03 06:27:27 -05:00
Bill Hoffman e75992a871 BUG: fix for 1369 before include directories need to be always added 2004-12-02 13:14:14 -05:00
Bill Hoffman ec6b579717 BUG: fix for bug 1385, /tmp should not be used on windows 2004-12-02 12:33:44 -05:00
Andy Cedilnik f445b9491d STYLE: Nightly Version update 2004-12-02 06:13:26 -05:00
Brad King 920df088ab COMP: Need to choose between <new> and <new.h> based on whether standard headers are available. 2004-12-01 07:28:13 -05:00
Brad King ca2f4aa039 COMP: Disabling old streams warnings when including old headers on MSVC. 2004-12-01 07:24:33 -05:00
Andy Cedilnik 0689b4ed5f STYLE: Nightly Version update 2004-12-01 06:25:01 -05:00
Brad King 9bf52f7001 BUG: Need to include header <new> to use placement new syntax. Really this should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably. 2004-11-30 18:20:31 -05:00
Andy Cedilnik de4a1c3b9c STYLE: Nightly Version update 2004-11-30 06:29:30 -05:00
Andy Cedilnik 201d132c25 STYLE: Nightly Version update 2004-11-29 06:21:04 -05:00
Andy Cedilnik df4b28885e STYLE: Nightly Version update 2004-11-28 06:16:32 -05:00
Andy Cedilnik c7db7dca34 STYLE: Nightly Version update 2004-11-27 06:28:31 -05:00
Andy Cedilnik 9bf5f8b40b STYLE: Nightly Version update 2004-11-26 06:16:57 -05:00
Andy Cedilnik b5ce55d2e8 STYLE: Nightly Version update 2004-11-25 06:19:53 -05:00
Andy Cedilnik a0c96218b0 ENH: Add support for proxy authentication (thanks Jean-Michel) 2004-11-24 09:25:32 -05:00
Andy Cedilnik 67111942c0 STYLE: Nightly Version update 2004-11-24 05:45:59 -05:00
Andy Cedilnik 1e61513520 ENH: Make more things XML safe 2004-11-23 10:48:36 -05:00
Andy Cedilnik 761e477331 STYLE: Nightly Version update 2004-11-23 05:46:09 -05:00
Andy Cedilnik b2282ec337 STYLE: Nightly Version update 2004-11-22 05:45:01 -05:00
Andy Cedilnik 380a9bd783 STYLE: Nightly Version update 2004-11-21 05:44:11 -05:00
Andy Cedilnik f503e5ec48 STYLE: Nightly Version update 2004-11-20 05:46:39 -05:00
Brad King 6f407ecb17 ENH: Moved custom command rule files into special CMakeCustomCommands.dir subdirectory. 2004-11-19 09:42:08 -05:00
Brad King 4352c2faae ENH: Unified WriteDependRules, WriteBuildRules, WriteCleanRules, and the future WriteInstallRules into a single WritePassRules method. Also added WriteTargetDependsRule and WriteTargetCleanRule methods to unify writing of depend and clean rules for each target. 2004-11-19 09:32:18 -05:00
Andy Cedilnik e32928aaff STYLE: Nightly Version update 2004-11-19 05:41:59 -05:00
Andy Cedilnik 48d9bb5cd6 STYLE: Nightly Version update 2004-11-18 08:25:48 -05:00
Andy Cedilnik bfed636366 STYLE: Nightly Version update 2004-11-17 08:33:21 -05:00
Andy Cedilnik 09b58f09e4 STYLE: Nightly Version update 2004-11-16 08:16:57 -05:00
Ken Martin e7fd6bac8d COMP: fix warning 2004-11-15 09:39:15 -05:00
Andy Cedilnik 327d94b489 STYLE: Nightly Version update 2004-11-15 08:22:56 -05:00
Andy Cedilnik a05df0a6d0 STYLE: Nightly Version update 2004-11-14 08:21:01 -05:00
Ken Martin 5a0366c6e0 ENH: added -U option to take union of -R and -I 2004-11-13 09:55:31 -05:00
Andy Cedilnik 247c367a59 STYLE: Nightly Version update 2004-11-13 08:15:04 -05:00
Andy Cedilnik 29deba3265 STYLE: Nightly Version update 2004-11-12 05:36:07 -05:00
Andy Cedilnik 243ae7272c ENH: Another linker error on sun 2004-11-11 17:40:08 -05:00
Andy Cedilnik c113208482 STYLE: Nightly Version update 2004-11-11 05:34:52 -05:00
Bill Hoffman 144bc1e55c FIX: make sure the object file name is correctly mangled for depend information 2004-11-10 15:39:10 -05:00
Andy Cedilnik 1cbec80de9 STYLE: Nightly Version update 2004-11-10 10:24:29 -05:00
Andy Cedilnik 28b7cc0ac1 STYLE: Nightly Version update 2004-11-09 09:57:29 -05:00
Andy Cedilnik 7e2759d86d STYLE: Nightly Version update 2004-11-08 05:46:22 -05:00
Andy Cedilnik a199b4994d STYLE: Nightly Version update 2004-11-07 05:45:55 -05:00
Andy Cedilnik a204ee0594 STYLE: Nightly Version update 2004-11-06 05:40:31 -05:00
Brad King d39b877ea4 ENH: Added partial clean target support. 2004-11-05 15:09:46 -05:00
Brad King 6297bcbf1d ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass. 2004-11-05 15:03:45 -05:00
Brad King d41ed99297 ENH: Implemented VERBOSE output setting. 2004-11-05 07:39:48 -05:00
Andy Cedilnik d6673e7d02 STYLE: Nightly Version update 2004-11-05 05:38:35 -05:00
Andy Cedilnik b905e8ba2e STYLE: Nightly Version update 2004-11-04 05:38:47 -05:00
Brad King 7fdcb4e1e4 ENH: Generalized driver targets and subdirectory traversal rules. The implementations of all, depend, build, clean, install, etc. now follow a common framework. 2004-11-03 11:02:44 -05:00
Brad King 30e685b41f ENH: Removed unneeded requires rules now that canonical names are available. 2004-11-03 08:59:13 -05:00
Brad King 8a4c0673be ENH: Added convenience rules to build targets without specifying full paths. 2004-11-03 08:46:17 -05:00
Brad King a5ae290a5b STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity. 2004-11-03 07:51:51 -05:00
Brad King e34207c1f0 COMP: Fix new cmGeneratedFileStream for MSVC. 2004-11-03 07:27:44 -05:00
Brad King d46d8df0ed ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file. 2004-11-03 07:23:18 -05:00
Andy Cedilnik 3050e231b3 STYLE: Nightly Version update 2004-11-03 05:34:04 -05:00
Brad King 2823a4797a ENH: Added partial RC language dependency scanning (just using C dependencies for now). 2004-11-02 18:09:22 -05:00
Brad King 6de0ff4b00 ENH: Added dependencies between libraries. 2004-11-02 17:38:09 -05:00
Brad King 22cc48c534 BUG: Removed debugging output. 2004-11-02 17:19:19 -05:00
Brad King 04f958b6d9 ENH: Implemented generation of custom command rule files. 2004-11-02 17:14:04 -05:00
Andy Cedilnik 95f67dca9e COMP: Remove compile warning 2004-11-02 17:11:54 -05:00
Brad King fd8ae3d34c BUG: Fixed subdirectory implementation for Borland Make. 2004-11-02 08:32:03 -05:00
Brad King 914f28b06a ENH: Implemented subdirectory rules for all target. 2004-11-02 07:36:08 -05:00
Andy Cedilnik 1e1b22bdbc STYLE: Nightly Version update 2004-11-02 04:49:54 -05:00
Bill Hoffman 160c32e529 BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we still can not handle a space as the start of a directory name 2004-11-01 16:57:05 -05:00
Andy Cedilnik 8ef263ff51 STYLE: Nightly Version update 2004-11-01 04:34:02 -05:00
Andy Cedilnik b442634418 STYLE: Nightly Version update 2004-10-31 03:40:52 -05:00
Andy Cedilnik ec77c00848 STYLE: Nightly Version update 2004-10-30 04:32:35 -04:00
Brad King 3bb39d4390 ENH: Added framework for subdirectory traversal. 2004-10-29 18:15:59 -04:00
Brad King bf2a2b203f BUG: Dependency makefile lines must be at least three characters long to hold a dependency. 2004-10-29 17:18:16 -04:00
Brad King 81bbae1fb2 ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation. 2004-10-29 16:50:46 -04:00
Bill Hoffman 674349caed FIX: fix shared flag 2004-10-29 15:32:06 -04:00
Bill Hoffman 901dc9d49f ENH: remove debug print 2004-10-29 15:31:45 -04:00
Brad King ff7ab5f1ab BUG: Fixes for Borland Make. 2004-10-29 14:57:36 -04:00
Brad King 17b1cc26e0 BUG: Fixes for NMake. 2004-10-29 13:55:17 -04:00
Brad King 6b3ca003d7 ENH: Changed AppendRecursiveMake to GetRecursiveMakeCall and implemented jump-and-build on Windows and UNIX. 2004-10-29 13:04:28 -04:00
Brad King 37ae7d6acf ENH: Cleaned up format of generated makefiles. Consolidated rule generation into single WriteMakeRule method. Added special targets like rebuild_cache and edit_cache. 2004-10-29 10:52:52 -04:00
Andy Cedilnik 53763e14d4 STYLE: Nightly Version update 2004-10-29 04:36:15 -04:00
Bill Hoffman 692f18538b ENH: add a check for empty include directories 2004-10-28 15:40:24 -04:00
Brad King 4de0a518fd COMP: Fix local shadow warnings. 2004-10-28 07:46:42 -04:00
Brad King 8711ce31d9 COMP: Fix for Mac specific code. 2004-10-28 07:43:18 -04:00
Andy Cedilnik bce0865c70 STYLE: Nightly Version update 2004-10-28 04:36:58 -04:00
Bill Hoffman b69606da4c ENH: look in the windows LIB env variable for libraries 2004-10-27 16:00:54 -04:00
Bill Hoffman 3dc02020d9 DOC: documentation change 2004-10-27 16:00:26 -04:00
Brad King 72e125ca1f ENH: Do not try to handle unimplemented target types yet. Fixes for projects with subdirectories. 2004-10-27 12:05:33 -04:00
Andy Cedilnik cc5c136cb8 BUG: If bootstrap cmake is run with no argument produce error 2004-10-27 11:26:49 -04:00
Bill Hoffman 36c8f1d157 ENH: put error checking for missing linker languages 2004-10-27 10:53:01 -04:00
Andy Cedilnik 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 2004-10-27 10:47:14 -04:00
Andy Cedilnik 21c818340e STYLE: Remove unused code 2004-10-27 10:45:45 -04:00
Brad King 8e0985f9f1 ENH: Added executable dependencies on libraries including jump-and-build support. 2004-10-27 10:45:18 -04:00
Brad King a2b8c1fbcb BUG: Add a space before the : only if the target name is one letter long. This works around bugs in some shells' tab completion of target names. 2004-10-27 08:49:41 -04:00
Brad King 0d622ae9e8 ENH: Added generation of rules for shared libraries and modules. 2004-10-27 08:47:49 -04:00
Brad King 414a2fd645 ENH: Added rules to build executables. Also began to consolidate flag list construction into separate methods. 2004-10-27 08:20:58 -04:00
Andy Cedilnik 5c168174f7 STYLE: Nightly Version update 2004-10-27 04:37:32 -04:00
Andy Cedilnik c48af00154 BUG: Handle DOS files un unix file systems 2004-10-26 20:13:39 -04:00
Brad King 18642f4b4e ENH: Do not generate touch rule for target level dependencies. There are no build-time dependencies by default. 2004-10-26 16:07:50 -04:00
Brad King d7aca58343 ENH: Added generation of rule to build object file. 2004-10-26 14:49:11 -04:00
Bill Hoffman bb316a4945 ENH: handle read only directories with configure file destination 2004-10-26 14:33:54 -04:00
Brad King 239378e4cb ERR: Missing std:: on endl. 2004-10-26 13:00:24 -04:00
Brad King 2a7e2adf7a ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. This needs a hook in cmake.cxx. 2004-10-26 12:55:20 -04:00
Brad King 3e59af4dcd ENH: Added cmLocalUnixMakefileGenerator2 to build. 2004-10-26 12:54:51 -04:00
Brad King 1a4037c15a ENH: Added object file dependency scanning. 2004-10-26 12:53:51 -04:00
Andy Cedilnik 163919a569 COMP: Remove warning on icl 2004-10-26 10:25:58 -04:00
Andy Cedilnik d6c7de2c13 ENH: Handle more REMARKS on SGI 2004-10-26 10:24:31 -04:00
Brad King 16e86a3ea9 ENH: Split part of GetIncludeFlags method into separate GetIncludeDirectories method. 2004-10-26 10:15:49 -04:00
Andy Cedilnik 2bad658304 COMP: Attempt to fix warnings on SGI 2004-10-26 08:45:27 -04:00
Andy Cedilnik 182f6f969c STYLE: Nightly Version update 2004-10-26 04:40:46 -04:00
Bill Hoffman ccea94278b ENH: add some more comments 2004-10-25 16:39:13 -04:00
Bill Hoffman ef07a8565e COMP: remove an unused variable warning 2004-10-25 13:40:17 -04:00
Bill Hoffman 626be7884a FIX: go back to not trying to handle spaces in the path for run single command and comment it so that people know to call the right thing 2004-10-25 13:16:05 -04:00
Bill Hoffman a3798b2cbf COMP: remove warnings 2004-10-25 12:26:24 -04:00
Bill Hoffman 7ed631311c FIX: fix RunSingleCommand to work with spaces in the path, and with an already quoted command 2004-10-25 11:59:50 -04:00
Andy Cedilnik a3ce1fb293 ENH: Allow disabling of long running tests 2004-10-25 10:04:17 -04:00
Andy Cedilnik 604478e0f6 STYLE: Nightly Version update 2004-10-25 04:34:51 -04:00
Andy Cedilnik 5f5504fc25 STYLE: Nightly Version update 2004-10-24 11:38:03 -04:00
Bill Hoffman 9f98481a65 undo last check in as it breaks borland with spaces some how 2004-10-22 21:03:56 -04:00
Bill Hoffman 040f776885 FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it 2004-10-22 17:00:00 -04:00
Bill Hoffman 43bc8a0d63 COMP: remove warnings 2004-10-22 16:58:59 -04:00
Andy Cedilnik 5ceae46e19 COMP: Remove unnecessary commit 2004-10-22 15:45:20 -04:00
Andy Cedilnik fc70a2bb2a ENH: Add development version support in CMake 2004-10-22 15:44:54 -04:00
Andy Cedilnik f4a04a96eb COMP: This should fix the borland random build problem 2004-10-22 11:04:25 -04:00
Bill Hoffman 3b891e6e41 COMP: remove warning 2004-10-22 10:19:43 -04:00
Andy Cedilnik 0cbf55745a BUG: Fix reporting of path and full command when test program was not found 2004-10-21 16:07:33 -04:00
Bill Hoffman ab817f2e81 COMP: fix warnings 2004-10-21 15:21:38 -04:00
Bill Hoffman 560b7af06e COMP: fix warning 2004-10-21 14:55:29 -04:00
Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 2004-10-21 14:34:02 -04:00
Andy Cedilnik 8ff4c07915 BUG: Handle remarks on SGI properly 2004-10-21 13:34:55 -04:00
Bill Hoffman 03be131c06 ENH: better support for kdevelop3 2004-10-21 11:58:07 -04:00
Andy Cedilnik fc459731db COMP: Remove warning 2004-10-20 12:37:39 -04:00
Andy Cedilnik eb6fb9eb8e ENH: Add regular expression for remarks on IRIX 2004-10-19 13:25:10 -04:00
Bill Hoffman e9b6e65cbd BUG: if the paths share nothing then just return the remote path with no .. 2004-10-19 13:02:42 -04:00
Andy Cedilnik 429cf9d612 BUG: Remove instances of // in the output 2004-10-19 12:48:57 -04:00
Andy Cedilnik cafd48a7f2 EHN: Even more cleanup 2004-10-19 12:38:32 -04:00
Andy Cedilnik f38a28f044 ERR: Fix problems on windows 2004-10-19 10:59:34 -04:00
Andy Cedilnik 922bdc3602 ENH: Remove bogus clean step 2004-10-18 17:24:12 -04:00
Andy Cedilnik d7d16d386d BUG: Ok, this should make the test actually do something 2004-10-18 15:37:37 -04:00
Andy Cedilnik 7481c895c4 ENH: Do bootstrap test on all unix systems 2004-10-18 15:05:06 -04:00
Bill Hoffman 89d35bc8fb ENH: better comments and variable names 2004-10-18 13:19:43 -04:00
Andy Cedilnik e60b8b87eb ENH: Add bootstrap test 2004-10-18 12:33:25 -04:00
Bill Hoffman 6abbc7b1ff BUG: make sure output path is used for target with canonical name 2004-10-18 11:48:18 -04:00
Andy Cedilnik ace5f90d9c BUG: Fix output to match the Dart output 2004-10-17 22:47:44 -04:00
Andy Cedilnik b40cd9fc3b ENH: Cleanups and unify output 2004-10-17 22:47:15 -04:00
Andy Cedilnik ddb3dfdf2f ENH: Specify full path to the executable 2004-10-17 22:46:48 -04:00
Andy Cedilnik 3de7010216 ENH: Add method to get the relative path to source or build 2004-10-17 22:46:23 -04:00
Andy Cedilnik 17619508e9 ENH: Update to the new coverage code. It may not be perfect yet, but it is a start 2004-10-17 19:45:36 -04:00
Andy Cedilnik bc66973061 ENH: Add method to find file in parent directories if it exists 2004-10-17 18:50:49 -04:00
Andy Cedilnik 4ee2f266c6 ENH: Handle coverage errors 2004-10-17 18:49:42 -04:00
Andy Cedilnik bf326092a8 COMP: Security.c should be only build when Kerberos is on 2004-10-15 11:57:12 -04:00
Brad King 6bc6466be3 ENH: Added --check-rerun option to allow a runtime check of whether a new generate should really be done. 2004-10-15 09:24:44 -04:00
Brad King b4176dcab9 ENH: Added FileTimeCompare method to compare file modification times. Currently the resolution is limited to one second. 2004-10-15 09:23:14 -04:00
Brad King 4b20a7ad2d ENH: Added generation of rule to build object file. 2004-10-15 08:57:32 -04:00
Bill Hoffman 39f112b71b BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath 2004-10-14 16:50:38 -04:00
Bill Hoffman 9fe79b2297 BUG: now that system tools relative path works, clean up the convert to relative output path code 2004-10-14 15:09:20 -04:00
Bill Hoffman 6579e30bdb COMP: remove warning 2004-10-14 11:59:41 -04:00
Bill Hoffman ef8385744b BUG: allow split string to know if it is separating a path 2004-10-14 11:46:30 -04:00
Bill Hoffman 78e8f12b86 BUG: fix and comment relative path funciton 2004-10-13 11:37:55 -04:00
Andy Cedilnik 68c3550faa COMP: Remove warnings on borland build 2004-10-13 10:45:30 -04:00
Andy Cedilnik 3f75f0ea1e COMP: Attempt to remove warnings on borland 2004-10-13 10:01:04 -04:00
Bill Hoffman 9fd8d5f181 allow kdevelop for cygwin 2004-10-12 10:57:24 -04:00
Bill Hoffman 77307ff15f BUG: remove bad headers 2004-10-12 10:22:56 -04:00
Bill Hoffman 832a302ca2 BUG: do not build kdevlop stuff when bootstrapping 2004-10-12 09:50:36 -04:00
Andy Cedilnik 800784175f ENH: Support not writing files to the source tree. Generate single project file for whole project, some other little cleanups 2004-10-11 16:35:32 -04:00
Andy Cedilnik 914932fa13 BUG: Fix generated XML 2004-10-11 15:25:51 -04:00
Andy Cedilnik 47bae096e8 STYLE: Remove anoying message 2004-10-11 14:47:35 -04:00
Andy Cedilnik 9594c888ab BUG: On Windows, remove extra CR characters. Hopefully this will result in not duplicated new-lines 2004-10-11 13:57:33 -04:00
Andy Cedilnik d4f1785473 COMP: Remove alignment warning 2004-10-11 12:25:17 -04:00
Bill Hoffman 1ed5888d91 BUG: fix split program from args to not get stuck in an infinite loop in some cases 2004-10-11 11:57:35 -04:00
Andy Cedilnik 37c5553818 COMP: Remove alignment warning 2004-10-11 11:53:29 -04:00
Andy Cedilnik 45c1dce09f COMP: Remove alignment warning 2004-10-11 11:47:14 -04:00
Andy Cedilnik e0778d48bd COMP: Remove alignment warning 2004-10-11 11:44:08 -04:00
Bill Hoffman 766c093d69 NEW: add kdevelop patch from Alexander Neundorf 2004-10-11 11:32:14 -04:00