ocornut
f29e505d94
CI: remove --disableLicenseExpirationCheck.
4 weeks ago
ocornut
510b6adc9b
CI: disable month-long PVS Studio warning about expiring licence.
2 months ago
Yan Pujante
6dcb7be35f
CI: amend build tests for emscripten ( #7965 )
+ Backends: GLFW: minor preemptive fix.
2 months ago
ocornut
d0b742efde
CI: build with Clang C++26 on Linux. ( #7954 )
2 months ago
ocornut
4a1a38f7ed
CI: Amend 943fd21
.
2 months ago
ocornut
943fd216ec
CI: Amend e3cb016
.
2 months ago
ocornut
e3cb016328
CI: upgrade Ubuntu version to get newer Clang. Add C++26 build test. ( #7954 )
2 months ago
Mark Jansen
ce484301c0
CI: Add manual trigger for 'workflow_run' builds ( #7865 )
3 months ago
Mark Jansen
4b654db904
CI: Build example_sdl2_sdlrenderer2 with msbuild ( #7864 )
3 months ago
ocornut
5a1a9a804a
Docs: fixed link.
5 months ago
ocornut
7b8107e7c8
Examples: GLFW+WebGPU: Rename example_emscripten_wgpu/ to example_glfw_wgpu/ ( #7435 , #7132 )
7 months ago
Bruce Mitchener
6172c22c5d
CI: Update to `actions/checkout` `v4` from `v3`. ( #7281 )
9 months ago
ocornut
6850194f60
CI: Fixes WGPU example build.
10 months ago
omar
edeb8ee3ab
More compact issue_template.yml
10 months ago
ocornut
0461ade24b
Reworked issue template (amends) ( #5927 , #5915 )
10 months ago
ocornut
c528b688cf
Reworked issue template. ( #5927 , #5915 )
10 months ago
omar
26eef4df87
Update issue_template.md
10 months ago
ocornut
357f752bed
Docs: add more links to the top of every examples and backends files.
1 year ago
ocornut
77eba4d0d1
CI: resume using latest Emscripten
Change for #6602 broke, supposedly because using old version of emsdk.
Initial reason for locking 3.1.37 was 3.1.38 had a bug, now fixed https://github.com/emscripten-core/emscripten/issues/19363
1 year ago
ocornut
7348e99269
CI: temporarily use Emscripten 3.1.37 because 3.1.18 has a regression.
Ref https://github.com/emscripten-core/emscripten/issues/19363
2 years ago
duddel
57d0fcd021
Examples: Fix Android example build for Gradle 8. ( #6229 )
2 years ago
ocornut
85395b76b0
CI: Update versions.
Backends: GLFW: Warning fix under Linux.
2 years ago
ocornut
1b27ac982f
Backends+Examples: SDL2: renamed imgui_impl_sdl.cpp/.h to imgui_impl_sdl2.cpp/.h. ( #6146 )
+ CI: Update Windows CI to update SDL 2.26.3 instead of 2.0.10
2 years ago
ocornut
46efed8b70
CI: Fix Emscripten build.
2 years ago
ocornut
578df14f27
CI: Remove left-over discord stuff.
2 years ago
Adam Essemaali
7f4b477d2e
CI: Update ubuntu version ( #5598 )
2 years ago
ocornut
07efd7cc20
Renamed IMGUI_DISABLE_METRICS_WINDOW to IMGUI_DISABLE_DEBUG_TOOLS.
2 years ago
ocornut
ae2fb557f3
Docs: Update templates with link to Contributing guidelines. Add numerical version number in demo. Moved. ( #5337 )
2 years ago
ocornut
8d3906365d
CI: Fixes for OSX + explicitely request C++11.
3 years ago
ocornut
bf08c13e9b
Inputs: Extra Keys / AddKeyEvent(): bidirectional mapping, basic CI, simplify backends, asserts on misuses, tested backward compat. ( #2625 , #4858 , #2787 )
(edit: simplified backends merged into previous commits to make history clearer)
3 years ago
Rokas Kupstys
0e8c199e87
CI: Use regex to fix vcxproj platform and toolset versions. ( #3249 ) Remove Discord integration.
3 years ago
Rokas Kupstys
13cdf2ff0e
CI: Add MinGW DLL builds,
3 years ago
ocornut
66102880a3
Updated links to Discussions
3 years ago
Rokas Kupstys
b08ed61907
CI: Build with empty IM_ASSERT() macro.
3 years ago
ocornut
20d415e939
FIx static analysers warnings and disable false positives.
3 years ago
Rokas Kupstys
4c420f3cf9
CI: Add a build of imgui_impl_vulkan.cpp with IMGUI_IMPL_VULKAN_NO_PROTOTYPES defined. ( #4151 , #3759 , #3227 )
4 years ago
ocornut
7cdb3850e7
CI: test with ImTextureID as pointer to catch accidental reuse of const ( #4060 )
4 years ago
duddel
fb85c0341b
Add Android backend and example ( #3446 )
4 years ago
ocornut
760c394707
Added links to Discussions. Closed Discord, yeah! ( #2748 )
4 years ago
Rokas Kupstys
3f5bb5939a
Examples: Fix MinGW detection in makefiles. Fix example_null build due to missing IME input libs. ( #2590 )
4 years ago
Rokas Kupstys
9576dfd5e7
CI: Use workflow_run to trigger scheduled builds and static analysis.
Scheduled builds now are triggered by a dummy "scheduled" workflow that is invoked by the timer. This gives forks an ability to disable scheduled builds while maintaining ability to perform CI builds in forked repository. Similarly static analysis is invoked on completion of "build" workflow, ensuring analysis is performed with every build. Also should build workflow triggers change, we do not need to replicate same changes in static analysis workflow file.
4 years ago
Oleh Prypin
3b4d3a9b73
Simplify CI scripts ( #3764 )
* Deps paths through https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
* Use heredocs for pasting source code
* Remove fetch-depth arg, it's the default
* Merge the `brew install`s, it's simpler and maybe even faster
4 years ago
Basil Fierz
5853fbd68b
Backends, Examples: Added support for WebGPU and corresponding example ( #3632 )
(Squashed 11 commits)
4 years ago
ocornut
d20f2bc90a
Rename example_emscripten/ to example_emscripten_opengl3/ ( #3632 )
4 years ago
Borislav Stanimirov
fcc2b71724
CI: Fix testing for Windows DLL builds + fix broken DLL build. ( #3603 , #3601 )
4 years ago
Rokas Kupstys
a3e8dc3f34
CI: Fix deployment of PVS-Studio license + fix reported error.
4 years ago
ocornut
e5cb04b132
Version 1.79
+ Update readme and mission statement.
Removed "Minimize screen reel-estate usage", removed details on memory consumption (still very valid, just too much noise in a mission statement)
4 years ago
Rokas Kupstys
c6f9c558ec
CI: Use our own discord notifier.
4 years ago
ocornut
03b1e643b4
Docs: Funding link, Tweaks, Gallery links.
4 years ago
ocornut
5f336ce8f8
Tab Bar: Fixed buffer underflow in TabBarLayout, introduced by 4a57a982b
( #3501 , #3291 )
+ Link to CI actions added in 3be352f
4 years ago