summaryrefslogtreecommitdiffstats
path: root/Utilities
Commit message (Expand)AuthorAgeFilesLines
* curl: Configure build to work within CMakeBrad King2014-11-102-2/+44
* curl: Fix curl.h inclusion of curlbuild.h from CMake sourcesBrad King2014-11-101-1/+1
* curl: Use arch-aware CHECK_TYPE_SIZE resultsBrad King2014-11-103-87/+72
* curl: Fix detection of headers with dependenciesBrad King2014-11-101-1/+1
* curl: Drop inclusion of .rc file for static libBrad King2014-11-101-5/+1
* curl: Select file APIs on WindowsBrad King2014-11-102-4/+11
* curl: Do not use 'dl' on HP-UXBrad King2014-11-101-0/+6
* curl: Simplify if() conditions on check result variablesBrad King2014-10-304-9/+9
* curl: Remove outdated Haiku preprocessor checksBrad King2014-10-291-1/+1
* curl: Port to Haiku againBrad King2014-10-292-1/+3
* curl: Drop '-DEV' from version since this is a curl releaseBrad King2014-10-291-1/+1
* curl: Fix spelling errors reported by LintianBrad King2014-10-291-1/+1
* curl: Fix warnings on 64-bit Mac OS X buildBrad King2014-10-291-1/+2
* curl: Remove unused SIZEOF_LONG_DOUBLEBrad King2014-10-293-8/+0
* Merge branch 'curl-upstream' into update-curlBrad King2014-10-29261-24915/+81128
* curl: Drop our CMake infrastructure to make room for the upstreamBrad King2014-10-2910-2980/+0
* curl: Drop unused testing codeBrad King2014-10-2918-1078/+1
* curl: Move sources back into upstream layoutBrad King2014-10-29131-70/+70
* curl: Disable all whitespace checks in third-party codeBrad King2014-10-291-0/+1
* Merge topic 'release-upload-version'Brad King2014-10-221-1/+1
|\
| * Utilities/Release: Update default binary distribution dir to v3.1Brad King2014-10-211-1/+1
* | Merge topic 'cmake-cmp0054-warnings'Brad King2014-10-212-6/+6
|\ \
| * | Avoid if() quoted auto-dereferenceBen Boeckel2014-10-203-7/+7
| |/
* | Merge topic 'remove-borland-build'Brad King2014-10-214-15/+4
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-154-15/+4
| |/
* | Merge branch 'upstream-kwiml' into update-kwimlBrad King2014-10-141-1/+1
|/
* Fix some spelling errors in commentsGeoff Viola2014-10-132-2/+2
* Make the OSX 10.6+ release x86_64 only.Robert Maynard2014-09-291-1/+1
* CMake now using bzip2 compression for mac release bundles.Robert Maynard2014-09-242-0/+2
* cmcurl: Use if(DEFINED) to simplify conditionsBrad King2014-09-112-4/+4
* libarchive: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-2/+2
* liblzma: Added a missing config check for _BoolChuck Atkins2014-09-021-1/+5
* Merge topic 'update-kwiml'Brad King2014-08-111-0/+4
|\
| * Merge branch 'upstream-kwiml' into update-kwimlBrad King2014-08-071-0/+4
* | Doxygen: Add STRIP_FROM_PATH variable to doxyfile.inKonstantin Podsvirov2014-08-061-0/+4
* | Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT sectionKonstantin Podsvirov2014-08-061-0/+1
|/
* liblzma: Fix compilation with PGI compilerChuck Atkins2014-08-042-7/+9
* Merge topic 'fix-qthelp-windows'Brad King2014-07-291-2/+7
|\
| * Help: Fix QtHelp commands on WindowsNils Gladitz2014-07-281-2/+7
* | CMake: Enable use of liblzma in libarchive (#14504)Daniel Pfeifer2014-07-2911-16/+45
* | liblzma: Avoid defining a 'restrict' macroBrad King2014-07-2931-101/+103
* | liblzma: Disable warnings to avoid changing 3rd party codeBrad King2014-07-292-1/+13
* | liblzma: Port to VS 6, 7.0Daniel Pfeifer2014-07-292-17/+10
* | liblzma: Port from C99 to C89/90Daniel Pfeifer2014-07-2961-700/+1080
* | liblzma: Add CMake build systemDaniel Pfeifer2014-07-237-8/+491
* | liblzma: Remove unused Makefile.* filesBrad King2014-07-239-387/+0
* | liblzma: Add README-CMake.txtBrad King2014-07-231-0/+66
* | Merge branch 'liblzma-upstream' into add-liblzmaBrad King2014-07-21148-0/+26264
* | liblzma: Add .gitattributes to ignore whitespace checksBrad King2014-07-211-0/+1
|/
* Merge topic 'identify-qthelp-artifacts'Brad King2014-07-181-7/+21
|\