summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* 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
* Add -U option to enable logging microsecond timestampsChris Wilson2007-12-15
* Use detected CXX, AR and RANLIB from configure.Chris Wilson2007-12-08
* Don't add a superfluous leading space to bbackupd_args.Chris Wilson2007-11-06
* Compile fix for [1903].Chris Wilson2007-11-04
* Remove all the extra newlines after the Fink message.Chris Wilson2007-11-03
* Log something before checking open file descriptors, to ensure thatChris Wilson2007-11-03
* Log exactly which file descriptors have been left open and what they are.Chris Wilson2007-11-03
* Don't include the install-backup-client script in Windows builds, as it'sChris Wilson2007-09-19
* Fix $bsd_make to not be defined on GNU/kFreeBSD, which uses GNU Make.Chris Wilson2007-08-30
* Fix quiet-build makefiles to work on BSDsChris Wilson2007-08-28
* Quiet make by default (make V=1 to override) (refs #3)Chris Wilson2007-07-31
* Fix to match static lib installation instructions. (refs #3, merges [1681])Chris Wilson2007-07-26
* Update Visual Studio project files to match new files added, thanks Gary!Chris Wilson2007-07-26