Skip to content

Releases: 17451k/clade

v3.2.10

20 Jul 10:45
Compare
Choose a tag to compare
  • Adjust format of deps files

v3.2.9

20 Jul 10:02
Compare
Choose a tag to compare
  • Fix marking CC commands with "-MP" option as not compilation ones

v3.2.8

13 Jul 12:26
Compare
Choose a tag to compare
  • Support Python 3.8
  • Fix performance regression in SrcGraph
  • Store versions of all used tools in meta.json
  • Add macOS to GitHub Actions
  • Various small fixes

v3.2.7

10 Apr 10:12
Compare
Choose a tag to compare
  • Fix incorrect caching

v3.2.6

13 Mar 14:48
Compare
Choose a tag to compare
  • Fix compatibility with new versions of ujson
  • Support Python 3.8
  • Add Klever preset for BusyBox
  • Minor improvements

v3.2.5

11 Dec 09:49
Compare
Choose a tag to compare
  • Reduce RAM usage required to load a single command
  • Improve checking Clade working directory for errors (work_dir_ok() API method)
  • Other small fixes and improvements

v3.2.4

14 Oct 16:41
Compare
Choose a tag to compare

General improvements:

  • Fix missing argument passings

v3.2.3

14 Oct 12:21
Compare
Choose a tag to compare

General improvements:

  • Fix getting Clade version from git if Clade distribution is located inside some other repository
  • Extend usage of existing "cpu_count" option to limit multiprocessing in "Info" extension
  • Do not load full CmdGraph to obtain a single command if its type is specified by the user

v3.2.2

25 Sep 15:56
Compare
Choose a tag to compare

General improvements:

  • Fix bug with case-sensitive paths in Linux introduced by Windows support (5f299be)
  • Ignore UnicodeDecodeErrors during reading utf8 files with malformed data (8676d3a)

Windows:

  • Fix missing dependencies of CL commands due to strange behaviour of /showIncludes option (8bebec5)

v3.2.1

16 Sep 13:15
Compare
Choose a tag to compare

Changes in CC commands:

  • Added support for spaces and colons in names of compiler dependencies
  • Remove duplicate entries from compiler dependencies
  • Added support for -isysroot option
  • Added support for Aspectator as compiler

General improvements:

  • Fail with error if -i option is used and build fails
  • Fail with error if cmd or src graphs are empty