Vitalii Koshura
db9acc3f29
[sentry-native] update to 0.5.4 ( #29203 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-26 18:54:28 -08:00
Kai Pastor
4b2725f6f4
[sentry-native] Add features 'backend' and 'transport' ( #29047 )
...
* [sentry-native] Features 'backend' and 'transport'
* Fix zlib removal
2023-01-23 16:25:17 -08:00
Kai Pastor
472ed329f5
[sentry-native] Fix cmake package import/export ( #28686 )
...
* [sentry-native] Fix cmake package import/export
* Revise zlib dependency
2023-01-13 15:22:44 -08:00
Vitalii Koshura
ca28e3a00b
[sentry-native] Update to 0.5.3 ( #28221 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-12-08 10:43:37 -08:00
Vitalii Koshura
5251291e16
[sentry-native] Update to 0.5.2 ( #27354 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-20 19:17:39 -07:00
Vitalii Koshura
2ad71b540e
[sentry-native] Update to 0.5.1 ( #27276 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-10-17 08:13:08 -07:00
Vitalii Koshura
2c844a929b
[sentry-native] Update to 0.5.0 ( #26131 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-08-02 23:18:23 -07:00
Vitalii Koshura
8a4f87c535
[sentry-native] Update to 0.4.18 ( #25333 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-21 13:37:50 -07:00
Vitalii Koshura
9e7ae260cf
[sentry-native] Update to 0.4.17 ( #24309 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-04-25 15:49:08 -07:00
Vitalii Koshura
6427a59025
[sentry-native] Update to 0.4.15 ( #23033 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-02-10 10:54:50 -08:00
Vitalii Koshura
6b579626bf
[sentry-native] Upgrade to 0.4.14 ( #22841 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-01-31 10:53:40 -08:00
Billy O'Neal
fc722d9187
[sentry-native] Remove vcpkg_fail_port_install. ( #22765 )
...
* [sentry-native] Remove vcpkg_fail_port_install.
vcpkg.json and portfile.cmake don't agree, but given that vcpkg.json is more restrictive than portfile.cmake, I just deleted the call.
vcpkg.json: !(arm | (arm64 & !osx) | uwp)
portfile.cmake: osx | !(arm32 | arm64 | uwp)
Putting `!(arm | (arm64 & !osx) | uwp)` into DNF:
```
!(arm | (arm64 & !osx) | uwp) given
!arm & !(arm64 & !osx) & !uwp demorgan
!arm & (!arm64 | osx) & !uwp demorgan
(!arm & !uwp & !arm64) | (!arm & !uwp & osx) distribute ands over ors
(!arm32 & !arm64 & !uwp) | (!arm32 & !arm64 & !uwp & osx) definition of arm
(!arm32 & !arm64 & !uwp) | (!arm32 & !arm64 & osx) osx implies uwp
```
Putting `osx | !(arm32 | arm64 | uwp)` into DNF:
```
osx | !(arm32 | arm64 | uwp) given
osx | (!arm32 & !arm64 & !uwp) demorgan
```
(at which point one of the conjunctions is identical and the other is just more conditions on osx)
In support of https://github.com/microsoft/vcpkg/pull/21502
* DNF
* add license
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-01-24 15:14:39 -08:00
Cheney Wang
48b4cb1cce
[cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079 ( #22630 )
...
* [cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079
* Add windows check
* Add MINGW check
* update json
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-01-24 12:21:52 -08:00
Vitalii Koshura
16be0b49c8
[sentry-native] Update to 0.4.13 ( #22119 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-12-21 23:11:16 -05:00
Gleb Ignatev
aacceff7c5
[sentry-native] Add missing CMakeFindDependencyMacro
for find_dependency
( #20597 )
...
* ports: sentry-native: Add CMakeFindDependencyMacro for find_dependency
find_dependency requires CMakeFindDependencyMacro to be included,
otherwise there is a CMake error when using find_package(sentry).
* versions: update sentry-native port-version to 2
2021-10-11 20:29:57 -07:00
Vitalii Koshura
bde7e87f48
[sentry-native] Update port to use new vcpkg cmake scripts ( #19839 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-09-03 17:37:59 -07:00
Vitalii Koshura
8f4085527d
[sentry-native] Update to 0.4.12 ( #19339 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-08-05 03:03:11 -07:00
Kai Pastor
7dbc05515b
[zlib] Add cmake wrapper ( #18914 )
...
* Format manifest
* Add cmake wrapper
* x-add-version
* Always use vcpkg zlib for sentry native
* x-add-version
* Fix and simplify wrapper
* Update git-tree
2021-07-26 16:54:30 -07:00
Vitalii Koshura
9b96f7fce0
[sentry-native] Update to 0.4.11 ( #18856 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-07-08 10:53:01 -07:00
Vitalii Koshura
3ca51a73ed
[sentry-native] Update to 0.4.10 ( #18627 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-07-01 08:37:59 -07:00
Martin Vejdarski
5f32a49551
[sentry-native] Enable arm64 on macOS ( #18184 )
...
* [sentry-native] Enable arm64 on macOS
* [sentry-native] x-add-version
* [sentry-native] Fix build issue with libcurl and crashpad for *-osx-dynamic
* [sentry-native] x-add-version
2021-06-03 12:53:54 -07:00
Vitalii Koshura
4e103fa5d2
[sentry-native] Update to 0.4.9 ( #17413 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-04-23 10:47:35 -07:00
Vitalii Koshura
df574baff7
[sentry-native] Update to 0.4.8 ( #16550 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-03-10 13:06:30 -06:00
Vitalii Koshura
7ed39c5b95
[sentry-native] Update to 0.4.7 ( #16021 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-02-08 17:54:05 -08:00
Vitalii Koshura
5f215c65fe
[sentry-native] Update to 0.4.6 ( #15875 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-01-26 15:09:52 -08:00
Vitalii Koshura
9053d58017
[sentry-native] Update to 0.4.5 ( #15790 )
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2021-01-22 10:28:34 -08:00
nicole mazzuca
68a74950d0
[vcpkg] Rename port_versions
to versions
( #15784 )
2021-01-21 09:53:22 -08:00