~ppsspp/ppsspp/+git/armips:travis

Last commit made on 2020-07-25
Get this branch:
git clone -b travis https://git.launchpad.net/~ppsspp/ppsspp/+git/armips

Branch merges

Branch information

Name:
travis
Repository:
lp:~ppsspp/ppsspp/+git/armips

Recent commits

2239b7e... by Kingcom <email address hidden>

Add VS 2019 CI build

ef2d6e5... by Kingcom <email address hidden>

Merge pull request #181 from Prof9/fix-vs2019-cmake

Fix build with Visual Studio 2019 CMake

6b0fcd0... by "Prof. 9" <email address hidden>

Add Visual Studio CMake directories to gitignore.

e6cde48... by "Prof. 9" <email address hidden>

Fix build on MSVC (probably broken in e3c4a5a).

96e281d... by Kingcom <email address hidden>

Merge pull request #173 from unknownbrackets/autoarea

Add directives to automatically allocate free space

ad8cb54... by Unknown W. Brackets

Try forcing a 64-bit MSVC build.

33db1ff... by Kingcom <email address hidden>

Merge pull request #178 from unknownbrackets/warnings

Cleanup warnings

1c77745... by Unknown W. Brackets

Add a test for range checks and fix a bug in them.

Was not checking end range properly, always failed.

b05879a... by Unknown W. Brackets

Add some tests for autoregions.

177e501... by Unknown W. Brackets

Always reserve region space.

This is easier to use if you don't immediately .org after a region, though
that's how I've been using it.