summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* Remove old hard-coded MSVC and MinGW configs.Chris Wilson2016-09-10
* Set test timeouts for CMake tests.Chris Wilson2016-09-10
* Optimisation: for CMake builds, replace generated files only if changed.Chris Wilson2016-09-10
* Replace most of Appveyor Windows build script with a CMakefile.Chris Wilson2016-09-09
* Add clean and realclean targets to each module's mini Makefile.Chris Wilson2016-09-09
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
* Break dependency on Cygwin commands in Windows tests.Chris Wilson2016-09-03
* Update platform feature detection to work with CMake.Chris Wilson2016-09-03
* Skip building the parts of QDBM that we don't need with CMake.Chris Wilson2016-08-28
* Use builtin TO_NATIVE_PATH in CMake instead of rolling our own.Chris Wilson2016-08-28
* Use ccache if available in CMake builds.Chris Wilson2016-08-28
* Update test runner to support CMake better.Chris Wilson2016-08-28
* Fix case of filenames of "text" files used to generate protocols and docs.Chris Wilson2016-08-28
* Add MSVC user settings files to version control.Chris Wilson2016-08-28
* Standardise dependent library location for CMake.Chris Wilson2016-08-28
* Merge makebuildenv.pl and makeparcels.pl, write monolithic Makefiles.Chris Wilson2016-08-28
* Replace Travis build instructions with a script.Chris Wilson2016-08-28
* Make getversion.pl executable.Chris Wilson2016-05-16
* Update paths to match new cmake-generated project files location.Chris Wilson2016-02-14
* Move user properties files into build folder.Chris Wilson2016-02-13
* Fix passing of "release" argument to runtest.pl in release mode.Chris Wilson2015-12-27
* Substitute TARGET_PERL in test/bbackupd config.Chris Wilson2015-12-24
* Run release tests, not debug tests, in the release configuration.Chris Wilson2015-12-24
* In release configuration, install binaries into release tree, not debug tree.Chris Wilson2015-12-24
* Build release libs as well as debug in Appveyor, and link the right ones into...Chris Wilson2015-12-24
* Add Visual Studio .user files to start executables in the right working direc...Chris Wilson2015-12-24
* Remove duplicate printing of exception details on test errors.Chris Wilson2015-12-24
* Fix OpenSSL makefile caching against version upgrades.Chris Wilson2015-12-20
* Fix PERL_EXECUTABLE #define to use properly-escaped pathChris Wilson2015-12-19
* Add dependencies between modules properlyChris Wilson2015-12-19
* Fix PERL_EXECUTABLE to be a native path, so that system() works.Chris Wilson2015-12-17
* Install test binaries too.Chris Wilson2015-12-17
* Add CTest configurations to CMake. Make some tests work on Windows/MSVC.Chris Wilson2015-12-13
* Add header files to dependencies and generated Visual Studio projectsChris Wilson2015-12-13
* Move reusable code out of bin directories.Chris Wilson2015-12-13
* We still need to manually tell Configure to link ws2_32 as well as gdi32.Chris Wilson2015-12-13
* Try a different way to link -lgdi32, hopefully after other libs this time.Chris Wilson2015-12-13
* Also link -lgdi32 on Windows, because OpenSSL requires it!Chris Wilson2015-12-13
* Pass the correct flags to the configure script to locate OpenSSL headers.Chris Wilson2015-12-13
* Install OpenSSL, etc. in parent directory of source checkout.Chris Wilson2015-12-13
* Make setup.exe executable after download, so we can run it.Chris Wilson2015-12-13
* Fix -rdynamic checkMoritz 'Morty' StrĂ¼be2015-12-13
* Export $target_msvc specifically to determine if we are building for MSVC.Chris Wilson2015-12-12
* Add support for binary targets depending on other binary targets.Chris Wilson2015-12-10
* Hopefully fix code generation dependencies.Chris Wilson2015-12-10
* Auto-generate the bbackupquery documentation.Chris Wilson2015-12-10
* Hide copious warnings about spurious memory leaksChris Wilson2015-12-09
* Merge Arnaud Grandville's Windows fixes.Chris Wilson2015-12-09
|\
| * remove Safe Exception Handling flagAG2015-10-26
| * visual studio 2013 solution Release & DebugAG2015-10-26