Commit Graph

70 Commits

Author SHA1 Message Date
jim wang
16601c6e7e
[imgui] Update to 1.91.0 (#40185)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-08-10 02:11:17 -07:00
autoantwort
11dbcbb234
[imgui] fix definitions (#39774) 2024-07-09 13:20:30 -04:00
Rémy Tassoux
b108771d0a
[imgui] Update to 1.90.7 (#39017)
Update imgui port from 1.90.6 to 1.90.7:
https://github.com/ocornut/imgui/releases/tag/v1.90.7

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-30 10:25:32 -07:00
Rémy Tassoux
935b5c81c2
[imgui] Add test-engine feature (#38758)
Add test-engine feature to the imgui port:
https://github.com/ocornut/imgui_test_engine

I made it a feature because they both depend on each other to build,
that's why it is a feature instead of a new port.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-05-29 01:40:48 -07:00
MonicaLiu
66bef96adb
[imgui/vsgimgui] Update imgui to 1.90.6 and vsgimgui to 0.3.0 (#38669)
Fixes #38662, update `imgui` to 1.90.6, update `vsgimgui` to 0.3.0.

imgui
-
Except `osx-binding, metal-binding, android-binding`, other features are
tested successfully in the following triplet:
```
x64-windows
x64-windows-static
```

Except `osx-binding,metal-binding,android-binding,dx12-binding`, other
features are tested successfully in the following triplet:
```
x86-windows
```

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-05-13 12:53:17 -07:00
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
Jack·Boos·Yu
08b6c85897
[imgui] Fix find dependencies (#15063) 2020-12-26 12:45:14 -08:00
Bruk Tedla
7e50ef05c8
[imgui] Add experimental docking feature (#13899) 2020-12-15 14:46:58 -08:00
Rémy Tassoux
fa5c25a6bd
[imgui] Update to 1.79 (#14379)
https://github.com/ocornut/imgui/releases/tag/v1.79

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-11-04 17:06:07 -08:00
Ian Reinhart Geiser
00d27cfd04
Add option for WCHAR32 support in ImGUI (#13285) 2020-09-04 22:22:28 -07:00
nicole mazzuca
bf594d63fc
[libigl] fix imgui feature (#12691) 2020-08-24 12:49:35 -07:00
Rémy Tassoux
d80a3de309
[imgui] Update to 1.78 (#13064)
https://github.com/ocornut/imgui/releases/tag/v1.78
2020-08-21 17:00:47 -07:00
NancyLi1013
b8d3e831dd
[imgui] Add messages for unsupported features (#12890) 2020-08-14 09:52:17 -07:00
Lily
32b7ad04ea
[ogre] Update to version 1.12.7 and fix link error (#12210)
* [ogre] Update to version 1.12.7 and fix link error

* [ogre] Fix find imgui

* [ogre] Fix find imgui

* [ogre] Add vcpkg.json

* format manifest

Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-07-30 22:39:26 -07:00
Rémy Tassoux
0b78ddc14b
[imgui] Split bindings to multiple features (#12329)
* [imgui] Split bindings to multiple features

See #12250.

I tested all the features on x86-windows, x64-windows, x64-windows-static and x64-linux triplets. Everything build fine except:
- dx12-binding on x86-windows. There's an issue opened about it here : https://github.com/ocornut/imgui/pull/2406
- allegro5-binding on x64-linux, because the current allegro5 port fails to build on this platform.

Contrary to the previous port which simply copied the sources to a specific folder, bindings are now compiled with their dependencies. The only exception is Marmelade, because there's no port available for it yet.

Unfortunately, I can't test the OSX and metal bindings. If someone using this platform could test it, it would be very much appreciated. :)

* [imgui] Move port files to the correct folder

* Update ports/imgui/CONTROL

Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-07-15 16:07:40 -07:00
Rémy Tassoux
b046c27e1d
[imgui] Update to 1.77 (#12155)
* [imgui] Add Freetype feature

* [imgui] Update to 1.77

https://github.com/ocornut/imgui/releases/tag/v1.77

* [imgui] Fix INSTALL_INTERFACE path case
2020-07-01 16:58:37 -07:00
Rémy Tassoux
8e9ee5d36c
[imgui] Add Freetype feature (#11919) 2020-06-23 13:56:15 -07:00
Michael Quigley
432f0e1748
[imgui] update to 1.76 (#11388) 2020-05-18 11:09:26 -07:00
Jack·Boos·Yu
7db2ffa0b0
[imgui] Add feature bindings and remove feature example (#10253)
* [imgui] Separate feature tools from feature example

* [imgui] Separate feature tools from feature example

Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>
2020-04-30 22:57:38 -07:00
Robert Schumacher
08c951fef9
[many ports] Upgrades to 2020.02.08 (#9986)
* [many ports] Upgrades to 2020.02.08

* Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl

* Update ci baseline file

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2020-02-10 16:08:57 -08:00
JackBoosY
bda01dae98 [imgui]Add feature example in windows. 2019-10-15 00:46:56 -07:00