- May 14, 2003
-
-
Brad King authored
-
Andy Cedilnik authored
-
- May 13, 2003
-
-
Brad King authored
BUG: Need to remove the MAKEFLAGS when cmake starts. If cmake is run from inside make, we don't want the try-compiles to inherit the makeflags.
-
Brad King authored
ENH: When the initially configured generator is invalid, allow the user to change the generator without deleting the cache by hand.
-
Brad King authored
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
ERR: Test for ansi streams may need to use iosfwd for test because some compilers provide an iostream header that is old streams.
-
Brad King authored
-
Andy Cedilnik authored
-
- May 12, 2003
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Brad King authored
ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream headers even if they are available.
-
Brad King authored
-
Brad King authored
-
Brad King authored
ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms.
-
- May 09, 2003
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- May 08, 2003
-
-
Bill Hoffman authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Bill Hoffman authored
-
Ken Martin authored
-
Ken Martin authored
-
- May 07, 2003
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
- May 06, 2003
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- May 05, 2003
-
-
Andy Cedilnik authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Andy Cedilnik authored
ERR: Search for getch instead of printf. Looks like printf is special so it does not work. getch does. Also when using -ansi, strdup is not defined. Make sure to use _BSD_SOURCE on all sources that use strdup
-