summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Fix process kill function, fixes [2402] [2404].Chris Wilson2008-12-16
* More backslashes, I said, MORE BACKSLASHES!Chris Wilson2008-12-06
* Fix missing curly brace.Chris Wilson2008-12-05
* Simplify code for killing old fart processes on Windows/CygwinChris Wilson2008-12-05
* Hook the man pages into the build/install system. Man pages are now included ...James O'Gorman2008-11-23
* Allow use of literal paths in parcels.txt (i.e. files to be installed outside...James O'Gorman2008-11-22
* Update distribution generator.James O'Gorman2008-10-27
* Reverse the test for __syscall(), remove the test for syscall(),Chris Wilson2008-10-26
* Create destination directory before installing into it, as requestedChris Wilson2008-10-18
* Determine whether to use find | xargs at build time, not at run time,Chris Wilson2008-10-08
* Compile fix for makeparcels.pl (missing definition of @args).Chris Wilson2008-10-08
* Include LICENSE.txt in parcels, but don't install it.Chris Wilson2008-10-08
* Add a script to print the Box software version, to substitute into theChris Wilson2008-10-05
* Move parcel_* functions into BoxPlatform package to share them withChris Wilson2008-10-05
* Update autoconf to silence warnings on autoconf >= 2.62James O'Gorman2008-10-05
* Use xargs to delete files on Cygwin, as it's much faster than find -exec.Chris Wilson2008-10-04
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Use cross-compiling windres detected by configure.Chris Wilson2008-09-13
* Add missing include dirs for pcre, and missing link to advapi32.dll.Chris Wilson2008-09-06
* Don't try to kill daemons if not running, avoid error messages.Chris Wilson2008-09-06
* Fix GNUism in use of xargs (xargs -r is a GNU extension) - just get find to p...James O'Gorman2008-09-05
* Understand Boxi SVN URLs and build an appropriate version string for Box Chris Wilson2008-08-21
* Remove built binaries and libraries in clean target, so that it behaves Chris Wilson2008-08-21
* Build lib/win32.a (even if empty) on all platforms, to help Boxi Chris Wilson2008-08-21
* Handle multiple-line dependencies in Makefile.extraChris Wilson2008-08-10
* Kill running daemons using kill -f on Windows (cygwin) which killsChris Wilson2008-08-03
* Add spaces before Make progress output lines to visually separateChris Wilson2008-07-26
* Remove redundant copies of flags from make command line.Chris Wilson2008-05-28
* Set program name in tests to module name (e.g. test/bbackupd).Chris Wilson2008-05-28
* Define Box module name on the compiler command line (useful for tests Chris Wilson2008-05-28
* Reorganise includes in test main template.Chris Wilson2008-04-09
* Run daemons quietly (with -K) in tests under Windows.Chris Wilson2008-03-13
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
* * Move all commands from bin to sbin on Unix platformsJames O'Gorman2008-02-27
* Add support for verbosity control in tests.Chris Wilson2008-01-31
* Make the parcel install scripts use $DESTDIR from the environment, toChris Wilson2008-01-29
* Use the path to PERL from configure, reverts part of [1702].Chris Wilson2008-01-28
* Fix raidfile tests on FreeBSD 7Chris Wilson2008-01-23
* Compile fix for [2055].Chris Wilson2008-01-23
* Report the $build_os when making build environment, useful for debuggingChris Wilson2008-01-23
* Clean up distribution script.Chris Wilson2008-01-21
* Allow installing parcel contents in a directory under the prefix other thanChris Wilson2008-01-20
* Incorporate CXXFLAGS_STRICT into CXXFLAGSChris Wilson2008-01-20
* Don't break the name of scripts with no path in install scriptChris Wilson2008-01-16
* Better way to pass arguments to test daemons, with --test-daemon-args.Chris Wilson2007-12-18
* Stricter check for dirent.d_type validity (possible problems withChris Wilson2007-12-18
* Pass test options to test daemons.Chris Wilson2007-12-16
* Compile with -Wundef to warn about undefined macros.Chris Wilson2007-12-16