Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-20 | Use getcwd() to get the directory, which works even if one of the | Dan Fandrich | |
directory components doesn't have read permission set. | |||
2007-06-28 | revert previous patch since it turned out that older cp dont know this ↵ | Gunter Knauf | |
switch, argh! | |||
2007-06-28 | fixed nasty cp warnings about not beeing able to preserve ownership. | Gunter Knauf | |
2007-04-01 | print update message only if we really update CVS. | Gunter Knauf | |
2007-03-26 | catch up new lib extension when build with gcc/nlmconv. | Gunter Knauf | |
2007-02-27 | log a 1120 chars long string to aid in quoted-printable and soft | Yang Tse | |
line break detection in daily build logs. | |||
2007-02-22 | remove redundant check in timestamp detection | Yang Tse | |
2007-02-20 | Several corrections & changes to what has been stated in revision 1.45 | Yang Tse | |
1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is the "CVS" string. 2) testcurl.pl will always print the "date" string which represents the moment the test build is run. 3) testcurl.pl may not print the "timestamp" string since the script may end before it is printed out. (i.e. unable to update from CVS) 4) The "timestamp" string printed will be the same as the "date" one unless one of the following conditions is met. *) It is a tarball-based build. Timestamp will be creation time. *) CVS update has been done. Timestamp will be end of CVS update. | |||
2007-02-19 | fix typo | Yang Tse | |
2007-02-19 | Show libcurl's timestamp. This timestamp is only available in curlver.h | Yang Tse | |
for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and builds the timestamp we show is the current UTC build time as it is the CVS version timestamp. In this way, all builds will have a valid source code timestamp which isn't related to the moment the tests and build is performed, with the exception of CVS-based ones which have the same "date" and "timestamp" | |||
2007-01-27 | update copyright year notice | Yang Tse | |
2007-01-25 | set proper lib extension for non-configure mingw32 builds on Win32. | Gunter Knauf | |
2007-01-18 | Make the test script tag parser a bit more robust. | Dan Fandrich | |
Check for the .exe extension on mingw32 builds. | |||
2006-10-17 | buildconf already runs ares/buildconf by itself if there is an ares subdir | Daniel Stenberg | |
present, so there's no use to doing it again in this script! | |||
2006-05-27 | reverted the previous .libs check for libs, but instead make mingw32 builds | Daniel Stenberg | |
more similar to other configure builds (== use .la for libext and no binext) | |||
2006-05-25 | better check for libs created in the .libs directory since libtool does this | Daniel Stenberg | |
kind of magic | |||
2005-12-13 | Log CPPFLAGS environment variable along with the others. | Dan Fandrich | |
2005-09-15 | use make -k when running the tests | Daniel Stenberg | |
2005-08-30 | quick hack to make it working again on Win32 - however we should consider to ↵ | Gunter Knauf | |
set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path.... | |||
2005-08-11 | fix for NetWare crossbuilds to display the right config.h when build on Win32. | Gunter Knauf | |
2005-05-20 | added -nobuildconf | Daniel Stenberg | |
2005-05-17 | scan for gmake and make to prefer gmake on systems that have it | Daniel Stenberg | |
2005-05-10 | allow the ares/config.h display to fail | Daniel Stenberg | |
2005-05-09 | no need to display src/config.h anymore since it is a duplicate of lib/config.h | Daniel Stenberg | |
but we could use having a look at ares/config.h when that is used | |||
2005-04-18 | Modified to not mix ordinary print to STDOUT with a system() that prints to | Daniel Stenberg | |
stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-script doesn't properly find the first string in the output stream. | |||
2005-03-19 | some additional debug output | Daniel Stenberg | |
2005-03-18 | Netware builds don't use configure. | Dan Fandrich | |
2005-03-18 | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | |
style build | |||
2005-03-17 | don't set TEST_F to blank when --runtestopts isn't used, as that will override | Daniel Stenberg | |
the default options set in the Makefile | |||
2005-03-17 | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | |
options used by runtests.pl during testing (useful for disabling valgrind). | |||
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg | |
2005-03-15 | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg | |
targetos only and not build os. Commented away the line that enables perl warnings. | |||
2005-03-14 | show LDFLAGS too | Daniel Stenberg | |
2005-03-11 | no more rewriting of the setup file | Daniel Stenberg | |
2004-10-10 | attempt to make the configure output appear in the build log when it runs | Daniel Stenberg | |
on my solaris 2.7 box too (currently unknown perl version) | |||
2004-09-15 | no more getdate.c to care about | Daniel Stenberg | |
2004-07-29 | mingw32 builds make .a libs | Daniel Stenberg | |
2004-07-25 | libs built with libtool are named .la in the build dir | Daniel Stenberg | |
2004-07-24 | if --enable-ares is used, we must run 'buildconf' in the ares dir before | Daniel Stenberg | |
we run configure. | |||
2004-07-15 | added Borland support. | Gunter Knauf | |
2004-07-06 | fixed Win32 prebuild section; fixed minor cosmetic bug. | Gunter Knauf | |
2004-07-05 | be a bit more verbose when things go wrong. | Gunter Knauf | |
2004-07-05 | added additional check to avoid calling a non-existant external script. | Gunter Knauf | |
2004-07-05 | the simple way was too simple, so added --mktarball option. | Gunter Knauf | |
2004-07-05 | added simple way to create a tarball just before the build is deleted. | Gunter Knauf | |
2004-07-05 | changed to reflect recent NetWare makefile changes; | Gunter Knauf | |
moved call to buildconf.bat down so that it takes place in the build dir. | |||
2004-06-29 | fixed argument parsing; added --setup option. | Gunter Knauf | |
2004-06-22 | added new --target option for autobuilding other targets than GNU-like. | Gunter Knauf | |
2004-03-25 | Tor Arntsen fixed how this is invoked | Daniel Stenberg | |
2004-03-25 | detect daily snapshots using the new path for this test | Daniel Stenberg | |