Commit Graph

31 Commits

Author SHA1 Message Date
miyanyan
4da290ba87
[imgui] update to 1.90.2 (#36699)
* [imgui] update to 1.90.2

* [imgui] update versions

* [imgui-node-editor] compatible with imgui

* [imgui-node-editor] update versions
2024-02-12 14:31:33 -08:00
Frank
b550b0be30
[imgui] fix find Allegro (#36486)
* [imgui] fix find Allegro

* version
2024-02-01 12:19:15 -08:00
Vladimir Shaleev
f7a371bbd9
Add imgui support for feature android-binding (#35870) 2023-12-27 23:57:02 -08:00
MonicaLiu
e9001ee53d
[imgui] Fix usage of feature allegro5 (#35768) 2023-12-19 15:02:21 -08:00
autoantwort
b1632ec26f
[imgui] fix allegro feature (#35729) 2023-12-18 13:24:05 -08:00
moritz-h
4d2b395813
[imgui] Update to 1.90 (#35131)
* [imgui] Update to 1.90

* update version
2023-11-17 11:10:18 -08:00
Rémy Tassoux
4e0474f42a
[imgui] Update to 1.89.9 (#33537) 2023-09-05 22:34:32 -07:00
autoantwort
c55a4db33c
[imgui] use supports expression (#33406) 2023-08-28 12:04:18 -07:00
Rémy Tassoux
f38a59359b
[imgui] Update to 1.89.7 (#32393)
* [imgui] Update to 1.89.7

* [imgui] Update version files

* [implot] Fix build failure with imgui 1.89.7

* [implot] Update version files
2023-07-07 09:13:30 -07:00
Lily Wang
282e4f61d4
[imgui] Fix deps of feature allegro5-binding (#31871)
* [imgui] Fix feature allegro5-binding deps

* update version

* Update imgui.json
2023-06-08 09:57:58 -07:00
Rémy Tassoux
02cf0c23a2
[imgui] Update to 1.89.6 (#31761)
* [imgui] Update to 1.89.6

* [imgui] Update version files
2023-06-07 11:53:30 -07:00
Mikhail
70992f6491
[imgui] imgui[glfw-binding]:wasm32-emscripten build fix (#30797)
* [imgui] fixed imgui[glfw-binding] build for emscripten (#30790)

* [imgui] updated versions (#30790)

* Updated imgui-config.cmake.in with suggested changes.

* Updated git-tree.
2023-04-25 23:49:46 -07:00
Nick
a685c5b764
[imgui] update to 1.89.4 (#30262)
* [imgui] update to 1.89.4

* [imguizmo] fix build

* [implot] fix build
2023-03-21 13:23:47 -07:00
Rémy Tassoux
daa744dbb3
[imgui] Update to 1.89.3 (#29659)
* [imgui] Update to 1.89.3

* [imgui] Update version files
2023-02-15 09:43:32 -08:00
Nick
41ee198bb3
[imgui] update to 1.89.2 (#28754) 2023-01-09 10:35:36 -08:00
Rémy Tassoux
2c26c9aff1
[imgui] Update to 1.89.1 (#27838)
* [imgui] Update to 1.89

* [imgui] Update version files

* [imgui] Update to 1.89.1

* [imgui] Update version files

* [ogre] Fix build failure on imgui 1.89

* [ogre] Update version files

* [imgui-sfml] Fix build failure on imgui 1.89

* [imgui-sfml] Update version files

* [milerius-sfml-imgui] Fix build failure on imgui 1.89

* [milerius-sfml-imgui] Update version files

* [imgui] Modernize port

* [imgui] Update version files

* bump port version

* version

* version... again

Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-11-28 15:46:08 -08:00
xaedes
9402f6f765
[imgui] Set C++ 11 standard in CMakeLists.txt (#25601)
* [imgui] Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588

* [imgui] Enable C++ 11 standard using target_compile_features

As lerppana suggested:
It is better to use cxx_std_11 meta feature instead of locking the version number.
This should indicate cmake to use at least 11 instead of exactly 11.

see vcpkg issue microsoft#25588

* [imgui] update versions (vcpkg x-add-version imgui)

Enable C++ 11 standard as code requires it

see vcpkg issue microsoft#25588
2022-07-13 13:47:22 -07:00
Rémy Tassoux
320059c010
[imgui] Update to 1.88 (#25370)
* [imgui] Update to 1.88

* [imgui] Update version files

* [imgui-sfml] Build for C++11 to support imgui 1.88 changes

* [imgui-sfml] Update version files
2022-06-27 13:27:25 -07:00
LilyWangLL
49cfe5e329
[imgui] Add supports for features dx*-binding and metal-binding and osx-binding (#24999)
* [imgui] Add supports for features dx-binding and metal-binding and metal-binding

* x-add-version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-05-31 16:00:00 -07:00
Rémy Tassoux
b1642553ec
[imgui] Update to 1.87 [implot] Update to 0.13 (#22988)
* [imgui] Update to 1.87

* [imgui] Update version files

* [implot] Update to 0.13

* [implot] Update version files

* [implot] Add a patch to fix osx build

* [implot] Update version files

* [implot] Fix delegated constructors causing osx build to fail

* [implot] Update version files

* [implot] Fix build on osx without patch

* [implot] Update version files
2022-02-14 17:00:10 -08:00
Rémy Tassoux
db08f21cf3
[imgui] Update to 1.86 (#22161)
* [imgui] Update to 1.86

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-12-22 22:49:45 -05:00
Rémy Tassoux
de256f1c2e
[imgui] Update to 1.85 (#20679)
* [imgui] Update to 1.85

* [imgui] Update version files

* [imgui] Replace deprecated vcpkg functions

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-10-13 14:47:17 -07:00
boriskro
456a50c1e8
Fix build issues on OSX when these flags are enabled: osx-bindings, metal-bindings (#20281)
* [imgui] Fix build issues on OSX

 * bump required cmake version because OBJCXX support has been introduced in 3.16

 * set C++ standard to c++11 on Apple.  Imgui own examples use c++14, however c++11 was found to be sufficient

 * enable Objective-C++ mode for *.mm sources

 * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error

* [imgui] Fix build issues on OSX

 * bump required cmake version because OBJCXX support has been introduced in 3.16

 * set C++ standard to c++11 on Apple.  Imgui own examples use c++14, however c++11 was found to be sufficient

 * enable Objective-C++ mode for *.mm sources

 * add `-fobjc-weak` flag for imgui_impl_metal.mm to fix compile error

* Update ports/imgui/vcpkg.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [imgui] Fix manifest format

* Ran `vcpkg x-add-version imgui`

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-09-23 17:58:28 -07:00
Mathis
b91abc4eda
[imgui] update to 1.84.2 (#20012)
* update imgui

* version

* use correct ref for docking

* version

* update commit for dockiung

* version
2021-09-08 07:54:28 -07:00
Rémy Tassoux
d8e1d6b50c
[imgui] Update to 1.84.1 (#19677)
* [imgui] Update to 1.84.1

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-08-24 16:28:54 -07:00
Rémy Tassoux
7234002d11
[imgui] Update to 1.83 version (#18100)
* [imgui] Update to 1.83 version

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-05-26 14:41:23 -07:00
Rémy Tassoux
358bcd4166
[imgui] Update to 1.82 (#16727)
* [imgui] Update to 1.82

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
2021-03-17 15:13:48 -07:00
Rémy Tassoux
b5bc9d5474
[Imgui] Update docking-experimental and freetype features to 1.81 (#16268)
* [imgui] Update docking-experimental and freetype features to 1.81

* [imgui] Update version files

* [imgui] Move string replacement to post-build

* Update ports/imgui/CMakeLists.txt

* [imgui] Declare IMGUI_ENABLE_FREETYPE macro only if the freetype feature is enabled and move wchar32 string replacement to post-build

* [imgui] Update version files

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-03-01 08:40:09 -08:00
aizuon
e2ecca095c
[imgui] change to correct dx binding implementation path (#16255)
* [imgui] change to correct dx binding implementation path

* [imgui] add version files

* [imgui] forgot to update hash
2021-02-16 17:33:33 -08:00
Brian Peek
502f95a1bb
upgrade imgui to v1.81 (#16239)
* upgrade imgui to v1.81

* add version files

* change port-version to 0 instead of deleting the line

* remove port-version (??)
2021-02-16 11:09:36 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00