Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Remove a bunch of warnings on SGI | Bill Hoffman | 2003-05-12 | 6 | -17/+19 |
| | |||||
* | ERR: Do not link nsl if not necessary | Andy Cedilnik | 2003-05-12 | 1 | -1/+6 |
| | |||||
* | ENH: Added KWSYS_FORCE_OLD_STREAMS option to force use of non-ansi stream ↵ | Brad King | 2003-05-12 | 6 | -10/+13 |
| | | | | headers even if they are available. | ||||
* | ENH: Removed old (unused) StandardIncludes header. | Brad King | 2003-05-12 | 2 | -39/+2 |
| | |||||
* | ERR: Need to move forward declarations of non-ansi streams into std ↵ | Brad King | 2003-05-12 | 1 | -8/+12 |
| | | | | namespace when it is available. | ||||
* | ENH: Added wrappers around the std stream headers to make them look like ↵ | Brad King | 2003-05-12 | 9 | -6/+324 |
| | | | | ansi streams on all platforms. | ||||
* | add find make program for 71 | Bill Hoffman | 2003-05-09 | 1 | -0/+9 |
| | |||||
* | BUG: remove typo from file | Bill Hoffman | 2003-05-09 | 1 | -1/+1 |
| | |||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 8 | -61/+374 |
| | |||||
* | ERR: Fixed arguments to kwsys's ADD_TEST call for msvc6. | Brad King | 2003-05-08 | 1 | -1/+3 |
| | |||||
* | BUG: Need to invert test result for ansi string stream. | Brad King | 2003-05-08 | 1 | -0/+4 |
| | |||||
* | ENH: Added kwsys test. | Brad King | 2003-05-08 | 1 | -0/+5 |
| | |||||
* | ENH: Reduced header dependencies and cleaned up inclusion of standard headers. | Brad King | 2003-05-08 | 7 | -47/+105 |
| | |||||
* | ENH: Setup for testing as a stand-alone project. | Brad King | 2003-05-08 | 4 | -24/+25 |
| | |||||
* | BUG: fix for borland win32 exe builds | Bill Hoffman | 2003-05-08 | 1 | -2/+2 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | BUG: remove -H flags as they cause crashes on oldwww | Ken Martin | 2003-05-08 | 1 | -4/+4 |
| | |||||
* | ERR: Remove warning | Andy Cedilnik | 2003-05-07 | 1 | -1/+0 |
| | |||||
* | ERR: Fix some HP specific warnings | Bill Hoffman | 2003-05-07 | 4 | -7/+27 |
| | |||||
* | ERR: More warnings | Andy Cedilnik | 2003-05-06 | 1 | -10/+10 |
| | |||||
* | ERR: Remove warnings on icc | Andy Cedilnik | 2003-05-06 | 6 | -6/+12 |
| | |||||
* | ERR: Remove warning on Sun | Bill Hoffman | 2003-05-06 | 1 | -2/+2 |
| | |||||
* | ERR: Remove warning on Mac OSX | Andy Cedilnik | 2003-05-06 | 1 | -0/+1 |
| | |||||
* | ERR: Remove warning | Andy Cedilnik | 2003-05-06 | 1 | -6/+6 |
| | |||||
* | ERR: Remove warnings on Borland | Andy Cedilnik | 2003-05-05 | 5 | -2/+6 |
| | |||||
* | ENH: change the default borland stack size | Bill Hoffman | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | BUG: add linker flags for modules | Bill Hoffman | 2003-05-05 | 1 | -0/+5 |
| | |||||
* | BUG: remove 64 bit warnings | Bill Hoffman | 2003-05-05 | 1 | -2/+1 |
| | |||||
* | ERR: Search for getch instead of printf. Looks like printf is special so it ↵ | Andy Cedilnik | 2003-05-05 | 1 | -3/+17 |
| | | | | 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 | ||||
* | ERR: Remove warning about unused variable i | Andy Cedilnik | 2003-05-05 | 1 | -2/+0 |
| | |||||
* | ERR: Remove warning for main returning void. | Andy Cedilnik | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | BUG: Fix some dependencies for location of executables | Andy Cedilnik | 2003-05-05 | 3 | -29/+29 |
| | |||||
* | ENH: Add support for make test even for fresh build of cmake | Andy Cedilnik | 2003-05-05 | 1 | -9/+16 |
| | |||||
* | Fix location of test | Andy Cedilnik | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | ERR: Attempt to remove warning on cygwin | Andy Cedilnik | 2003-05-03 | 1 | -1/+1 |
| | |||||
* | fixed andy sloppy code again | Ken Martin | 2003-05-02 | 1 | -1/+0 |
| | |||||
* | ENH: Fix some dart issues. Now it works fine without dart. | Andy Cedilnik | 2003-05-02 | 4 | -119/+268 |
| | |||||
* | ENH: New location of cmake binaries | Andy Cedilnik | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: New location of cmake | Andy Cedilnik | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Be just a bit more verbose | Andy Cedilnik | 2003-05-02 | 1 | -1/+4 |
| | |||||
* | ENH: Executables should go to the bin directory | Andy Cedilnik | 2003-05-02 | 2 | -4/+4 |
| | |||||
* | ERR: Remove warnings on Visual Studio 7 | Andy Cedilnik | 2003-05-02 | 16 | -67/+71 |
| | |||||
* | ERR: Fix comment to C style comment | Andy Cedilnik | 2003-05-02 | 1 | -1/+1 |
| | |||||
* | ERR: Remove warning on FreeBSD | Andy Cedilnik | 2003-05-01 | 1 | -1/+1 |
| | |||||
* | ENH: Remove more warnings | Andy Cedilnik | 2003-05-01 | 1 | -0/+3 |
| | |||||
* | BUG: Make dependency checking work better | Andy Cedilnik | 2003-05-01 | 1 | -0/+2 |
| | |||||
* | ENH: Ignore some warnings on Visual Studio | Andy Cedilnik | 2003-05-01 | 1 | -2/+10 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 5 | -11/+20 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 3 | -6/+12 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 8 | -47/+54 |
| |