History for imgui / examples / opengl3_example / Makefile
2018-03-01
@Sam Hocevar
Do not store compiled objects outside the project tree.
Sam Hocevar authored on 22 Oct 2016 omar committed on 1 Mar 2018
@Sam Hocevar
Define SOURCES instead of OBJS in Makefiles. ...
Sam Hocevar authored on 22 Oct 2016 omar committed on 1 Mar 2018
@Sam Hocevar
Use make variables $@ and $^ where appropriate.
Sam Hocevar authored on 22 Oct 2016 omar committed on 1 Mar 2018
@Sam Hocevar
Ensure `make clean` is idempotent. ...
Sam Hocevar authored on 22 Oct 2016 omar committed on 1 Mar 2018
2018-01-28
@omar
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
omar committed on 28 Jan 2018
@Omar Cornut
Examples: Use Clang in old Makefile.
Omar Cornut committed on 28 Jan 2018
@omar
Examples: Synced Makefile comments. Added build/ folder into git ignore list/
omar committed on 28 Jan 2018
2017-07-02
@radius
add SDL GL3 makefile
radius committed on 2 Jul 2017
@radius
fix compilation on MINGW
radius committed on 2 Jul 2017
2016-12-21
@ocornut
Examples: Speculative fix for OSX Makefile to make Travis happy (re #812)
ocornut committed on 21 Dec 2016
2016-09-10
@Felipe Oliveira Carvalho
Fix Mac OS X build and remove cruft from Makefile
Felipe Oliveira Carvalho committed on 10 Sep 2016
2016-09-05
@ocornut
Examples: OpenGL3: Revert Makefile change for OSX for now (#812)
ocornut committed on 5 Sep 2016
2016-09-02
@Kun Lin
Correct name for linking opengl3_example ...
Kun Lin committed on 2 Sep 2016
2016-01-21
@ocornut
Examples: OpenGL2/3 Makefile; Added -lGL to Linux build
ocornut committed on 21 Jan 2016
2015-10-04
@radius
add msys2/mingw64 target
radius committed on 4 Oct 2015
2015-08-28
@ocornut
Examples: Ignore list a little more friendly to Unix systems.
ocornut committed on 28 Aug 2015
2015-08-08
@Thomas Pöchtrager
Added printf attribute to printf like text formatting functions
Thomas Pöchtrager committed on 8 Aug 2015
2015-07-21
@ocornut
Updated projects to reference new files (#219) ...
ocornut committed on 21 Jul 2015
2015-03-14
@ocornut
Examples: Fixed Makefile
ocornut committed on 14 Mar 2015
@ocornut
Examples: Fixed Makefile
ocornut committed on 14 Mar 2015
2015-03-09
@ocornut
Examples: Makefile fixes.
ocornut committed on 9 Mar 2015
@ocornut
Examples: Makefile
ocornut committed on 9 Mar 2015
@ocornut
Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted. ...
ocornut committed on 9 Mar 2015
2015-02-27
@ocornut
Examples: Speculative Makefile fix. I should get a Linux box instead on relying on Jenkins, this is pretty embarrassing.
ocornut committed on 27 Feb 2015
@ocornut
Examples: Fix Makefile
ocornut committed on 27 Feb 2015
@ocornut
Examples: Fix OpenGL3 example Makefile
ocornut committed on 27 Feb 2015
@ocornut
Replaced dependency on glew (inc. prebuilt one for Windows) by gl3w in source form ...
ocornut committed on 27 Feb 2015
2014-12-07
@ocornut
Fix Clang warning with offsetof() macro? Added -Wall in OpenGL 3 example.
ocornut committed on 7 Dec 2014
2014-12-03
@Olivier Chatry
added opengl3 sample, mix from @ocornut and @thelinked
Olivier Chatry committed on 3 Dec 2014