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