Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: Only compile memdebug when CURL_MALLOC_DEBUG is on | Andy Cedilnik | 2003-05-01 | 1 | -1/+8 |
| | |||||
* | ERR: Remove some curl warnings | Andy Cedilnik | 2003-05-01 | 5 | -1/+9 |
| | |||||
* | ERR: Remove warnings | Andy Cedilnik | 2003-05-01 | 1 | -2/+0 |
| | |||||
* | ERR: Make OpenSSL optional until pkg-config works | Andy Cedilnik | 2003-04-30 | 1 | -7/+11 |
| | |||||
* | ERR: Run should return a value | Andy Cedilnik | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: Make Curl code to be built by default | Andy Cedilnik | 2003-04-29 | 2 | -11/+10 |
| | |||||
* | ENH: Add argument -N which prevents CMake from doing configure and generate. ↵ | Andy Cedilnik | 2003-04-29 | 1 | -1/+65 |
| | | | | This should be improved at some point that it will do all the error checking such as whether the CMakeLists.txt exists etc. It should essentially load cache, go through cmake lists, but not modify cache and other files in the build directory. The second feature is ability to display cache values. You run with argument -L (or -LH /-LA / -LAH) and it will display all nonadvanced cached variables (-L) / all cached variable (-LA) / and cached variables with corresponding help string (-LH -LAH). | ||||
* | ENH: Add additional optional argument to Run. If it is true, it will only ↵ | Andy Cedilnik | 2003-04-29 | 2 | -2/+9 |
| | | | | set paths and load cache. It will not do configure and gfenerate | ||||
* | ENH: Add method to convert from CacheEntryType to string | Andy Cedilnik | 2003-04-29 | 2 | -0/+10 |
| | |||||
* | BUG: Need to use the new CheckSymbolExists because the one in CMake 1.6 can ↵ | Andy Cedilnik | 2003-04-29 | 2 | -1/+59 |
| | | | | be broken | ||||
* | better error reporting | Ken Martin | 2003-04-28 | 1 | -2/+8 |
| | |||||
* | ENH: Enable CTest to be build as a part of CMake | Andy Cedilnik | 2003-04-25 | 2 | -18/+42 |
| | |||||
* | ENH: Rename option -D to -C because we will use -D later | Andy Cedilnik | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | ERR: Set source files properties is needed for Curl build | Andy Cedilnik | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | ERR: Remove warning because SCP not implemented | Andy Cedilnik | 2003-04-25 | 1 | -5/+4 |
| | |||||
* | ENH: Do not build tests by default | Andy Cedilnik | 2003-04-25 | 1 | -1/+1 |
| | |||||
* | minor fix | Berk Geveci | 2003-04-24 | 1 | -1/+0 |
| | |||||
* | FIX: warnings, disabling 4786 | Julien Jomier | 2003-04-23 | 1 | -0/+4 |
| | |||||
* | fix some incldue paths | Ken Martin | 2003-04-23 | 1 | -3/+4 |
| | |||||
* | ENH: Updated search paths to newest values from Cable. | Brad King | 2003-04-22 | 1 | -2/+2 |
| | |||||
* | ENH: Add SGI -LANG:std support | Andy Cedilnik | 2003-04-22 | 1 | -0/+27 |
| | |||||
* | ENH: Cleanup | Andy Cedilnik | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Even better error detection on AIX | Andy Cedilnik | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Better AIX detection | Andy Cedilnik | 2003-04-18 | 1 | -1/+2 |
| | |||||
* | This is really an error | Andy Cedilnik | 2003-04-17 | 1 | -1/+1 |
| |