Roland Winklmeier
ffa0b503a8
Handle addresses larger than 2 GB for MinGW builds
...
Before this commit, the default memory limit was around 2 GB and
our MinGW built executables hit this limit. Swift and all 3rd party
libraries are 64 bit safe, so it is also safe to use the
large-address-aware linker flag. This allows memory allocation up
to 4 GB.
refs #788
2016-12-06 09:46:55 +01:00
Roland Winklmeier
a87a4a7ef1
Install crashpad binaries
...
refs #490
2016-08-09 17:52:28 +02:00
Roland Winklmeier
e47aec223e
Integrate Crashpad crash handler into CApplication
...
Crash handler launches an external crash handler executable called
swift_crashpad_handler. It monitores the parent process and produces
a local dump in case of a crash.
For release builds, the dump is also uploaded to a crash report server.
refs #490
2016-08-09 17:51:57 +02:00
Roland Winklmeier
71d9439537
Install all xbus dependencies
...
refs #615
2016-05-20 01:40:16 +02:00
Roland Winklmeier
d379f14133
Introduce build config template buildconfig.h.in
...
refs #625
2016-03-31 17:12:01 +02:00
Mathew Sutcliffe
a895cc2c54
refs #624 Removed many workarounds, no longer needed.
2016-03-22 16:02:58 +00:00
Mathew Sutcliffe
e9bb8f2fcc
refs #624 Update qmake to CONFIG += c++14.
2016-03-19 20:39:25 +00:00
Roland Winklmeier
f82895501f
Fix build on Mac OS X El Capitan (10.11)
2016-02-21 23:09:31 +01:00
Mathew Sutcliffe
1282fc4c14
refs #540 Add the ability to capture the current call stack, and use it in singleShot.
2015-12-08 22:30:10 +00:00
Mathew Sutcliffe
7d5e416991
Enable multi-core when compiling with the Visual Studio IDE.
2015-12-08 21:16:24 +00:00
Mathew Sutcliffe
d32f211a71
refs #461 Unify FS9/FSX platform conditions.
2015-11-23 23:29:27 +00:00
Roland Winklmeier
de87399080
Rename externals environmental variable to SWIFT_EXTERNALS_DIR
2015-11-23 23:29:25 +00:00
Mathew Sutcliffe
09c0d4b862
refs #461 Only complain about missing externals when qmake is really generating build files.
...
This is so we can use the fromfile function to extract variables from pro files.
2015-11-23 10:55:46 +00:00
Roland Winklmeier
b97a04373e
Select externals subdir based on QMAKESPEC
...
refs #468
2015-11-22 19:41:47 +01:00
Roland Winklmeier
5eddef0f12
Add install targets
...
refs #486
2015-11-19 21:07:14 +00:00
Mathew Sutcliffe
dbb5a240da
refs #482 Added new qmake feature files and includes.
2015-11-19 21:02:38 +00:00