| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Win64 fixes for mingw-w64 compilation | Ruben Van Boxem | 2010-05-05 | 1 | -1/+3 |
|
|
* | Fix prototype to match header, for bug # 10543. | Bill Hoffman | 2010-05-05 | 1 | -1/+1 |
|
|
* | For HP, preprocessor if on multiple lines not allowed, make a long line. | Bill Hoffman | 2010-05-04 | 1 | -2/+1 |
|
|
* | Fixes for bug # 10543, build on older sunpro now works. | Bill Hoffman | 2010-05-04 | 2 | -5/+7 |
|
|
* | Remove another c++ comment from the c code. | Bill Hoffman | 2010-04-28 | 1 | -1/+1 |
|
|
* | Get rid of c++ style comments in C code. | Bill Hoffman | 2010-04-27 | 4 | -16/+12 |
|
|
* | Fix release scripts. | Bill Hoffman | 2010-04-20 | 4 | -3/+12 |
|
|
* | Add CMAKE_TESTS_CDASH_SERVER variable and CTestSubmitLargeOutput test. | David Cole | 2010-03-08 | 2 | -8/+27 |
|
|
* | Fix upload to work with git branch name master. | Bill Hoffman | 2010-03-05 | 1 | -2/+5 |
|
|
* | Use git for the checkout of the source tree instead of cvs. | Bill Hoffman | 2010-03-01 | 2 | -0/+2 |
|
|
* | Documentation: Test XHTML compliance | Brad King | 2010-03-01 | 1 | -0/+14 |
|
|
* | Documentation: Cleanup installation rules | Brad King | 2010-03-01 | 1 | -29/+35 |
|
|
* | Change the git repository to be the new one and not the -tmp one. | Bill Hoffman | 2010-02-23 | 1 | -1/+1 |
|
|
* | Switch to git repository for creation of nightly releases. | Bill Hoffman | 2010-02-23 | 9 | -20/+28 |
|
|
* | current release stuff | Bill Hoffman | 2010-02-09 | 3 | -1/+42 |
|
|
* | handle change in fortran variable used for tests | Bill Hoffman | 2009-12-21 | 1 | -1/+1 |
|
|
* | cmcurl: Use arch-aware CHECK_TYPE_SIZE result | Brad King | 2009-12-17 | 2 | -14/+53 |
|
|
* | cmcurl: Remove unused SIZEOF_LONG_DOUBLE | Brad King | 2009-12-17 | 2 | -5/+0 |
|
|
* | cmcurl: Fix test and dll output directories | Brad King | 2009-12-15 | 1 | -2/+2 |
|
|
* | cmcurl: Drop custom CHECK_TYPE_SIZE macro | Brad King | 2009-12-15 | 3 | -97/+1 |
|
|
* | libarchive: Drop unused %jd and %lld checks | Brad King | 2009-12-14 | 2 | -32/+0 |
|
|
* | Remove useless include file filters | Brad King | 2009-12-08 | 3 | -6/+0 |
|
|
* | Turn off fortran as gnu fortran does not mix with vs | Bill Hoffman | 2009-12-04 | 1 | -0/+1 |
|
|
* | curl: Hard-code HAVE_W* macros on UNIX for Cygwin | Brad King | 2009-12-01 | 1 | -0/+6 |
|
|
* | libarchive: Remove unused STDC_HEADERS try_run | Brad King | 2009-11-30 | 7 | -95/+0 |
|
|
* | libarchive: Use one architecture for try-compiles | Brad King | 2009-11-23 | 1 | -0/+7 |
|
|
* | Fix uninitialized variable access in zlib reported by valgrind. Their web sit... | David Cole | 2009-11-18 | 1 | -0/+7 |
|
|
* | libarchive: Include integer types very early | Brad King | 2009-11-18 | 1 | -8/+8 |
|
|
* | for the Cmake build we do not want to have -Werror or force -Wall | Bill Hoffman | 2009-11-14 | 1 | -3/+3 |
|
|
* | suppress another warning. | Bill Hoffman | 2009-11-12 | 1 | -0/+2 |
|
|
* | remove the last of the windows W4 warnings | Bill Hoffman | 2009-11-12 | 2 | -2/+4 |
|
|
* | Remove a few more warnings | Bill Hoffman | 2009-11-12 | 1 | -2/+2 |
|
|
* | libarchive: Borland provides umask, not _umask | Brad King | 2009-11-10 | 1 | -0/+2 |
|
|
* | Remove a few more warnings | Bill Hoffman | 2009-11-10 | 1 | -0/+6 |
|
|
* | keep libarchive from using a system zlib unless cmake uses one | Bill Hoffman | 2009-11-09 | 1 | -2/+6 |
|
|
* | libarchive: Put local include dir first | Brad King | 2009-11-09 | 1 | -1/+1 |
|
|
* | try to get rid of some warnings on hpux | Bill Hoffman | 2009-11-08 | 2 | -6/+6 |
|
|
* | remove a few more windows warnings | Bill Hoffman | 2009-11-08 | 1 | -1/+6 |
|
|
* | Fix for mode_t with signed types | Bill Hoffman | 2009-11-08 | 1 | -8/+8 |
|
|
* | link in additional libraries that the configure step finds | Bill Hoffman | 2009-11-07 | 1 | -0/+1 |
|
|
* | Remove makefile as it breaks in-source build testing | Bill Hoffman | 2009-11-06 | 1 | -217/+0 |
|
|
* | Fix hpux build on heart | Bill Hoffman | 2009-11-06 | 1 | -0/+3 |
|
|
* | libarchive: Fix get(pw|gr)name_r comment | Brad King | 2009-11-06 | 1 | -1/+1 |
|
|
* | libarchive: Initialize passwd/group lookup result | Brad King | 2009-11-06 | 2 | -0/+4 |
|
|
* | libarchive: Fix try-compile for SIZE_MAX | Brad King | 2009-11-05 | 2 | -21/+15 |
|
|
* | libarchive: Add try-compile for 'major' | Brad King | 2009-11-05 | 2 | -4/+3 |
|
|
* | libarchive: Define _XOPEN_SOURCE for get(pwu|grg)id_r | Brad King | 2009-11-05 | 2 | -20/+12 |
|
|
* | some changes for 2.8 | Bill Hoffman | 2009-11-05 | 4 | -6/+6 |
|
|
* | Do not use external lzma library as it causes link errors on several machines... | Bill Hoffman | 2009-11-05 | 1 | -1/+8 |
|
|
* | Fix linker errors for libarchive in AIX as well. | Zach Mullen | 2009-11-05 | 1 | -1/+1 |
|
|