implemented SUPER key/modifier support on windows
[freeglut] / CMakeLists.txt
2022-03-08 John TsiombikasAdded keyboard demo, and changed the spaceball demo...
2022-02-06 John Tsiombikasbump version numbers before minor release
2020-02-26 Maciej SroczyńskiAdd checks for debug flags for android
2020-02-26 Maciej Sroczyńskiset default FREEGLUT_GLES=ON on android
2019-09-25 John Tsiombikasupdated version number to prepare for release 3.2.1
2019-09-18 John Tsiombikasfixed bug #251: freeglut cmake modules installation...
2019-09-18 John TsiombikasFixed failure to install glut.h header file when FREEGL...
2019-09-18 John TsiombikasVersion bump in cmake, that should have been done for...
2019-03-26 John TsiombikasApplied Christian's change to drop unnecessary dependen...
2018-03-24 Diederick NiehorsterFix build for Android using clang compiler.
2017-07-31 Sean MooreFixed freeglut.pdb install for builds with MSVC compile...
2017-06-30 Rcmaniac25Fixed incorrect MESSAGE usage
2017-06-30 Rcmaniac25CMake produces an error if XInput.h is not found
2017-06-30 Rcmaniac25Added timer_callback sample for user callbacks
2017-06-30 Rcmaniac25Initial refactoring of callback macros to make sure...
2017-06-30 Rcmaniac25Changed EXPAND_WCB so it works with MSVC and GCC
2017-04-26 Diederick NiehorsterCMake: include/GL/glut.h should only be installed when...
2017-04-22 Boris PekFixed indentation characters in CMakeLists.txt
2017-04-22 Boris PekFixed Cflags variable in pkgconfig file.
2017-04-22 Boris PekAdded FREEGLUT_REPLACE_GLUT configure option for MS...
2016-01-12 Ray DonnellyEmit the correct LIBNAME to .pc files
2015-10-17 Rcmaniac25Removed invalid PDB install
2015-10-12 Johannes Zarl-ZierlExport relevant static compile flags on windows.
2015-07-11 Johannes ZarlSet public definitions in cmake package.
2015-07-11 Johannes ZarlCreate cmake package using imported targets.
2015-06-29 Jinrong Xieminor fix on CMakeLists for checking MSVC_VERSION
2015-06-29 Jinrong Xieupdate CMake file so that it will generate proper _WIN3...
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...
next