summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* Try to eval loading Win32 as sugested by James O'Gorman.Chris Wilson2015-12-06
* Start generating MSVC project files using CMake.Chris Wilson2015-12-06
* Fix version generation from pure-Git checkouts.Chris Wilson2015-12-06
* Fix another bad library path, this time pcreposix.lib.Chris Wilson2015-12-02
* Fix another incorrect PCRE library path.Chris Wilson2015-12-01
* Fix PCRE library path to match installed directories for debug libs.Chris Wilson2015-12-01
* Fix include paths for PCRE to platform-specific install directory.Chris Wilson2015-12-01
* Install compiled OpenSSL files in a platform-specific directory.Chris Wilson2015-12-01
* Move win32.bat into a subdirectory to tidy up.Chris Wilson2015-08-30
* Run tests using special script on Windows.Chris Wilson2015-08-29
* Use MinGW test runner to make compile script workChris Wilson2015-08-29
* Add a MinGW test runner to version control.Chris Wilson2015-08-29
* Make wrong return type an error, not a warning.Chris Wilson2015-08-29
* Don't overwrite OpenSSH Makefile during extraction.Chris Wilson2015-08-23
* Add script to compile Box Backup and dependencies on Windows (Cygwin).Chris Wilson2015-08-23
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Add command-line help to test executables.Chris Wilson2015-06-10
* Include full platform name in parcels, to distinguish 64-bit builds.Chris Wilson2015-05-16
* Allow matching parcel platforms on cpu-vendor and os-cpu-vendor.Chris Wilson2015-05-16
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Fix build on OS X >= 10.9, which uses GNU Make.James O'Gorman2015-02-28
* Remove missing source file references from Visual Studio 2010 SLN fileChris Wilson2015-01-02
* Rename test executable to fix PATH conflict with /usr/bin/test on Cygwin.Chris Wilson2014-12-26
* We must check for ftruncate if we intend to use its feature macro.Chris Wilson2014-12-26
* Move GNU autoconf tools into infrastructure directory.Chris Wilson2014-12-26
* Fix compilation on Windows MinGW x86_64.Chris Wilson2014-12-26
* Add a note about why fixing NetBSD's kqueue support is harder than it looks.Chris Wilson2014-12-15
* Refactor file descriptor checks to avoid false alarms on NetBSD.Chris Wilson2014-12-12
* Fix build on Solaris 11/SmartOS by using bmake.Chris Wilson2014-12-07
* Fix detection of filesystems without extended attribute support on NetBSD.Chris Wilson2014-12-06
* Fix missing include of sys/socket.h to find struct ucred on Linux.Chris Wilson2014-12-06
* Check for existence of netdb.h for conditional inclusion.Chris Wilson2014-12-06
* Remove unused code.Chris Wilson2014-12-06
* Workaround for old gnu tar, failing to restore timestamps on symlinks.Chris Wilson2014-12-06
* Add support for getsockopt(SO_PEERCRED) on OpenBSD 5.2.Chris Wilson2014-12-06
* Generate configure script in qdbm directory.Chris Wilson2014-12-01
* Add support for all logging options in test executables.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Remove the global logging level.Chris Wilson2014-04-09
* Support microsecond timestamps for files on Linux.Chris Wilson2014-04-09
* Fix compile error caused by missing std::list prototype.Chris Wilson2014-02-07
* Allow running only named tests in test suites that support it.Chris Wilson2014-02-07
* Show module name of each file when compiling.Chris Wilson2014-02-07
* Compile debug builds with glibc debugging containers.Chris Wilson2014-02-07
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* Fix getopt header confusion.Chris Wilson2013-09-30
* Add support for the -W option to test runner executable.Chris Wilson2013-08-21
* We need rm -f to remove read-only files from .svn directory copies in testfiles.Chris Wilson2012-11-15
* Don't use getpeername(), sys/socket.h or sys/un.h on platforms that don'tChris Wilson2012-11-14
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB when searching for SSLChris Wilson2012-11-14