Skip to content

Releases: xpybuild/xpybuild

xpybuild v4.0

27 Jan 12:19
Compare
Choose a tag to compare

This release adds support for Python v3.10 and contains some bug fixes and a number of miscellaneous enhancements. For more information see the documentation at https://xpybuild.github.io/xpybuild/changelog.html

xpybuild v3.0

15 Nov 13:34
Compare
Choose a tag to compare

This release switches xpybuild from Python 2.7 to Python 3.6+. There are also a number of bug fixes and other improvements. Documentation has been significantly improved in this release, and is available from: https://xpybuild.github.io/xpybuild

See https://xpybuild.github.io/xpybuild/changelog.html for a full list of changes.

xpybuild v1.15

20 Jul 13:45
Compare
Choose a tag to compare

This release adds performance improvements to dependency resolution and a rewrite of how dependencies are handled for C/C++ which improves performance and correctness, as well as improved capabilities around FilteredCopy and symlink handling for Copy. Builds now run in parallel by default. There are some breaking changes in this release, particularly around _resolveUnderlyingDependencies() and handling of C/C++ targets that rely on generated include files. There are also a number of bug fixes and other improvements. See CHANGELOG.md for a full list of changes.

xpybuild v1.14

28 Jul 16:44
Compare
Choose a tag to compare

The main change in this release is significant improvement to the performance of dependency resolution and no-op incremental builds.

There are also a number of minor bug fixes and additions:

Added javadoc.ignoreSourceFilesFromClasspath target option to avoid unwanted javadoc errors if classpath contains additional .java files.

Added several new options for controlling how output from subprocesses is handled including regexIgnore and ignoreReturnCode options on ProcessOutputHandler and a new mechanism to make it easier to provide a custom ProcessOutputHandler class when needed.

xpybuild v1.13

09 Jan 12:15
Compare
Choose a tag to compare

Minor xpybuild release with new targets Download and DockerBuild, pysys-based testing and minor enhancements and fixes

xpybuild v.12

13 Apr 17:07
Compare
Choose a tag to compare

Introducing the first public release of xpybuild!

See README and doc/changelog for detailed information about this release.