summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Collapse)AuthorAge
* Update copyright notice, add SVN revision to distributed filesBen Summers2006-02-13
|
* Merge chris/win32/vc2005-compile-fixes @ r455, add infrastructure/msvc to ↵Ben Summers2006-02-13
| | | | distribution
* Remove extra version number on OpenBSD -- functionality provided elsewhereBen Summers2006-02-11
|
* Workaround for autoconf's unexpanded directory substitutions vs. the current ↵Martin Ebourne2006-02-11
| | | | Makefile not being able to expand them itself.
* Beef up configure checks for 64 bit endian swapping function.Martin Ebourne2006-02-03
| | | | NOTE: Needs testing on other platforms, especially BSD.
* Ignore windows sources in lib/win32 on non-windows platforms.Martin Ebourne2006-02-02
|
* Prevent failure from pre-existing directory when making parcels.Martin Ebourne2006-02-01
|
* Filter -O2 out because we do that explicitly later on.Martin Ebourne2006-01-31
| | | | Now debug builds are once again unoptimised.
* Run bootstrap when making distribution, preparations for 0.10 release candidateBen Summers2006-01-30
|
* * infrastructure/makeparcels.plChris Wilson2006-01-28
| | | | | | | | | | | | | | | | | | | | | | | - Use the target platform's name, rather than the build platform, in the generated package file names (useful for cross-compiling) * lib/win32/emu.cpp - Don't log a warning when statting a file that doesn't exist, as bbackupquery does this to verify that the target does not exist before restoring * lib/backupclient/BackupClientFileAttributes.cpp - Fixed a missing endian conversion that was causing file timestamps to appear to be invalid, generating warnings about every file on the server, on Win32 * parcels.txt - Include a couple of DLL files in the package on MinGW, which are needed to run the compiled binaries * bin/bbackupquery/BackupQueries.cpp - Fixed usage text for the "get" command
* Fix for Darwin: xattr support, remove nasty assembler intercept code, ↵Ben Summers2006-01-05
| | | | cosmetic in configure
* Rewrite configure check for readline lib to match libraries to headers and ↵Martin Ebourne2006-01-04
| | | | | | be more selective. Also changes --enable-gnu-readline which intentionally used to prefer editline over readline even when specified (for licence goodness), to now prefer readline if requested. This is probably less confusing to a user.
* The last commit fixed the header file check, hopefully this will fix the ↵Martin Ebourne2006-01-02
| | | | library check on platforms with only db version 1.
* Try and bodge round the scary mess Berkeley DB has left us. This possible ↵Martin Ebourne2006-01-02
| | | | fix is for FreeBSD which fails to compile db.h
* Fix make distributionMartin Ebourne2005-12-28
|
* Removed dynamic tests, not used since autoconfMartin Ebourne2005-12-28
|
* Now supports Berkeley DB versions >= 4.1 in addition to 1.x. The versions ↵Martin Ebourne2005-12-28
| | | | inbetween are not supported because they require code changes and I don't have them available to test against.
* Fix FreeBSD not finding sys/mount.hMartin Ebourne2005-12-25
|
* Add more libdb version checks when configuring for Berkeley DBMartin Ebourne2005-12-15
|
* Merged 210:218 from chris/win32/merge/07-win32-fixes to trunkMartin Ebourne2005-12-12
|
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
| | | | You may need a new checkout to see this.
* Marged chris/win32/merge/07-win32-fixes at r210 to trunkMartin Ebourne2005-12-12
|
* Merged martin/autoconf at r35 to trunkMartin Ebourne2005-12-07
|
* Build under DarwinBen Summers2005-12-01
|
* Merged martin/xattr at r5 to trunkMartin Ebourne2005-11-30
|
* Merged martin/solaris at r9 to trunkMartin Ebourne2005-11-30
|
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14