* [cairomm] update to 1.16.1 (microsoft#23903)
Cairo:
* Surface::Type: Deprecate WIN32, add WIN32_SURFACE
(Kjell Ahlstedt) Issue #26, merge request !14
Build:
* cairommconfig.h.*: Don't dllimport on MinGW
(Chun-wei Fan) Merge reqest !16
(Chun-wei Fan) Issue gtkmm#90 (Lukas K.)
* Meson build: Make it possible to use cairomm as a subproject
(Kjell Ahlstedt)
* Meson build: No implicit_include_directories
(Kjell Ahlstedt)
* MSVC build: exception.h: Export Cairo::logic_error selectively
(Chun-wei Fan) Merge request !17
* [cairomm] remove patch (microsoft#23903)
The WIN32 constant has been renamed to WIN32_SURFACE , and the
WIN32 -> WIN32_SURFACE alias is only provided for non-win32
sytems, therefore our previous patch is no longer needed.
* [cairomm] Support MSVC2022 (microsoft#23903)
Manually add ed1ce9a630b375b0f43435e34fbe690eb8276178 from upstream,
which prevents MSVC 2022 toolchains from being overridden by the
meson port file, resulting in corrupted binarycache metadata
* [cairomm] update version registries (microsoft#23903)
* [cairomm] add license (microsoft#23903)
* [cairomm] regenerate license registry (microsoft#23903)
Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
* [fontconfig] update to 2.14.0 (microsoft#23920)
2.14
Alan Coopersmith (1):
Update address for reporting msgid bugs from bugzilla to gitlab
2.13.96 (2.14 RC6)
Akira TAGOH (2):
Add a missing file 48-spacing.conf
Merge branch 'main' of ssh://gitlab.freedesktop.org/fontconfig/fontconfig
2.13.95 (2.14 RC5)
Akira TAGOH (18):
Do not set different score to non-string values
Enable 11-lcdfilter-default.conf by default
Bump the cache version to 8
Reflect matching results to binding in FcPattern
Fix a memory leak when trying to open a non-existing file
Fix score estimation for postscriptname
Resolves symlinks against <dir prefix="relative">
Add the option to not build fontconfig cache during installation
conf.d/60-latin.conf: Make Noto default.
Fix some testcase fails for 14c265a1
Fix the issue fail to obtain the style name
Apply the change made by 23e46d1 again
Initialize variable
Add more description for fc-conflist.1 and FcConfigFileInfoIterInit.3
Update CaseFolding.txt to Unicode 14
Add an user font directory for Win32 to the default font path
Add test/wrapper-script.sh to the archive
Fix possible memory leaks in FcPatternObjectAddWithBinding
Alex Richardson (3):
fcint: add casts to allow building with stricter compilers
Add support for C11 stdatomic atomics
FcCharSetPutLeaf(): Fix missing move of new_leaves contents
Behdad Esfahbod (1):
If a varfont has 'opsz' axis, set FC_SIZE on default instant pattern
Ben Wagner (6):
Add memory order constraints to C11 atomics
Free local FcCache lock on contention
Extend test thread args lifetime
Fix warning about os2->achVendID cannot be NULL
Back FcSerialize with open addressing hash table.
Actually skip leading spaces in style name
Francesco Pretto (1):
WIN32: Fix pGetSystemWindowsDirectory found initialized during FcConfigParseAndLoadFromMemory
Mehdi Sabwat (1):
fcstat: add support for wasm-emscripten
Nirbheek Chauhan (1):
meson: Remove summary() from version_compare() block
Pierre Ducroquet (5):
Add a configuration to switch to monospace if spacing=100 is requested
Reference the new configuration file
Remove configuration file from POTFILES
It seems this qual doesn't work on integers
Always add the family name from spacing=100
Ryan Gonzalez (1):
Ensure config.h is always included before stdlib headers
Ryan Schmidt (5):
Avoid PCRE syntax when using grep
Remove Bugzilla references
Fix run-test.sh to work with BSD mktemp
Restore fcatomic compatibility with Mac OS X 10.4.
Fix FC_DEFAULT_FONTS on macOS and with BSD sed sed
* [fontconfig] do not run fc-cache (microsoft#23920)
The fc-cache application is run on installation per default.
Font caches of the build system are useless to anyone unless
deploying fontconfig on just that build system, and even then,
the user will most likely be deploying his own fonts.conf and
correspondinly explicitly setup his users fc-cache path.
In fact, all the fc-cache run does is to generate data for
us to delete.
Instruct meson not to run fc-cache, saving us the need to
delete the cache, too.
* [fontconfig] disable tests (microsoft#23920)
* [fontconfig] remove json-c dependency (microsoft#23920)
The only code that needs json-c is in the tests ... which are
disabled from being built.
* [fontconfig] update versions registry (microsoft#23920)
* [fontconfig] do not run fc-cache on linux either (microsoft#23920)
* [fontconfig] regenerate version registries (microsoft#23920)
* [expat]update to 2.4.3
* update version
* delete patch
* update version
* delete patch
* overwrite version
* update version 2.4.4
* update version
* delete git-tree
* update version to 2.4.7
* update version
* delete version-json
* update to 2.4.8
* update version
* [cairo] upgrade cairo to 1.7.6 (microsoft#23848)
* [cairo] remove patch (microsoft#23848)
0001-meson-fix-macOS-build-and-add-macOS-ci.patch has been merged
into the upstream repository and is part of the 1.7.6 release.
* [cairo] use meson option to disable bfd (microsoft#23848)
Upstream has introduced an option to disable bfd. Use the option
to disable it (See microsoft#23022)
* [cairo] chase upstream cflags handling (microsoft#23848)
Upstream has put all cflags handling into the top-level meson.
Move our static compilation indicator definition to the top level,
too.
* [cairo] force-disable xcb (microsoft#23848)
This is the next update
* [cairo] format vcpkg.json (microsoft#23848)
* [cairo] update version registries (microsoft#23848)
* [cairo] add license (microsoft#23848)
* [cairo] regenerate versions registry (microsoft#23848)
Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
## 1.5.0 (2022-03-31)
### Features Added
- When a `RequestFailedException` exception is thrown, the `what()` method now includes information about the HTTP request which failed.
- Adding option `WinHttpTransportOptions.IgnoreUnknownCertificateAuthority`. It can be used to disable verifying server certificate for the `WinHttpTransport`.
### Breaking Changes
- Enforce TLS 1.2 or greater for `CurlTransport` and `WinHttpTransport`.
### Other Changes
- Improve output message for `Azure::Core::Http::TransportException`.
* Verify library location for debug vs. release
* Use existing variables for wrapper
* Always install freetype wrapper
* Quote @expressions
* Set policies for freetype wrapper (#19459)
* Test JPEG
* Fix jpeg wrapper for CMake < 3.12
* Test TIFF
* Test with current and oldest supported CMake
* Test and fix icu cmake wrapper
* CMake policy fixes [skip actions]
* Update versions
* CI
* CI
* Nicole CRs
* Disable Curses test
* Prefer <Pkg>_VAR over <PKG>_VAR
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Fix deprecated cmake
* Remove from CI baseline
* Fix trailing whitespaces
* version
* Also mark "supports": "!uwp"
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [wxwidgets] Fix linux build
* clean up baseline
* version
* Fix --libs output
* version
* Use system pkg-config on linux (#6)
* Use system pkg-config for linux
* Update versions
* Revert baseline changes
* Add double quotes to paths
* version
* Fix incorrect double quotes place
* version
Co-authored-by: Kai Pastor <dg0yt@darc.de>
* [ogre-next] update to v2.2.5
* update version
* update patch
* update version
* delete FLAGES
* update version
* update patch
* update version
* update EOL Conversion in portfile.cmake
* update version
* update patch and set OGRE_COPY_DEPENDENCIES=OFF
* update version
* update
* update version
* udpate features
* update version
* fix path
* update version
* fix path
* update version
* update
* update version
* Add new feature to fix build on triplet static
* update version
* update
* overwrite version
* update to 2.3.0
* update version
* update message
* overwrite version
* delete unused feature
* update version
* add license
* overwrite version
* Adding tracy port
* Formatting tracy port
* Tidying up the port
* Formatting again
* Making sure git-tree is correct
* Adding correct vcpkg dependencies
* Newline at file end again
* Update version database
* Making sure to mark tracy as not supporting x86 at all
* Updating version again
* Responding to feedback and double checking which builds will work
* Updating versions
* Tidying up some loose ends
* Updating port version again
* Removing port-version 1
* Removing tracy from ci baseline
* Removing unnecessary include copy
* Updating version
* Resolving feedback
* Updating version and formatting
* Version for the version god
* tweaking tracy supports
* Formatting and version
* Version
* Adding pthreads dependency to tracy for non-windows platforms
* Version
* Fixing tracy port
* Fixing version
* TRACY_IMPORTS should be an INTERFACE define
* Updating patch to tracy to place it in the correct namespace
* Fixing issue in patch file
* Updating version
* Forgot to put the :: in the namespace
* Updating version
* Bumping port version
* Updating version
* Updating version database
* Fixing incorrect version of tracy
* Update version
* Updating tracy to 0.8.0
* Updating version
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
* [vulkan-memory-allocator] update to 3.0.0
* update version
* format portfile.cmake
* update version
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
Overview of changes in 1.50.6, 19-03-2022
=========================================
- Drop hb-glib dependency
- Fix test font configuration
- Maintain order in pango_attr_list_change
- Fix a use-after-free in pango_attr_list_change
Overview of changes in 1.50.5, 03-03-2022
=========================================
* Fix compiler warnings
* Enable cairo by default
* pango-view: Show more baselines
* layout: Handle baselines
* Windows: build cleanups
Overview of changes in 1.50.4, 09-02-2022
=========================================
* Tweak synthetic space sizes
* itemize: Try harder to avoid NULL fonts
* docs: Some additions
* Pass synthetic slant to harfbuzz
* Make sloped carets work with uneven scales
* Fix serialiation on arm
* Avoid an uninitialized variable warning
* Reinstate previous behavior of pango_attr_list_splice
* Deprecated pango_coverage_ref/unref
* Fix serialization on non-glibc systems
* Fix allow-breaks handling
Co-authored-by: Schaich <alonso.schaich@sodgeit.de>