Skip to content

Releases: chen3feng/blade-build

v2.0 release

28 Jul 02:17
cd8a789
Compare
Choose a tag to compare

Blade 2.0 release. Fixed some bugs and update some docs based on V2.0-pre2.

  • protoc supports multiple plugins (#943)
  • Fix py3 popen encoding issue (#938)
  • Fix mac compatible issue (#937)
  • ...

v2.0-beta2

24 Mar 10:38
a505c77
Compare
Choose a tag to compare
v2.0-beta2 Pre-release
Pre-release

Add more bugfix on beta1
Support re and open to DSL

v2.0-beta1

04 Mar 14:46
4709c3b
Compare
Choose a tag to compare
v2.0-beta1 Pre-release
Pre-release

Include some bugfix. Already ran in internal environment for 2 days

v2.0 beta release

02 Mar 04:10
cd8bda5
Compare
Choose a tag to compare
v2.0 beta release Pre-release
Pre-release

This is the v 2.0 beta version. Verified in the internal production environment.

Features:

  • Inclusion check for "hdrs" and private headers
  • The new "load" statement to write and use extension
  • Visibility is private for all targets by default and supports "legacy public" to fit the old codebase.
  • A better method for append/prepend config items
  • Concurrency maven downloading
  • Many performance improvements, code quality improvements include refactoring, ci, testing, docs, lint, and bugfix

v2.0 alpha release

29 Dec 17:31
3ff04a6
Compare
Choose a tag to compare
v2.0 alpha release Pre-release
Pre-release

Include many new features and improvements! See Upgrade Notes for details.

Include some small bugfix and document improvment

16 May 08:53
Compare
Choose a tag to compare
1.1.3

Update comments

The final 1.x version release

10 Jul 07:42
Compare
Choose a tag to compare

This is the last version before 2.0, merged all trivial bugfixes and changes.
In the developing version 2.0, we will provide full functional java/python support, and support ninja as a backend, which makes building speedup tremendously!