Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Support LDFLAGS | Andy Cedilnik | 2003-04-17 | 1 | -1/+1 |
| | |||||
* | ENH: Add AIX warerr | Andy Cedilnik | 2003-04-17 | 1 | -0/+2 |
| | |||||
* | warning fix hopefully | Ken Martin | 2003-04-17 | 1 | -3/+3 |
| | |||||
* | More attempt to make continuous email work | Andy Cedilnik | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | fix one warning | Ken Martin | 2003-04-17 | 1 | -0/+3 |
| | |||||
* | Attempt to enable sending of e-mails from continuous | Andy Cedilnik | 2003-04-17 | 1 | -0/+6 |
| | |||||
* | BUG: fix compile error on windows because of windows.h | Bill Hoffman | 2003-04-17 | 1 | -1/+6 |
| | |||||
* | BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such ↵ | Andy Cedilnik | 2003-04-17 | 4 | -15/+15 |
| | | | | as Windows and Mac OSX it will break during in-source build | ||||
* | ENH: cleanup | Andy Cedilnik | 2003-04-16 | 1 | -2/+1 |
| | |||||
* | fix one warning | Ken Martin | 2003-04-16 | 1 | -1/+1 |
| | |||||
* | streamline bootstrap | Ken Martin | 2003-04-16 | 1 | -58/+58 |
| | |||||
* | minor fix | Ken Martin | 2003-04-16 | 1 | -2/+4 |
| | |||||
* | add COdeWarrior back in for testing | Ken Martin | 2003-04-16 | 4 | -121/+759 |
| | |||||
* | Attempt to make unloading work on OSX | Andy Cedilnik | 2003-04-16 | 1 | -0/+1 |
| | |||||
* | Fix update output | Andy Cedilnik | 2003-04-16 | 1 | -1/+1 |
| | |||||
* | ENH: add a double try compile to fix crazy make on hp | Bill Hoffman | 2003-04-16 | 2 | -0/+14 |
| | |||||
* | took out an orphan endif | Kent Williams | 2003-04-11 | 1 | -1/+0 |
| | |||||
* | remove redundant function and eliminate need for strcasecmp | Kent Williams | 2003-04-11 | 2 | -51/+12 |
| |