Minor fix on indentation.
[freeglut] / CMakeLists.txt
2015-04-04 Manuel BachmannImplement initial Wayland support
2015-02-18 John Tsiombikas- changed the main INCLUDE_DIRECTORIES definition to...
2015-02-18 John Tsiombikasadded INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make...
2015-02-18 John TsiombikasApplied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBD...
2015-01-03 John Tsiombikaspkgconfig files should go to $(PREFIX)/lib, not $(PREFI...
2014-12-25 Diederick NiehorsterCMake: FREEGLUT_REPLACE_GLUT option should not be visib...
2014-12-24 John Tsiombikasbrought back the option to build either as "glut" or...
2014-11-04 John Tsiombikas- changed the minor so version for the new release...
2014-11-03 Rcmaniac25Added support for minimizing window.
2014-10-20 John Tsiombikasremoved vfprintf and checking from CMakeLists.txt,...
2014-10-11 John Tsiombikasfixed build on MSVC6
2014-08-18 Nigel StewartFor builds not using cmake, generate fg_version.h to...
2014-06-01 Sylvain BeuclerUnify GLES1 and GLES2 (libraries are compatible and...
2014-05-14 John TsiombikasCompiling with -ansi makes a lot of important POSIX...
2014-01-24 Rcmaniac25Added BlackBerry PlayBook support Bug memleak when...
2014-01-24 Rcmaniac25Made glutGet, for window width and height, return width...
2014-01-24 Rcmaniac25Added support for rotation so an app can be rotated...
2014-01-24 Rcmaniac25Minor order change in Android/BlackBerry CMake, one...
2014-01-24 Rcmaniac25Removed fg_main_blackberry.h. It wasn't needed
2014-01-24 Rcmaniac25Can use input devices from x11 (serial input... unlikel...
2014-01-24 Rcmaniac25Final commit before implementing main loop. All other...
2014-01-24 Rcmaniac25Implemented fg_window_blackberry.c to initialize and...
2014-01-24 Rcmaniac25Android and BlackBerry have a fair amount of overlap...
2014-01-24 Rcmaniac25Initial commit of BlackBerry implementation. It compile...
2014-01-18 Sébastien RombautsFixed CMake UNIX config when building only "freeglut_st...
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...
next