summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Find ZLib library and link to it.Chris Wilson2015-12-09
|
* Remove unused headers not present on Windows. Add missing header.Chris Wilson2015-12-09
|
* Try changing quoting to enable expanding environment variables in URL.Chris Wilson2015-12-09
|
* Upgrade OpenSSL to 1.0.2e.Chris Wilson2015-12-09
| | | | | The old file has been removed from its previous URL, so Appveyor won't build the project any more until it's fixed.
* Ask AppVeyor to build Zlib from source using CMake.Chris Wilson2015-12-09
| | | | Significantly improved CMake config, successfully builds some modules.
* Fix most of the issues with the CMake-generated Visual Studio project files.Chris Wilson2015-12-08
| | | | Now just down to an import error.
* Remove non-standard BSD u_int* types.Chris Wilson2015-12-08
| | | | | | | MSVC doesn't like them, and they're not necessary now that we have stdint.h. Remove some compatibility typedefs from BoxPlatform.h and emu.h which are not needed any longer either.
* Remove unused headers to aid compilation on Windows (MSVC).Chris Wilson2015-12-08
|
* Sort ignored files into order, add comment.Chris Wilson2015-12-08
|
* Try to eval loading Win32 as sugested by James O'Gorman.Chris Wilson2015-12-06
| | | | Should hopefully fix compile on other platforms.
* Start generating MSVC project files using CMake.Chris Wilson2015-12-06
| | | | | | | Update getversion.pl to work when run from CMake. Update modules.txt to give our CMake configuration the necessary dependency information.
* Fix version generation from pure-Git checkouts.Chris Wilson2015-12-06
| | | | Fix calls to Uname on platforms that don't have it, such as MSVC.
* 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
|
* List contents of pcre bin and lib directories.Chris Wilson2015-12-01
|
* Fix include paths for PCRE to platform-specific install directory.Chris Wilson2015-12-01
|
* Fix pcre path. Install PCRE as well as building it.Chris Wilson2015-12-01
|
* Fix Visual Studio Generator version. Install PCRE in a platform-specific ↵Chris Wilson2015-12-01
| | | | directory.
* Ask cmake to generate a Visual Studio Solution for the current version and ↵Chris Wilson2015-12-01
| | | | platform.
* Fix quoting.Chris Wilson2015-12-01
|
* Install compiled OpenSSL files in a platform-specific directory.Chris Wilson2015-12-01
| | | | Attempt to cache the openssl compiled files to speed up build.
* Run msbuild to build PCRE.Chris Wilson2015-12-01
|
* Try building PCRE as well as boxbackup solution file.Chris Wilson2015-12-01
|
* cmake requires some kind of command-line argument.Chris Wilson2015-12-01
|
* Create PCRE build files in the PCRE directory.Chris Wilson2015-11-30
| | | | List directory contents so we can see what it's created.
* Another attempt to reduce verbosity of NMake.Chris Wilson2015-11-30
|
* Change to the right directory to run win32.bat from.Chris Wilson2015-11-29
|
* Generate exception files for Win32 build.Chris Wilson2015-11-29
|
* Try using x86 build environment instead of x64.Chris Wilson2015-11-29
|
* Fix cd path.Chris Wilson2015-11-29
|
* Try Win32 as the platform instead of x86 and x64.Chris Wilson2015-11-29
| | | | | | | | Otherwise I get this build failure: "C:\projects\boxbackup\infrastructure\msvc\2010\boxbackup.sln" (default target) (1) -> (ValidateSolutionConfiguration target) -> C:\projects\boxbackup\infrastructure\msvc\2010\boxbackup.sln.metaproj : error MSB4126: The specified solution configuration "Debug|x86" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration.
* Quiet openssl nmake output.Chris Wilson2015-11-29
|
* Download and build PCRE with CMake.Chris Wilson2015-11-29
|
* Change back to the directory where the boxbackup checkout is.Chris Wilson2015-11-29
|
* Try setting up VS developer tools path, to make NMAKE accessible.Chris Wilson2015-11-29
| | | | http://help.appveyor.com/discussions/problems/533-how-to-access-nmake-and-visual-studio-tools
* We need to extract the .tar file within the .tar.gz in a separate step.Chris Wilson2015-11-29
|
* Let's try a different way of escaping.Chris Wilson2015-11-29
|
* We don't actually need Subversion any more, and it won't install.Chris Wilson2015-11-29
|
* Try quoting the command.Chris Wilson2015-11-29
|
* Try Feodor Fitsner's suggestion for making HTTPS downloads work.Chris Wilson2015-11-29
| | | | http://help.appveyor.com/discussions/problems/3699-unable-to-download-files-into-appveyor-vm-for-installation
* Fix chocolatey install commands.Chris Wilson2015-11-28
|
* Use Start-FileDownload instead of Net.WebClient.Chris Wilson2015-11-28
| | | | | | | WebClient isn't working, so I'm trying something else. Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send."
* Fix environment sectionChris Wilson2015-11-28
|
* First attempt at an Appveyor build configuration for MSVC.Chris Wilson2015-11-28
|
* Merge pull request #1 from cmorty/patch-1Chris Wilson2015-08-31
|\ | | | | Improve travis output by turning the single command to multiple steps
| * Improve travis output by moving building to before_script.Moritz Strübe2015-08-31
|/
* Move win32.bat into a subdirectory to tidy up.Chris Wilson2015-08-30
| | | | | Fix location of ClientException.txt.
* Run tests using special script on Windows.Chris Wilson2015-08-29
| | | | | | Ensures that GCC DLLs are on the path, so that test executables will run. Also run debug tests as well as release tests.
* Add logging to S3Client about connection reuseChris Wilson2015-08-29
|