| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-09-26 | [DOCS] Update AnimatedSprite class ref | Chris Bradfield | 1 | -3/+11 | |
| 2017-09-27 | Fixed wrong break statement in GDFunction::call | Scayze | 1 | -1/+1 | |
| 2017-09-27 | Build MSVC safe_refcount in a separate compilation unit | Hein-Pieter van Braam | 2 | -86/+183 | |
| Including windows.h in a globally included header gives all kinds of issues. Move the MSVC implementation for safe_refcount back into a .cpp file to prevent this from happening. | |||||
| 2017-09-26 | CI: Disable MinGW build on Travis and add AppVeyor badge | Rémi Verschelde | 3 | -11/+12 | |
| Now that AppVeyor handles testing Windows builds with MSVC, we can skip the need to test against Travis' old MinGW toolchain and have a faster CI process. Also try building X11 binaries against system OpenSSL, should speed up build. | |||||
| 2017-09-26 | Reduce gcc lto build time by telling the linker to | Felix M. Cobos | 2 | -2/+8 | |
| use the number of jobs indicated by -j | |||||
| 2017-09-26 | Change OSX version from 2.2-dev to 3.0-dev | Scott Beca | 1 | -2/+2 | |
