Commit Graph

6346 Commits

Author SHA1 Message Date
Andy Cedilnik fdc4795b91 ENH: Push glob to the kwsys 2005-10-18 14:08:55 -04:00
Andy Cedilnik 37dc4bdc6e COMP: On mingw, -fPIC is not necessary and it actually produces warnings 2005-10-18 13:25:54 -04:00
Andy Cedilnik 8a5bb25614 ENH: More tests 2005-10-18 13:22:28 -04:00
Andy Cedilnik 2a9d2ed412 COMP: Remove warning 2005-10-18 09:42:35 -04:00
Andy Cedilnik 314641a407 STYLE: Nightly Version update 2005-10-18 04:37:17 -04:00
Andy Cedilnik f6c00e74c2 ENH: Fix precedence 2005-10-17 16:53:11 -04:00
Andy Cedilnik 985d092d4d ENH: Add rudamentary mathematical expression support 2005-10-17 16:42:47 -04:00
Andy Cedilnik 427ed70363 ENH: Add math test 2005-10-17 16:39:58 -04:00
Brad King a7d4b61699 BUG: Lexer should be case insensitive so flex should be run with -i option. This partially addresses bug#2361. 2005-10-17 09:58:53 -04:00
Andy Cedilnik 12ef4edf64 ENH: Add String length and substring 2005-10-17 09:56:42 -04:00
Andy Cedilnik 6e5cdd6de7 ENH: Add regular string replace (not regex), and relative path command. Also add tests 2005-10-17 09:10:20 -04:00
Andy Cedilnik 33ac18891f BUG: If test passes but it should fail, report an error 2005-10-17 09:09:51 -04:00
Andy Cedilnik 2df1442d4d STYLE: Nightly Version update 2005-10-17 04:45:16 -04:00
Andy Cedilnik 07c07e86e9 STYLE: Nightly Version update 2005-10-16 04:42:40 -04:00
Andy Cedilnik b038279964 STYLE: Nightly Version update 2005-10-15 04:43:19 -04:00
Andy Cedilnik 019442541b STYLE: Nightly Version update 2005-10-14 05:24:55 -04:00
Andy Cedilnik 0a24d706c5 ENH: More error exceptions 2005-10-13 10:30:42 -04:00
Andy Cedilnik 6a67b1bf71 BUG: Fix logic to return true when the file was already statted. Also, use nanosecond percision if available. Remove debug 2005-10-13 10:07:12 -04:00
Andy Cedilnik f2b8c8f31a STYLE: Nightly Version update 2005-10-13 05:14:33 -04:00
Andy Cedilnik f18e7c7ff7 ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 2005-10-12 13:52:29 -04:00
Andy Cedilnik a51dfefe79 ENH: Optimize performance by caching stat results 2005-10-12 13:51:15 -04:00
Andy Cedilnik 2dd035c9a9 COMP: Windows fixes 2005-10-12 13:50:25 -04:00
Andy Cedilnik 775c3495e2 ENH: Add file time comparison code 2005-10-12 13:36:07 -04:00
Andy Cedilnik b93359f41d ENH: Add an accessor for the maximum file length 2005-10-12 12:08:49 -04:00
Andy Cedilnik 18e14ba2af STYLE: Nightly Version update 2005-10-12 05:16:21 -04:00
Andy Cedilnik a8f9361f60 STYLE: Nightly Version update 2005-10-11 05:19:29 -04:00
Ken Martin 345fb993aa ENH: some fixes for better backwards compatibility 2005-10-10 11:49:17 -04:00
Andy Cedilnik 63185c1388 STYLE: Nightly Version update 2005-10-10 05:09:32 -04:00
Andy Cedilnik b87615156c STYLE: Nightly Version update 2005-10-09 05:07:55 -04:00
Andy Cedilnik 840c91700b STYLE: Nightly Version update 2005-10-08 05:09:12 -04:00
Andy Cedilnik ccac51a5cb ENH: Add support for setting the maximum number of errors and warnings reported. This should fix Bug #2318 - The maximum number of errors to report is fixed to 50 2005-10-07 11:36:09 -04:00
Andy Cedilnik e853caaf61 STYLE: Nightly Version update 2005-10-07 05:26:13 -04:00
Sebastien Barre 07b45da693 ENH: CMake kills me (so does Cygwin) 2005-10-06 17:16:07 -04:00
Ken Martin 0281892890 ENH: some fixes for missing vars and missing libs 2005-10-06 15:10:03 -04:00
Andy Cedilnik fa4c143ebc STYLE: Nightly Version update 2005-10-06 05:18:57 -04:00
Sebastien Barre 6c54adf0ea ENH: avoid the use of GET_TARGET_PROPERTY by testing the CMake executable instead of the test executable 2005-10-05 16:06:45 -04:00
Brad King 01ac3906da BUG: Reverting fundamental type info change until it is fixed on more platforms. It was tested on Linux, SGI, HP, Sun, OSX, Windows with nmake and VS 6, 7, 7.1, 8, Borland Make, and cygwin by hand with spaces in the path and cmake 2.0 and 2.2 before committing but still seems to be failing on some dashboards...strange. 2005-10-05 13:11:34 -04:00
Andy Cedilnik ab62098356 STYLE: Nightly Version update 2005-10-05 05:17:52 -04:00
Sebastien Barre b83dffb500 ENH: the test for kwsys uses GET_TARGET_PROPERTY, which was not in the CMake bootstrap 2005-10-04 16:40:01 -04:00
Sebastien Barre 13627538b9 ENH: add kwsys test for DetectFileType 2005-10-04 15:09:00 -04:00
Andy Cedilnik 89569f07ed ENH: More verbosity 2005-10-04 10:58:21 -04:00
Andy Cedilnik 6258a11c5d STYLE: Nightly Version update 2005-10-04 05:02:49 -04:00
Brad King d937de494a ENH: Converting FundamentalType try-compiles into a single try-run. All the information about the existence, size, and signedness of types can be determined in one program thanks to limits.h. 2005-10-03 14:44:27 -04:00
Brad King b9e088dcfa BUG: Double-quotes in definitions must be escaped. 2005-10-03 14:33:35 -04:00
Andy Cedilnik a1188cef3b STYLE: Nightly Version update 2005-10-03 05:03:22 -04:00
Andy Cedilnik 2b2c7871ba STYLE: Nightly Version update 2005-10-02 05:01:40 -04:00
Andy Cedilnik 8a1de402d6 STYLE: Nightly Version update 2005-10-01 05:03:37 -04:00
Andy Cedilnik e12cf33d82 STYLE: Nightly Version update 2005-09-29 04:55:12 -04:00
Andy Cedilnik 082b86ae99 STYLE: Nightly Version update 2005-09-28 04:55:07 -04:00
Andy Cedilnik 14ebbaf3be STYLE: Nightly Version update 2005-09-27 04:54:28 -04:00