Skip to content

Releases: 17451k/clade

v3.4.12

19 May 18:43
Compare
Choose a tag to compare
  • Consolidate all parallel processing in 1 function
  • -MD option does not require value
  • Check write access to working directory
  • Deprecate Python 3.6

v3.4.10

14 Feb 10:42
Compare
Choose a tag to compare
  • Simplify working with data obtained by CXX extension

v3.4.9

17 Nov 15:15
Compare
Choose a tag to compare
  • Added API to access unparsed commands
  • Added ability to get values of environment variables for intercepted commands
  • Fixed environment leakage between intercepted command
  • Fixed setting log level from command line
  • Fixed some issues (but probably not all) with CL extension

v3.4.8

06 Sep 15:52
Compare
Choose a tag to compare
  • Specify more options required by CIF: -fshort-wchar, -fno-short-wchar, -fshort-enums, -fno-short-enums, -Werror-implicit-function-declaration, -Werror=implicit-function-declaration

v3.4.7

29 Jul 14:34
Compare
Choose a tag to compare
  • Specify more options required by CIF
  • Delay creating clade.log file until it's needed

v3.4.6

23 Jul 09:05
Compare
Choose a tag to compare
  • Reinitialise loggers for each Clade instance, in order for clade.log files to be created in the proper place

v3.4.5

21 Jul 14:13
Compare
Choose a tag to compare
  • Store more info when Clade is used through API

v3.4.4

21 Jul 08:09
Compare
Choose a tag to compare
  • Fixed and issue when logger tried to write to read-only clade.log file

v3.4.3

20 Jul 14:08
Compare
Choose a tag to compare
  • Store build exit code in configuration ("build_exit_code" field), which can be found in conf.json and meta.json files inside working directory
  • Create clade.log file even when Clade is used through Python API

v3.4.2

26 Apr 18:20
Compare
Choose a tag to compare
  • Fix data corruption in get_root_cmds()