Sun, 16 May 2010 14:59:11 -0500 |
Neal Gompa (ニール・ゴンパ) |
Turn on x86_64 building by default in CMake scripts for OSX
|
file |
diff |
annotate
|
Sun, 16 May 2010 00:52:55 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added a line to enforce inclusion of C99 support headers for MSVC
|
file |
diff |
annotate
|
Sat, 15 May 2010 22:55:31 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed Data folder path for OSX bundles
|
file |
diff |
annotate
|
Sat, 15 May 2010 22:17:45 -0500 |
Neal Gompa (ニール・ゴンパ) |
Took off some FORCE markers to allow configuration on OSX
|
file |
diff |
annotate
|
Sat, 15 May 2010 21:15:57 -0500 |
Neal Gompa (ニール・ゴンパ) |
Made massive change to CMake scripts. Hopefully now CMake scripts will produce working Mac OS X Application bundles in the install step.
|
file |
diff |
annotate
|
Sat, 15 May 2010 18:51:02 -0500 |
Neal Gompa (ニール・ゴンパ) |
Whoops. Make sure CMake scripts copy SDL dylib only if it is being linked to it in the first place...
|
file |
diff |
annotate
|
Sat, 15 May 2010 18:38:33 -0500 |
Neal Gompa (ニール・ゴンパ) |
Looks like Windows users aren't the only ones that need to be handled carefully. Made CMake scripts copy SDL dylib as part of install build process on Mac OS X.
|
file |
diff |
annotate
|
Sat, 15 May 2010 14:10:28 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fix error on forcing inclusion of OpenGL headers on Windows
|
file |
diff |
annotate
|
Sat, 15 May 2010 13:04:37 -0500 |
Neal Gompa (ニール・ゴンパ) |
Removing option to not use internal OpenGL headers on Windows; headers for all Windows compilers are not sane
|
file |
diff |
annotate
|
Sat, 15 May 2010 12:55:24 -0500 |
Harley Laue |
Don't force GL headers if the user doesn't want that
|
file |
diff |
annotate
|
Fri, 14 May 2010 13:17:09 -0500 |
Neal Gompa (ニール・ゴンパ) |
Made sure that 'MacCompatibility.h' is used only with UNIX
|
file |
diff |
annotate
|
Fri, 14 May 2010 02:14:01 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed conditional with configuring OpenGL to only activate with MinGW
|
file |
diff |
annotate
|
Fri, 14 May 2010 01:46:37 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added in 'stdint.h' and 'inttypes.h' for MSVC as Dependencies, since MSVC isn't C99 compliant
|
file |
diff |
annotate
|
Fri, 14 May 2010 01:13:42 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added in support for resource compilation in MSVC; Windows support is hopefully complete from the buildsystem.
|
file |
diff |
annotate
|
Fri, 14 May 2010 00:59:50 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added in support for MSVC building for MSVC2005 and MSVC2008; Windows support is hopefully complete from the builsystem.
|
file |
diff |
annotate
|
Fri, 14 May 2010 00:05:21 -0500 |
Neal Gompa (ニール・ゴンパ) |
Removed 'md5.h' from CMake scripts, as it no longer exists
|
file |
diff |
annotate
|
Thu, 13 May 2010 22:26:06 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed SDL linkage and internal libjpeg linkage breaks
|
file |
diff |
annotate
|
Thu, 13 May 2010 20:43:09 -0500 |
Neal Gompa (ニール・ゴンパ) |
Reverted internal SDL lib configuration modification, made the problem worse
|
file |
diff |
annotate
|
Thu, 13 May 2010 20:00:42 -0500 |
Neal Gompa (ニール・ゴンパ) |
Modified internal SDL lib configuration to properly set up; Added #undef/#define to 'openal_wrapper.h' to fix building on Windows
|
file |
diff |
annotate
|
Thu, 13 May 2010 19:10:27 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed CMake detection of internal libs
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:50:20 -0500 |
Harley Laue |
Merged
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:46:45 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed install paths in CMake so that the compiled binary is properly installed
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:49:02 -0500 |
Harley Laue |
Fixed CMake so Force internal actually has a chance at working correctly
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:26:30 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed error in handling Lugaru's default Windows install prefix
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:23:30 -0500 |
Neal Gompa (ニール・ゴンパ) |
Oops, forgot to actually pre-define the OpenAL internal library configuration
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:14:24 -0500 |
Neal Gompa (ニール・ゴンパ) |
Merged
|
file |
diff |
annotate
|
Thu, 13 May 2010 17:51:53 -0500 |
Harley Laue |
Forgot to update CMake... again...
|
file |
diff |
annotate
|
Thu, 13 May 2010 18:13:24 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added internal OpenAL libs for MinGW on Windows; MSVC internal libs to come soon
|
file |
diff |
annotate
|
Thu, 13 May 2010 17:03:23 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added win32 SDL libraries for MinGW and MSVC; Modified CMake scripts to properly install 'SDL.dll' to install prefix
|
file |
diff |
annotate
|
Thu, 13 May 2010 16:06:37 -0400 |
Ryan C. Gordon |
Fixed dependencies, made them optional (so you can override system libs).
|
file |
diff |
annotate
|
Thu, 13 May 2010 14:43:12 -0400 |
Ryan C. Gordon |
Reworked CMakeLists.txt.
|
file |
diff |
annotate
|
Thu, 13 May 2010 02:07:50 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed a typo in setting OpenAL include directory paths
|
file |
diff |
annotate
|
Wed, 12 May 2010 20:15:36 -0500 |
Harley Laue |
Oops, BZip2 isn't really a dependency!
|
file |
diff |
annotate
|
Wed, 12 May 2010 18:29:52 -0500 |
Neal Gompa (ニール・ゴンパ) |
Switching to default branch and closing cmake branch; Merged with Icculus's repository
|
file |
diff |
annotate
|
Wed, 12 May 2010 18:17:19 -0500 |
Neal Gompa (ニール・ゴンパ) |
Fixed Windows conditionals for building resources and OpenGL library linkage in CMake scripts; Switching to default branch
|
file |
diff |
annotate
|
Wed, 12 May 2010 17:48:24 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added Win32 conditional to CMake scripts for building on Windows
cmake
|
file |
diff |
annotate
|
Wed, 12 May 2010 13:46:50 -0500 |
Neal Gompa (ニール・ゴンパ) |
Updated 'FindOggVorbis.cmake' to work better on Linux (hopefully fixes Windows Ogg detection too)
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 22:14:18 -0500 |
Neal Gompa (ニール・ゴンパ) |
Resolved merges again
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 22:09:34 -0500 |
Neal Gompa (ニール・ゴンパ) |
Resolved merges of FindOggVorbis.cmake and CMakeLists.txt
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 21:21:26 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added support for 'make install' target in CMake scripts
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 19:12:05 -0500 |
Harley Laue |
Find Vorbis via CMake instead of just assuming it's installed
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 19:42:14 -0500 |
Neal Gompa (ニール・ゴンパ) |
Added in support for the CMake module for searching for and configuring to use libvorbisfile and libogg
cmake
|
file |
diff |
annotate
|
Tue, 11 May 2010 16:50:02 -0500 |
Harley Laue |
Quickly created CMake to build the source
cmake
|
file |
diff |
annotate
|