ocornut
8d3906365d
CI: Fixes for OSX + explicitely request C++11.
ago%!(EXTRA string=3 years)
Peter Kristensen
5f45047fb6
Update example makefiles to check the new homebrew paths ( #4003 )
...
Homebrew on Apple Silicon (i.e. Macbook Air/Pro M1) use `/opt/homebrew` instead of /usr/local.
ago%!(EXTRA string=4 years)
Rokas Kupstys
3f5bb5939a
Examples: Fix MinGW detection in makefiles. Fix example_null build due to missing IME input libs. ( #2590 )
ago%!(EXTRA string=4 years)
omar
9c8671e7b0
Tables: Add empty file, skeleton.
ago%!(EXTRA string=4 years)
ocornut
a7e21fb05f
Moving backends code from examples/ to backends/ (step 3: fixing project files)
ago%!(EXTRA string=5 years)
omar
7ff13f4ee1
Examples: Explicitly adding -DIMGUI_IMPL_OPENGL_LOADER_GL3W to Makefile to match linking settings
...
(otherwise if another loader such as Glew is accessible, the opengl3 backend might automatically use it). [#2919 , #2798 ]
ago%!(EXTRA string=5 years)
omar
42423d5ea4
Examples: Makefile: Tweaks so they are more consistent with each others. Added -g./opt/local includes for MacPorts on Mac OS X. ( #297 )
ago%!(EXTRA string=6 years)
omar
01586d33f3
Refactor: Added empty imgui_widgets.cpp + updated project files / makefiles etc. accordingly ( #2036 )
ago%!(EXTRA string=7 years)
omar
8d58fbb5ed
Examples: Renamed example folders. ( #1870 )
ago%!(EXTRA string=7 years)
omar
85f9694bd4
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). ( #1870 )
...
Read examples/README.txt for some details.
ImDrawData: Added DisplayPos, DisplaySize fields honored by all backends (not strictly necessary to honor just now, but doing it to be ahead)
ago%!(EXTRA string=7 years)
Sam Hocevar
124d8522b1
Do not store compiled objects outside the project tree.
ago%!(EXTRA string=7 years)
Sam Hocevar
b6f251103b
Define SOURCES instead of OBJS in Makefiles.
...
OBJS is still deduced from SOURCES, but this change gives better control
over where the object files get actually written.
ago%!(EXTRA string=7 years)
Sam Hocevar
d4f63c3844
Use make variables $@ and $^ where appropriate.
ago%!(EXTRA string=7 years)
Sam Hocevar
551932697d
Ensure `make clean` is idempotent.
...
Prior to this, `make clean` would fail if the project was not already
fully built, and a second invokation would always fail.
ago%!(EXTRA string=7 years)
omar
91d77be36e
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
ago%!(EXTRA string=7 years)
Omar Cornut
3cdd2096ec
Examples: Use Clang in old Makefile.
ago%!(EXTRA string=7 years)
omar
ddff378daf
Examples: Synced Makefile comments. Added build/ folder into git ignore list/
ago%!(EXTRA string=7 years)
omar
ba99900023
Examples: GLFW+GL2: Renamed imgui_impl_glfw.* to imgui_impl_glfw_gl2.* for consistency and to emphasis on GL2-ness.
ago%!(EXTRA string=7 years)
radius
8b6896faf9
add SDL GL3 makefile
ago%!(EXTRA string=8 years)
radius
d43695b748
fix gl2 sample too
ago%!(EXTRA string=8 years)
ocornut
1396659b72
Examples: Speculative fix for OSX Makefile to make Travis happy (re #812 )
ago%!(EXTRA string=8 years)
ocornut
3c384c2f10
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ago%!(EXTRA string=9 years)
ocornut
b8f86ec4bd
Examples: OpenGL2/3 Makefile; Added -lGL to Linux build
ago%!(EXTRA string=9 years)
ocornut
a77e534ded
Examples: OpenGL2: Add msys2/mingw64 target ( #361 )
ago%!(EXTRA string=10 years)
ocornut
da807e55ea
Examples: Ignore list a little more friendly to Unix systems.
ago%!(EXTRA string=10 years)
Thomas Pöchtrager
947cf3434f
Added printf attribute to printf like text formatting functions
ago%!(EXTRA string=10 years)
ocornut
52a74701f5
Updated projects to reference new files ( #219 )
...
Didn't update iOS example (#247 )
ago%!(EXTRA string=10 years)
ocornut
545a57d253
Examples: Refactored opengl_example into a glfw specific file that can be copied and pasted.
...
Other examples will follow.
ago%!(EXTRA string=10 years)
ocornut
b911f96a56
Examples: Speculative Makefile fix. I should get a Linux box instead on relying on Jenkins, this is pretty embarrassing.
ago%!(EXTRA string=10 years)
ocornut
dc7cdb3025
Examples: Fix Makefile
ago%!(EXTRA string=10 years)
ocornut
3ed38f3313
Replaced dependency on glew (inc. prebuilt one for Windows) by gl3w in source form
...
Expecting something to break now.
ago%!(EXTRA string=10 years)
Jim Tilander
087ded0c71
If you install with brew, it also installs links into /usr/local -- and if the version changes having the extra link line here will cause warnings.
ago%!(EXTRA string=10 years)
ocornut
987188d437
Fix Clang warning with offsetof() macro? Added -Wall in OpenGL 3 example.
ago%!(EXTRA string=11 years)
ocornut
71e20680db
Setup Travis CI integration with Clang + -Wall in Makefiles
ago%!(EXTRA string=11 years)
Tomoki SHISHIKURA (RTX-M7)
9bb95db68a
opengl_example makefile cross platform supported.
ago%!(EXTRA string=11 years)
ocornut
f4ee74b312
Renamed Makefile
ago%!(EXTRA string=11 years)
Marc Planard
e2655d104e
add a quick and dirty makefile to build on linux
ago%!(EXTRA string=11 years)