summaryrefslogtreecommitdiff
path: root/infrastructure
Commit message (Expand)AuthorAge
* 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
* | Generate protocol files as well, like exception files.Chris Wilson2015-12-09
* | Find ZLib library and link to it.Chris Wilson2015-12-09
* | Ask AppVeyor to build Zlib from source using CMake.Chris Wilson2015-12-09
* | Fix most of the issues with the CMake-generated Visual Studio project files.Chris Wilson2015-12-08
* | Remove unused headers to aid compilation on Windows (MSVC).Chris Wilson2015-12-08
* | Try to eval loading Win32 as sugested by James O'Gorman.Chris Wilson2015-12-06
* | Start generating MSVC project files using CMake.Chris Wilson2015-12-06
* | Fix version generation from pure-Git checkouts.Chris Wilson2015-12-06
* | Fix another bad library path, this time pcreposix.lib.Chris Wilson2015-12-02
* | Fix another incorrect PCRE library path.Chris Wilson2015-12-01
* | Fix PCRE library path to match installed directories for debug libs.Chris Wilson2015-12-01
* | Fix include paths for PCRE to platform-specific install directory.Chris Wilson2015-12-01
* | Install compiled OpenSSL files in a platform-specific directory.Chris Wilson2015-12-01
|/
* Move win32.bat into a subdirectory to tidy up.Chris Wilson2015-08-30
* Run tests using special script on Windows.Chris Wilson2015-08-29
* Use MinGW test runner to make compile script workChris Wilson2015-08-29
* Add a MinGW test runner to version control.Chris Wilson2015-08-29