implemented SUPER key/modifier support on windows
[freeglut] / CMakeLists.txt
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...