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
|
|
2018-01-19 |
Examples: GLFW+GL2: Renamed imgui_impl_glfw.* to imgui_impl_glfw_gl2.* for consistency and to emphasis on GL2-ness.
omar
committed
on 19 Jan 2018
|
2017-07-02 |
add SDL GL3 makefile
radius
committed
on 2 Jul 2017
|
fix gl2 sample too
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-08-25 |
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ocornut
committed
on 25 Aug 2016
|