Skip to content

Releases: dart-lang/native

package:hooks_runner v1.6.1

Choose a tag to compare

@dcharkes dcharkes released this 14 Jul 16:46
046f63d
  • Support versions 3.x of package:package_config.

package:record_use v1.0.0

Choose a tag to compare

@dcharkes dcharkes released this 13 Jul 14:22
3aa18e1
  • Stable release.

package:hooks_runner v1.6.0

Choose a tag to compare

@dcharkes dcharkes released this 13 Jul 14:22
3aa18e1
  • 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

Choose a tag to compare

@dcharkes dcharkes released this 13 Jul 14:22
3aa18e1
  • Graduate LinkInput.recordedUses out of experimental.

package:native_toolchain_c v0.19.3

Pre-release

Choose a tag to compare

@dcharkes dcharkes released this 13 Jul 14:22
3aa18e1
  • 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
    through cmd.exe, whose quote handling mangled such command lines. As a
    consequence, cmd.exe environment 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

Pre-release

Choose a tag to compare

@dcharkes dcharkes released this 29 Jun 08:34
7dbb51d
  • Fixed compatibility with newer Xcode versions when cross-compiling static libraries on macOS hosts targeting Android and Linux.

package:hooks_runner v1.5.0

Choose a tag to compare

@dcharkes dcharkes released this 12 Jun 10:58
1ec45a9
  • Add GOPATH, and prefix CONAN_ to the environment variables allowlist.

package:hooks v2.0.2

Choose a tag to compare

@dcharkes dcharkes released this 02 Jun 15:17
5e2b3d1
  • Update documentation for user-defines.

package:hooks v2.0.1

Choose a tag to compare

@dcharkes dcharkes released this 01 Jun 13:43
e0e6c03
  • Updated documentation for hook caching behavior and semi-hermetic environment variables.

package:code_assets v1.2.1

Choose a tag to compare

@dcharkes dcharkes released this 01 Jun 07:31
fca756b
  • Avoid throwing a null-assertion error/exception when input.config.code is
    accessed but input.config.buildCodeAssets is false. Instead, throw a
    clear and descriptive StateError.