Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | Added --noconfigure switch to testcurl.pl. | Guenter Knauf | |
2010-08-20 | Trial to fix win32 autobuilds. | Guenter Knauf | |
It seems that its time to look at some better ideas for the win32 non-configure builds; probably a prebuild target which copies config-win32.h to curl_config.h and appends also then feature defines like USE_ARES. | |||
2010-08-10 | Added msys Perl since git for Win32 comes with own Perl which identifies as ↵ | Guenter Knauf | |
msys. | |||
2010-08-10 | Make testcurl.pl Watcom-aware. | Guenter Knauf | |
2010-04-13 | Use correct directory for c-ares git pull | Guenter Knauf | |
Signed-off-by: Tor Arntsen <tor@spacetec.no> | |||
2010-04-13 | added last git commit output for c-ares too. | Guenter Knauf | |
2010-04-13 | changed the git update block to take care of c-ares repo if detected. | Guenter Knauf | |
2010-04-12 | updated timestamp of the script. | Guenter Knauf | |
2010-04-12 | removed obsolete var in gitpull() function | Guenter Knauf | |
no need to create a var - lets just return the status var itself. | |||
2010-03-28 | Allow running ./tests/testcurl.pl from within git repo. | Ben Greear | |
My first instinct was to run the test script within the checked out repository. This small change to the script allows that to work as expected. Signed-off-by: Ben Greear <greearb@candelatech.com> | |||
2010-03-27 | make sure git pull is actually done! | Daniel Stenberg | |
2010-03-25 | Avoid double newline for the 'last commits' log in testcurl.pl | Tor Arntsen | |
The backtick command which extracts 'git log' lines come with a newline, so chomp the newline before calling logit(), as the logit function adds a newline by itself. | |||
2010-03-25 | Change to version-independent git option for 'git log --oneline' | Tor Arntsen | |
'git log --oneline' is a relatively recent Git function. It is documented to be the same as 'git log --pretty=oneline --abbrev-commit', so use that instead. It works all the way back to Git 1.5.0. | |||
2010-03-25 | show 5 commits even if no git pull was made | Daniel Stenberg | |
2010-03-25 | don't touch ares/aclocal.m4 and show recent git commits | Daniel Stenberg | |
since c-ares no longer embedded, we must not touch such files anymore we show the 5 last git commits if git was proven in use, to help us see exactly what's being tested | |||
2010-03-24 | provide a version number as today's date | Daniel Stenberg | |
It should at least help visualize which autobuilds that are using this script. | |||
2010-03-24 | testcurl now uses git instead of CVS | Daniel Stenberg | |
2010-03-24 | restore executable bits on some files | Daniel Stenberg | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h (missing bits) | |||
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-07-13 | added PKG_CONFIG_PATH to output to better verify if it gets properly set ↵ | Gunter Knauf | |
with cross compiles. | |||
2009-06-11 | changed testcurl script to allow building test harness | Yang Tse | |
programs when cross-compiling for a *-*-mingw* host. | |||
2009-06-03 | Die when instructed to build c-ares and this fails | Yang Tse | |
2009-05-21 | forced to use nmake for VC builds early so that its also used for ares even ↵ | Gunter Knauf | |
if we find a GNU make first in path; simplified curl make call. | |||
2009-05-21 | strip \r only on non-win32 platforms (wine on Linux). | Gunter Knauf | |
2009-05-21 | removed an attempt to write to non-opened LOG introduced with r1.30. | Gunter Knauf | |
2009-05-21 | reduced duplicate code. | Gunter Knauf | |
2009-05-21 | stripped \r from win32 curl --version output. | Gunter Knauf | |
2009-05-21 | enable mingw64 target. | Gunter Knauf | |
2009-05-12 | fix LC_ALL and LC_CTYPE when set with conflicting values | Yang Tse | |
2009-04-30 | When generated, display libcurl.pc and libcares.pc | Yang Tse | |
2009-04-29 | Display only CURL_* and CARES_* symbol/macro definitions from curlbuild.h ↵ | Yang Tse | |
and ares_build.h | |||
2009-04-29 | Trigger c-ares prebuild stage for fake-config setup's | Yang Tse | |
2009-04-29 | When running testcurl.pl display definitions from ares_build.h | Yang Tse | |
2009-04-27 | Log MAKEFLAGS environment variable along with the others. | Yang Tse | |
2008-10-02 | runtests.pl enables picky compiler warnings unless explicitly disabled | Yang Tse | |
2008-08-22 | Increase to 20 the number of CVS update retries. | Yang Tse | |
2008-08-11 | Die when curlbuild.h is not created or available | Yang Tse | |
2008-08-10 | Fix NetWare curlbuild.h | Yang Tse | |
NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h | |||
2008-08-09 | When running testcurl.pl display definitions from curlbuild.h | Yang Tse | |
2008-08-08 | Reintroduce the adjustment previously done in testcurl.pl so that it copies the | Yang Tse | |
CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. All the curlbuild.h stuff was done taking in consideration that no adjustment would be needed in non-configure makefiles. As it is documented, when trying to build on non-configure capable systems or on systems which for any reason don't run the true configure script, it is required to have the proper curlbuild.h in place before calling any makefile. Due to the hardcore memory debugging stuff c-ares enabled debug builds also need the file in the proper place before attempting to build c-ares. | |||
2008-08-08 | Peek at predefined symbols done. and now removed. | Yang Tse | |
Netware's autobuilds gcc can not been told apart from a standard built gcc. | |||
2008-08-08 | Take a peek at netware's gcc predefined symbols. | Yang Tse | |
2008-08-07 | Remove last adjustment done to testcurl.pl to verify if change introduced by | Yang Tse | |
Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds going again. | |||
2008-08-07 | Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h | Yang Tse | |
for non-configure targets when host system doesn't run buildconf.bat. | |||
2008-07-31 | s/silly/underquoted definition/ | Yang Tse | |
2008-07-30 | Reinstate hiding aclocal 'underquoted definition' warnings. | Yang Tse | |
2008-07-26 | No longer hide aclocal 'underquoted definition' warnings. | Yang Tse | |
http://sources.redhat.com/automake/automake.html#Extending-aclocal documents that starting with Automake 1.8, aclocal will warn about all underquoted calls to AC_DEFUN due to the fact that in a single aclocal run it might include more than once all .m4 files which it finds available, this includes .m4 files from other software packages. If the first argument to AC_DEFUN is underquoted and the same macro is included more than once, successive inclusions after the first one will expand the macro instead of assuming it is the same as the first one included. | |||
2008-03-20 | added --extvercmd parameter which can be used to specify an external command ↵ | Gunter Knauf | |
to display 'curl --version', f.e. with MinW32 crosscompile --extvercmd=/usr/bin/wine can be used. |