Releases: dart-lang/native
Releases · dart-lang/native
Release list
package:native_toolchain_c v0.19.2
- Fixed compatibility with newer Xcode versions when cross-compiling static libraries on macOS hosts targeting Android and Linux.
package:hooks_runner v1.5.0
- Add
GOPATH, and prefixCONAN_to the environment variables allowlist.
package:hooks v2.0.2
- Update documentation for user-defines.
package:hooks v2.0.1
- Updated documentation for hook caching behavior and semi-hermetic environment variables.
package:code_assets v1.2.1
- Avoid throwing a null-assertion error/exception when
input.config.codeis
accessed butinput.config.buildCodeAssetsisfalse. Instead, throw a
clear and descriptiveStateError.
package:native_toolchain_c v0.19.1
- Added support for passing sanitizer flags (
-fsanitize=address,-fsanitize=memory,-fsanitize=thread) to C compilers and linkers. - Depend on
package:code_assets^1.2.0.
package:hooks_runner v1.4.0
- Add cache-isolation for recorded usages under link hooks using
RecordUseConfig, and deprecate the legacyresourceIdentifiersparameters. - Add
APPDATA,LOCALAPPDATA, and prefixesDOTNET_andNUGET_to the
environment variables allowlist. - Bumped dependency on
package:code_assetsto^1.2.0.
package:code_assets v1.2.0
- Added an optional
sanitizerparameter toCodeConfigandCodeAssetExtensionsupportingasan,msan, andtsan.
package:objective_c v9.4.1
9.4.1
- Fix a bug related to a misconfigured build hook.
package:swiftgen v0.1.3
- Bump ffigen, objective_c, and swift2objc versions.