Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg | |
Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456 | |||
2016-02-12 | dist: ship buildconf.bat too | Daniel Stenberg | |
As the winbuild/* stuff uses it! | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-09-09 | buildconf.bat: fix syntax error | Jay Satiro | |
2015-08-30 | buildconf.bat: Fixed double blank line in 'curl manual' warning output | Steve Holme | |
2015-08-14 | * buildconf.bat: Fixed issues when ran in directories with special chars | Steve Holme | |
Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither | |||
2015-08-09 | buildconf.bat: Tidy up of comments after recent commits | Steve Holme | |
2015-08-09 | buildconf.bat: Added full generation of src\tool_hugehelp.c | Steve Holme | |
Added support for generating the full man page based on code from generate.bat. | |||
2015-08-09 | buildconf.bat: Added detection of groff, nroff, perl and gzip | Steve Holme | |
To allow for the full generation of tool_hugehelp.c added detection of the required programs - based on code from generate.bat. | |||
2015-08-09 | buildconf.bat: Move DOS variable clean-up code to separate function | Steve Holme | |
Rather than duplicate future variables, during clean-up of both success and error conditions, use a common function that can be called by both. | |||
2015-08-09 | buildconf.bat: Added error messages on failure | Steve Holme | |
2015-08-09 | buildconf.bat: Generate and clean files in the same order | Steve Holme | |
2015-08-09 | buildconf.bat: Maintain compatibility with DOS based systems | Steve Holme | |
Commit f08e30d7bc broke compatibility with DOS and non Windows NT based versions of Windows due to the use of the setlocal command. | |||
2015-08-08 | scripts: Always perform setlocal and endlocal calls in pairs | Steve Holme | |
Ensure that there isn't a mismatch between setlocal and endlocal calls, which could have happened due to setlocal being called after certain error conditions were checked for. | |||
2015-08-08 | scripts: Allow -help to be specified in any argument | Steve Holme | |
Allow the -help command line argument to be specified in any argument and not just as the first. | |||
2015-08-06 | buildconf.bat: Synchronise no repository error with generate.bat | Steve Holme | |
2015-08-05 | generate.bat: Use buildconf.bat for prerequisite file clean-up | Steve Holme | |
2015-08-05 | buildconf.bat: Added support for file clean-up via -clean | Steve Holme | |
2015-08-05 | buildconf.bat: Added progress output | Steve Holme | |
2015-08-05 | buildconf.bat: Avoid using goto for file not in repository | Steve Holme | |
2015-08-05 | buildconf.bat: Added display of usage text with -help | Steve Holme | |
2015-08-05 | buildconf.bat: Added exit codes for error handling | Steve Holme | |
2015-08-05 | buildconf.bat: Added our standard copyright header | Steve Holme | |
2015-08-05 | buildconf.bat: Use lower-case for commands and reserved keywords | Steve Holme | |
2012-12-26 | curl tool: renaming hugehelp files to tool_hugehelp | Yang Tse | |
2012-04-09 | curl tool: use configuration files from lib directory - follow-up II | Yang Tse | |
lib/config-win32.h no longer copied to src/config-win32.h | |||
2011-08-05 | keep a single copy of config-win32.h in version control repository. | Yang Tse | |
maketgz and buildconf.bat updated to reflect this. | |||
2010-04-11 | modified to use the git file, not cvs | Daniel Stenberg | |
I've done this blindly, and the last piece that works with ares should possibly be done differently now that c-ares isn't a subtree within the curl tree anymore... | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-06-08 | Ensure that buildconf.bat does nothing unless it is used with a CVS checkout. | Yang Tse | |
2009-04-30 | fix EOL | Yang Tse | |
2009-04-30 | buildconf.bat for CVS-tree c-ares | Yang Tse | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. | |||
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek | |
$capath is known to configure, so it can be defined in config.h instead. | |||
2007-01-29 | fixed segfault when compiled with MingW32 and cmd or command shell. | Gunter Knauf | |
2007-01-26 | fix redefine warning when build from CVS. | Gunter Knauf | |
2004-09-15 | no more getdate.c to care about | Daniel Stenberg | |
2004-02-26 | this works like buildconf + configure does on unixes | Daniel Stenberg | |