note about using near far variable names
[freeglut] / CMakeLists.txt
2013-04-05 Diederick NiehorsterChange FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT...
2013-04-05 Diederick Niehorsterforgot to add teapot to sourcelist for gles1 and gles2...
2013-04-04 Diederick Niehorsterusing FREE_GLUT_BUILD_STATIC_LIBS and FREEGLUT_BUILD_SH...
2013-04-04 Diederick Niehorsterchange CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR...
2013-02-28 Diederick Niehorsterfixed documentation for GLUT_ICON (its not an environme...
2013-02-13 Diederick Niehorstermoving fgPlatformReshapeWindow and fgPlatformDisplayWin...
2013-01-27 Diederick Niehorstercan now configure build such that runtime warnings...
2012-11-17 Diederick Niehorsterfixed install target:
2012-07-24 Diederick Niehorsteradding option (on windows) to also install .pdb files
2012-06-09 Sylvain BeuclerFix compilation of demos/shapes
2012-06-07 Diederick Niehorsteradded d suffix for debug builds of demos as well, MSVC...
2012-05-29 Sylvain BeuclerClarify why check for XInput
2012-05-25 Diederick Niehorsterspaceball demo is only meaningful on unix, don't build...
2012-05-25 Diederick Niehorsteron windows+MSVC, debug builds of the library now have...
2012-05-21 Diederick Niehorsterno longer using sinf/cosfsqrtf in fg_geometry, no need...
2012-05-13 Sylvain BeuclerMulti-touch: fix CMake: Xi and XInput2.h detection...
2012-05-08 Sylvain BeuclerMulti-touch test program
2012-05-05 Sylvain BeuclerCMake: add note about library versioning
2012-05-05 Diederick Niehorsterslight formatting in CMake file, just cosmetic
2012-05-02 Sylvain BeuclerCHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually...
2012-05-01 Sylvain BeuclerDetect sinf/cosf/sqrtf presence with CMake (instead...
2012-05-01 Sylvain BeuclerAndroid: reference android library dependencies, needed...
2012-04-30 Diederick Niehorsternow using the Koch Snowflake (from fractals.dat) instea...
2012-04-21 Sylvain BeuclerFix a few more compiler warnings
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-21 Sylvain BeuclerAdd more compiler checks for GCC
2012-04-02 Sylvain BeuclerUse different names for GLES1 and GLES2 libraries,...
2012-04-01 Sylvain BeuclerA few more stubs for Android
2012-03-31 Sylvain BeuclerDeclare OpenGL 2.0 dynamically-loaded functions for...
2012-03-25 Sylvain BeuclerEGL: implement fgPlatformGetProcAddress
2012-03-23 Sylvain BeuclerKeep fg_geometry in normal builds\!
2012-03-23 Sylvain Beucler- Document what works with GLES1 and GLES2 as of now
2012-03-18 Sylvain BeuclerAdd support for X11+EGL.
2012-03-18 Sylvain Beuclerpkg-config: add -lm to static libraries
2012-03-18 Diederick Niehorsterteapot header not in list of files (so doesn't show...
2012-03-17 Sylvain BeuclerFix library for GLES1
2012-03-17 Sylvain BeuclerImplement EGL fgPlatformGlutGetModeValues and partial...
2012-03-17 Sylvain BeuclerEGL: more code reusability
2012-03-17 Sylvain BeuclerMove OpenGL ES stubs out of Android
2012-03-17 Sylvain BeuclerEGL: make more code reusable - less Android-specific
2012-03-16 Sylvain BeuclerMove EGL fields to a separate structure for reusability...
2012-03-16 Sylvain BeuclerCMake: Declare OPTIONS higher in the file so they can...
2012-03-16 Sylvain BeuclerGLES1 and GLES2 versions are now compiled with -DFREEGL...
2012-03-16 Sylvain BeuclerCMake: use same test for referencing and generating...
2012-03-15 Sylvain BeuclerAdd pkg-config script (cmake changes added by mistake...
2012-03-15 Sylvain BeuclerCMake: Move -DANDROID in the toolchain script, to ease...
2012-03-15 Diederick Niehorsterno need for a message on MSVC that we hide insecure...
2012-03-15 Diederick Niehorsteroops, generating freeglutdll.def was not specific to...
2012-03-15 Diederick Niehorsterconverted all tabs to spaces for CMake file, eases...
2012-03-15 Diederick NiehorsterFreeGLUT version number is now only defined in CMake...
2012-03-13 Diederick Niehorsterfound both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT...
2012-03-12 Diederick Niehorsteradded to CMake a setup to copy shared lib (MSVC only...
2012-03-12 Diederick Niehorstercleaneup \machine setting for MSVC, now only for 64bit...
2012-03-12 Diederick Niehorster.def and .rc file were appended to source list AFTER...
2012-03-12 Diederick Niehorsternow only setting FREEGLUT_EXPORTS and FREEGLUT_STATIC...
2012-03-12 Diederick Niehorsternow use unsigned __int64 for time type when on MSVC...
2012-03-11 Diederick NiehorsterNeed for our XParseGeometry implementation now detected...
2012-03-11 Diederick Niehorsterand some more renames
2012-03-11 Diederick Niehorstertimers internally now use 64bit unsigned int, if available
2012-03-11 Sylvain BeuclerCMake: add precision about version-info / soname
2012-03-11 Sylvain BeuclerCMake: Android port
2012-03-11 Sylvain BeuclerCMake: option to build with OpenGL ES
2012-03-10 John Tsiombikasadded the timer demo
2012-03-10 Diederick Niehorsteradded not about soversion for those not knowledgable...
2012-03-10 Diederick NiehorsterCMake updates:
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports
2012-03-09 Sylvain BeuclerSpecify libraries for windows static compilation
2012-03-09 Sylvain BeuclerDetect vfprintf (used in fgError/fgWarning)
2012-03-09 Sylvain BeuclerFix .so dependencies: reference -lGL and -lm; only...
2012-03-09 Sylvain BeuclerProperly add maths library for demos
2012-03-09 Sylvain BeuclerAdd maths library for demos
2012-03-09 Sylvain BeuclerFix X86vmode library detection
2012-02-25 John F. FayChecking for "gettimeofday" per e-mail from John Tsiomb...
2012-02-08 John F. FaySetting the line endings and keywords on a bunch of...
2012-02-07 John F. FayPutting in many 'CMakeLists.txt' fixes per e-mail from...
2012-02-04 John F. FayRemoving the "freeglut_glutfont_definitions.c" dependen...
2012-02-04 John F. FayFixing "cmake" with the new location of the "freeglut_x...
2012-01-17 John F. FayPutting the platform-specific files into the "Cmake...
2012-01-10 John F. FayMoving the source code files from 'src' to 'src/Common...
2012-01-10 John F. FayAdding header files to the "freeglut" projects per...
2012-01-10 John F. FayMaking the building of demo programs optional, but...
2012-01-08 John F. FayFixing the "cmake" inputs to build the "spaceball"...
2012-01-08 John F. FayGetting "cmake" to work on MSVC 6.0. Instructions...
2012-01-08 John F. FayAdding the first step towards "cmake" support. It...