source: box/trunk/infrastructure @ 3083

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3077   7 days chris Set console log level as well as global level in tests.
(edit) @3070   3 weeks chris Print the message of the exception that caused a test to fail.
(edit) @3027   4 months chris Patch to support building on MinGW, thanks to Paolo Tosco …
(edit) @3026   4 months chris Make libbackupstore depend on common, so common can generate BoxVersion?.h …
(edit) @3024   4 months chris Switch back from custom build step to pre-build event, as the custom step …
(edit) @3019   4 months chris Don't die if BoxVersion?.h doesn't exist yet.
(edit) @3017   4 months chris Search for libraries in the path where Cygwin installs MinGW zlib as well
(edit) @3016   4 months chris Check for libz.dll.a installed in new location before configuring for …
(edit) @3014   4 months chris Pass the correct LDFLAGS to Box Backup, to use mingw zlib instead of …
(edit) @3013   4 months chris Extra white space.
(edit) @3009   4 months chris Silence warnings from new MinGW headers that expect MINGW_FEATURES to …
(edit) @3008   4 months chris Rephrase -rdynamic message.
(edit) @3005   4 months chris Skip -rdynamic on cygwin as well as Solaris.
(edit) @3000   5 months chris Don't regenerate zipped manpages unless needed.
(edit) @2999   5 months chris Move Box Backup's custom tests into own file, to share with Boxi.
(edit) @2989   6 months chris Update MSVC project for new names of protocol files.
(edit) @2976   7 months chris Reinstate the -f option to avoid failure if the files don't exist.
(edit) @2974   7 months chris make make clean remove all auto-generated files, and not use force where …
(edit) @2964   9 months chris Fix MSVC 2010 project for new file locations. Separate libbackupclient …
(edit) @2956   9 months jamesog Define PACKAGE_TARNAME variable in autoconf, change doc install location …
(edit) @2955   9 months jamesog Use /usr/ucb/install on Solaris as /usr/sbin/install has some odd …
(edit) @2954   9 months jamesog Finally unbreak build on Solaris! * Add code to configure to detect …
(edit) @2951   9 months jamesog Refine CPU detection code in BoxPlatform? to allow use of multiple …
(edit) @2947   10 months chris Log which modules are both using the same autogen files, for debugging.
(edit) @2927   10 months chris Remove some redundant imports to reduce compile warnings in MSVC 2010.
(edit) @2926   10 months chris Remove redundant copy of the version string from getversion.pl.
(edit) @2925   10 months chris Substitute variables in boxbackup.mpi.in to build a valid InstallJammer?
(edit) @2922   10 months chris Refactor MSVC library dependencies onto the common project, and remove …
(edit) @2908   10 months chris Switch from solution dependencies to project-to-project dependencies. …
(edit) @2905   10 months chris Avoid unnecessary rewriting of BoxVersion?.h to speed up MSVC build.
(edit) @2900   11 months chris First attempt to extract some data from VSS, not useful yet.
(edit) @2893   11 months chris Move backupstore common code to its own library, libbackupstore. Add …
(edit) @2887   11 months chris Remove SUO file that doesn't need to be in version control.
(edit) @2881   11 months chris Remove unwanted definitions from solution.
(edit) @2880   11 months chris Add a solution and project for building on MSVC 2010.
(edit) @2867   12 months chris Restore the newline in the includes variable, it is actually required even …
(edit) @2863   12 months chris Test whether pdcurses is required to compile with readline support.
(edit) @2859   12 months chris Don't install "subdir" targets, they'll need special instructions.
(edit) @2832   13 months chris Update instructions for OpenSSL 1.0.0a and PCRE 8.10. Instruct users to …
(edit) @2824   13 months chris Log more useful information when makebuildenv.pl fails. Fix hang waiting …
(edit) @2794   16 months chris Revert [2710] and [2717], remove TDB and replace with QDBM again, to fix …
(edit) @2758   17 months chris Workaround for Mac OSX where readline.h doesn't compile if stdio.h is not …
(edit) @2738   17 months chris Fix HTML documentation installation. (merges [2737] from trunk)
(edit) @2717   18 months chris Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB …
(edit) @2680   22 months jamesog Play nicely with versions of make which don't support -C <dir>.
(edit) @2643   2 years chris Detect whether rl_completion_matches or completion_matches is declared by …
(edit) @2642   2 years chris Add instructions and support for building with readline on Windows.
(edit) @2640   2 years chris Quieten the Perl scripts that generate autogen exceptions when building …
(edit) @2639   2 years chris Only build the static library part of QDBM, as the default dynamic build …
(edit) @2626   2 years chris Add CC to exports for mingw configure script.
(edit) @2622   2 years chris Make the explicit target of each dependency, including libraries, to solve …
(edit) @2608   2 years chris Fix the default and clean targets by moving cleaning lines back where …
(edit) @2607   2 years chris Add support for linking to qdbm and other imported libraries with …
(edit) @2598   2 years chris Run Perl scripts quietly during make.
(edit) @2596   2 years chris Switch license to GPL for backup parts, and dual GPL/BSD for common …
(edit) @2583   2 years chris Add support for Makefile.pre in build infrastructure.
(edit) @2574   2 years chris Check that source and text file copies are successful. Fix missing …
(edit) @2561   2 years chris Print info lines to STDERR so that they don't confuse the configure …
(edit) @2518   3 years chris Include html docs in parcels. Don't include man pages in parcels for …
(edit) @2514   3 years chris Put the shell script that kills all running daemons into a shell function …
(edit) @2504   3 years chris Move S3Simulator into its own class, like S3Client, for reuse elsewhere.
(edit) @2494   3 years chris Blind fix for autoconf problems introduced by earlier attempt to support …
(edit) @2492   3 years chris Use update copy to speed up rebuilds on windows/cygwin.
(edit) @2485   3 years chris Assume that we have no way to determine whether struct dirent has a valid …
(edit) @2484   3 years chris Assume that lseek does not take a "dummy parameter" when cross-compiling, …
(edit) @2476   3 years chris Preserve timestamps when doing a binary copy to make a distribution, so …
(edit) @2475   3 years chris Use the Makefile in docs/ to build and clean documentation. Don't rely on …
(edit) @2470   3 years chris Allow substitutions and removing private sections for distribution in .in …
(edit) @2469   3 years chris Don't skip building docs if we can't find a SVN version, as it breaks …
(edit) @2415   3 years chris Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as …
(edit) @2409   3 years chris Fix process kill function, fixes [2402] [2404]. Delete stale PID files …
(edit) @2404   3 years chris More backslashes, I said, MORE BACKSLASHES!
(edit) @2403   3 years chris Fix missing curly brace.
(edit) @2402   3 years chris Simplify code for killing old fart processes on Windows/Cygwin? and make it …
(edit) @2385   3 years jamesog Hook the man pages into the build/install system. Man pages are now …
(edit) @2380   3 years jamesog Allow use of literal paths in parcels.txt (i.e. files to be installed …
(edit) @2368   3 years jamesog Update distribution generator.
(edit) @2365   3 years chris Reverse the test for syscall(), remove the test for syscall(), remove …
(edit) @2357   3 years chris Create destination directory before installing into it, as requested by …
(edit) @2342   3 years chris Determine whether to use find | xargs at build time, not at run time, as …
(edit) @2341   3 years chris Compile fix for makeparcels.pl (missing definition of @args).
(edit) @2338   3 years chris Include LICENSE.txt in parcels, but don't install it.
(edit) @2329   3 years chris Add a script to print the Box software version, to substitute into the …
(edit) @2328   3 years chris Move parcel_* functions into BoxPlatform? package to share them with other …
(edit) @2327   3 years jamesog Update autoconf to silence warnings on autoconf >= 2.62 * AC_SUBST now …
(edit) @2323   3 years chris Use xargs to delete files on Cygwin, as it's much faster than find -exec.
(edit) @2317   3 years chris Remove -K option which now does nothing on Windows. Add -Q option which …
(edit) @2279   3 years chris Unify program name and console logging tags. Add a new class, …
(edit) @2278   3 years chris Use cross-compiling windres detected by configure.
(edit) @2271   3 years chris Add missing include dirs for pcre, and missing link to advapi32.dll.
(edit) @2270   3 years chris Don't try to kill daemons if not running, avoid error messages.
(edit) @2267   3 years jamesog Fix GNUism in use of xargs (xargs -r is a GNU extension) - just get find …
(edit) @2242   3 years chris Understand Boxi SVN URLs and build an appropriate version string for Box …
(edit) @2241   3 years chris Remove built binaries and libraries in clean target, so that it behaves …
(edit) @2240   3 years chris Build lib/win32.a (even if empty) on all platforms, to help Boxi linking. …
(edit) @2232   4 years chris Handle multiple-line dependencies in Makefile.extra
(edit) @2209   4 years chris Kill running daemons using kill -f on Windows (cygwin) which kills by …
(edit) @2202   4 years chris Add spaces before Make progress output lines to visually separate them …
(edit) @2168   4 years chris Remove redundant copies of flags from make command line. Place CXXFLAGS …
(edit) @2166   4 years chris Set program name in tests to module name (e.g. test/bbackupd). Add option …
Note: See TracRevisionLog for help on using the revision log.