Releases: dart-lang/native
Releases · dart-lang/native
Release list
package:hooks_runner v1.6.1
- Support versions 3.x of
package:package_config.
package:record_use v1.0.0
- Stable release.
package:hooks_runner v1.6.0
- Fix record_use path changing caching issue.
- Fix hook invocation when the Dart executable or an argument path contains a
space on Windows.
package:hooks v2.1.0
- Graduate
LinkInput.recordedUsesout of experimental.
package:native_toolchain_c v0.19.3
- Fixed building with MSVC on Windows when a source, include, or output path
contains a space (e.g. a user name with a space in the default pub cache
location). The compiler and archiver are now invoked directly instead of
throughcmd.exe, whose quote handling mangled such command lines. As a
consequence,cmd.exeenvironment variable expansion (%VAR%) no longer
applies to compiler flags and defines; they are passed to the tools
verbatim. - The MSVC archiver is now passed the object file names derived from the
sources instead of*.obj, so object files left in the output directory by
other builds are no longer swept into the archive, and archive member names
no longer embed the local build directory path.
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.