2020-02-26 |
Maciej Sroczyński | Add checks for debug flags for android |
blob | commitdiff |
2020-02-26 |
Maciej Sroczyński | set default FREEGLUT_GLES=ON on android |
blob | commitdiff | diff to current |
2019-09-25 |
John Tsiombikas | updated version number to prepare for release 3.2.1 |
blob | commitdiff | diff to current |
2019-09-18 |
John Tsiombikas | fixed bug #251: freeglut cmake modules installation... |
blob | commitdiff | diff to current |
2019-09-18 |
John Tsiombikas | Fixed failure to install glut.h header file when FREEGL... |
blob | commitdiff | diff to current |
2019-09-18 |
John Tsiombikas | Version bump in cmake, that should have been done for... |
blob | commitdiff | diff to current |
2019-03-26 |
John Tsiombikas | Applied Christian's change to drop unnecessary dependen... |
blob | commitdiff | diff to current |
2018-03-24 |
Diederick Niehorster | Fix build for Android using clang compiler. |
blob | commitdiff | diff to current |
2017-07-31 |
Sean Moore | Fixed freeglut.pdb install for builds with MSVC compile... |
blob | commitdiff | diff to current |
2017-06-30 |
Rcmaniac25 | Fixed incorrect MESSAGE usage |
blob | commitdiff | diff to current |
2017-06-30 |
Rcmaniac25 | CMake produces an error if XInput.h is not found |
blob | commitdiff | diff to current |
2017-06-30 |
Rcmaniac25 | Added timer_callback sample for user callbacks |
blob | commitdiff | diff to current |
2017-06-30 |
Rcmaniac25 | Initial refactoring of callback macros to make sure... |
blob | commitdiff | diff to current |
2017-06-30 |
Rcmaniac25 | Changed EXPAND_WCB so it works with MSVC and GCC |
blob | commitdiff | diff to current |
2017-04-26 |
Diederick Niehorster | CMake: include/GL/glut.h should only be installed when... |
blob | commitdiff | diff to current |
2017-04-22 |
Boris Pek | Fixed indentation characters in CMakeLists.txt |
blob | commitdiff | diff to current |
2017-04-22 |
Boris Pek | Fixed Cflags variable in pkgconfig file. |
blob | commitdiff | diff to current |
2017-04-22 |
Boris Pek | Added FREEGLUT_REPLACE_GLUT configure option for MS... |
blob | commitdiff | diff to current |
2016-01-12 |
Ray Donnelly | Emit the correct LIBNAME to .pc files |
blob | commitdiff | diff to current |
2015-10-17 |
Rcmaniac25 | Removed invalid PDB install |
blob | commitdiff | diff to current |
2015-10-12 |
Johannes Zarl-Zierl | Export relevant static compile flags on windows. |
blob | commitdiff | diff to current |
2015-07-11 |
Johannes Zarl | Set public definitions in cmake package. |
blob | commitdiff | diff to current |
2015-07-11 |
Johannes Zarl | Create cmake package using imported targets. |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | minor fix on CMakeLists for checking MSVC_VERSION |
blob | commitdiff | diff to current |
2015-06-29 |
Jinrong Xie | update CMake file so that it will generate proper _WIN3... |
blob | commitdiff | diff to current |
2015-04-04 |
Manuel Bachmann | Implement initial Wayland support |
blob | commitdiff | diff to current |
2015-02-18 |
John Tsiombikas | - changed the main INCLUDE_DIRECTORIES definition to... |
blob | commitdiff | diff to current |
2015-02-18 |
John Tsiombikas | added INCLUDE_DIRECTORIES(${X11_INCLUDE_DIR}) to make... |
blob | commitdiff | diff to current |
2015-02-18 |
John Tsiombikas | Applied Daniel Macks' patch to use ${CMAKE_INSTALL_LIBD... |
blob | commitdiff | diff to current |
2015-01-03 |
John Tsiombikas | pkgconfig files should go to $(PREFIX)/lib, not $(PREFI... |
blob | commitdiff | diff to current |
2014-12-25 |
Diederick Niehorster | CMake: FREEGLUT_REPLACE_GLUT option should not be visib... |
blob | commitdiff | diff to current |
2014-12-24 |
John Tsiombikas | brought back the option to build either as "glut" or... |
blob | commitdiff | diff to current |
2014-11-04 |
John Tsiombikas | - changed the minor so version for the new release... |
blob | commitdiff | diff to current |
2014-11-03 |
Rcmaniac25 | Added support for minimizing window. |
blob | commitdiff | diff to current |
2014-10-20 |
John Tsiombikas | removed vfprintf and checking from CMakeLists.txt,... |
blob | commitdiff | diff to current |
2014-10-11 |
John Tsiombikas | fixed build on MSVC6 |
blob | commitdiff | diff to current |
2014-08-18 |
Nigel Stewart | For builds not using cmake, generate fg_version.h to... |
blob | commitdiff | diff to current |
2014-06-01 |
Sylvain Beucler | Unify GLES1 and GLES2 (libraries are compatible and... |
blob | commitdiff | diff to current |
2014-05-14 |
John Tsiombikas | Compiling with -ansi makes a lot of important POSIX... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Added BlackBerry PlayBook support Bug memleak when... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Made glutGet, for window width and height, return width... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Added support for rotation so an app can be rotated... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Minor order change in Android/BlackBerry CMake, one... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Removed fg_main_blackberry.h. It wasn't needed |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Can use input devices from x11 (serial input... unlikel... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Final commit before implementing main loop. All other... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Implemented fg_window_blackberry.c to initialize and... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Android and BlackBerry have a fair amount of overlap... |
blob | commitdiff | diff to current |
2014-01-24 |
Rcmaniac25 | Initial commit of BlackBerry implementation. It compile... |
blob | commitdiff | diff to current |
2014-01-18 |
Sébastien Rombauts | Fixed CMake UNIX config when building only "freeglut_st... |
blob | commitdiff | diff to current |
2013-04-05 |
Diederick Niehorster | Change FREEGLUT_WARNINGS and *_ERRORS to FREEGLUT_PRINT... |
blob | commitdiff | diff to current |
2013-04-05 |
Diederick Niehorster | forgot to add teapot to sourcelist for gles1 and gles2... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | using FREE_GLUT_BUILD_STATIC_LIBS and FREEGLUT_BUILD_SH... |
blob | commitdiff | diff to current |
2013-04-04 |
Diederick Niehorster | change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR... |
blob | commitdiff | diff to current |
2013-02-28 |
Diederick Niehorster | fixed documentation for GLUT_ICON (its not an environme... |
blob | commitdiff | diff to current |
2013-02-13 |
Diederick Niehorster | moving fgPlatformReshapeWindow and fgPlatformDisplayWin... |
blob | commitdiff | diff to current |
2013-01-27 |
Diederick Niehorster | can now configure build such that runtime warnings... |
blob | commitdiff | diff to current |
2012-11-17 |
Diederick Niehorster | fixed install target: |
blob | commitdiff | diff to current |
2012-07-24 |
Diederick Niehorster | adding option (on windows) to also install .pdb files |
blob | commitdiff | diff to current |
2012-06-09 |
Sylvain Beucler | Fix compilation of demos/shapes |
blob | commitdiff | diff to current |
2012-06-07 |
Diederick Niehorster | added d suffix for debug builds of demos as well, MSVC... |
blob | commitdiff | diff to current |
2012-05-29 |
Sylvain Beucler | Clarify why check for XInput |
blob | commitdiff | diff to current |
2012-05-25 |
Diederick Niehorster | spaceball demo is only meaningful on unix, don't build... |
blob | commitdiff | diff to current |
2012-05-25 |
Diederick Niehorster | on windows+MSVC, debug builds of the library now have... |
blob | commitdiff | diff to current |
2012-05-21 |
Diederick Niehorster | no longer using sinf/cosfsqrtf in fg_geometry, no need... |
blob | commitdiff | diff to current |
2012-05-13 |
Sylvain Beucler | Multi-touch: fix CMake: Xi and XInput2.h detection... |
blob | commitdiff | diff to current |
2012-05-08 |
Sylvain Beucler | Multi-touch test program |
blob | commitdiff | diff to current |
2012-05-05 |
Sylvain Beucler | CMake: add note about library versioning |
blob | commitdiff | diff to current |
2012-05-05 |
Diederick Niehorster | slight formatting in CMake file, just cosmetic |
blob | commitdiff | diff to current |
2012-05-02 |
Sylvain Beucler | CHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | Detect sinf/cosf/sqrtf presence with CMake (instead... |
blob | commitdiff | diff to current |
2012-05-01 |
Sylvain Beucler | Android: reference android library dependencies, needed... |
blob | commitdiff | diff to current |
2012-04-30 |
Diederick Niehorster | now using the Koch Snowflake (from fractals.dat) instea... |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix a few more compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix more compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Fix compiler warnings |
blob | commitdiff | diff to current |
2012-04-21 |
Sylvain Beucler | Add more compiler checks for GCC |
blob | commitdiff | diff to current |
2012-04-02 |
Sylvain Beucler | Use different names for GLES1 and GLES2 libraries,... |
blob | commitdiff | diff to current |
2012-04-01 |
Sylvain Beucler | A few more stubs for Android |
blob | commitdiff | diff to current |
2012-03-31 |
Sylvain Beucler | Declare OpenGL 2.0 dynamically-loaded functions for... |
blob | commitdiff | diff to current |
2012-03-25 |
Sylvain Beucler | EGL: implement fgPlatformGetProcAddress |
blob | commitdiff | diff to current |
2012-03-23 |
Sylvain Beucler | Keep fg_geometry in normal builds\! |
blob | commitdiff | diff to current |
2012-03-23 |
Sylvain Beucler | - Document what works with GLES1 and GLES2 as of now |
blob | commitdiff | diff to current |
2012-03-18 |
Sylvain Beucler | Add support for X11+EGL. |
blob | commitdiff | diff to current |
2012-03-18 |
Sylvain Beucler | pkg-config: add -lm to static libraries |
blob | commitdiff | diff to current |
2012-03-18 |
Diederick Niehorster | teapot header not in list of files (so doesn't show... |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Fix library for GLES1 |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Implement EGL fgPlatformGlutGetModeValues and partial... |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | EGL: more code reusability |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | Move OpenGL ES stubs out of Android |
blob | commitdiff | diff to current |
2012-03-17 |
Sylvain Beucler | EGL: make more code reusable - less Android-specific |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | Move EGL fields to a separate structure for reusability... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | CMake: Declare OPTIONS higher in the file so they can... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | GLES1 and GLES2 versions are now compiled with -DFREEGL... |
blob | commitdiff | diff to current |
2012-03-16 |
Sylvain Beucler | CMake: use same test for referencing and generating... |
blob | commitdiff | diff to current |
2012-03-15 |
Sylvain Beucler | Add pkg-config script (cmake changes added by mistake... |
blob | commitdiff | diff to current |
2012-03-15 |
Sylvain Beucler | CMake: Move -DANDROID in the toolchain script, to ease... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | no need for a message on MSVC that we hide insecure... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | oops, generating freeglutdll.def was not specific to... |
blob | commitdiff | diff to current |
2012-03-15 |
Diederick Niehorster | converted all tabs to spaces for CMake file, eases... |
blob | commitdiff | diff to current |
next |