Skip to content

Releases: omegaup/libinteractive

v2.0.23

28 Dec 23:41
Compare
Choose a tag to compare
  • Uses a stable seed for generating the code. This avoids spurious diffs between versions.
  • Includes the template code in the generated JSON.

v2.0.22

05 May 04:10
Compare
Choose a tag to compare

This release has the following bugfixes:

  • Allows absolute paths to be passed to --pipe-directories #28
  • A small bug with path normalization

As well as:

  • Improving the documentation for Windows.
  • Replaces -std=c++0x by -std=c++11 since it's now 2018.
  • Adds the --pause flag to the debug target for Code::Blocks.

v2.0.21

26 Nov 23:15
Compare
Choose a tag to compare

This fixes a bug with pipe directories.

v2.0.20

19 Nov 02:19
Compare
Choose a tag to compare

This release has the following bugfixes:

  • Fixes a bug where the generated message IDs wouldn't fit in a signed integer, so some toolchains (like the ones in OSX) would refuse to continue. #23
  • Is more flexible with inputs, and now replaces malformed UTF-8 characters instead of throwing an exception. #24
  • The generated Python code is now pylint-compliant. #26

As well as the following new features:

  • Adds support for C# as a child language. parent language is not supported just because it is not possible to create a class called Main that has a (static) method called Main. Some trampolining tricks might be needed, but they'll have to wait until there's an actual need to support that.
  • Adds support for libtransact, which removes a lot of glue code when using transact.
  • Allows the user to specify the directories where the pipes will be created (through the --pipe-location flag). #25

v2.0.19

19 Jun 14:27
Compare
Choose a tag to compare
  • This release supports ARM
  • It also supports outputting the bundle as JSON.

v2.0.18

16 Mar 06:10
Compare
Choose a tag to compare

This release fixes OSX compilation.

v2.0.16

14 Feb 17:28
Compare
Choose a tag to compare
  • Refactoring to better support Lazarus in Windows
  • Add --shift-time-for-zip flag

v2.0.14

08 Feb 07:04
Compare
Choose a tag to compare
  • Fix some bad codegen in the Windows rundriver.

v2.0.13

07 Feb 17:42
Compare
Choose a tag to compare

Added the --metadata flag to the validate command to print out JSON-encoded metadata about the .idl file.

v2.0.12

06 Feb 05:56
Compare
Choose a tag to compare

Allow packaging of custom templates