Skip to content

Releases: jleben/arrp

Version 1.1.0 - Beta 3

06 Oct 19:07
Compare
Choose a tag to compare
Pre-release
version-1.1.0-beta3

library/signal: line: start output with first input value

Version 1.1.0 - Beta 2

25 Aug 20:42
Compare
Choose a tag to compare
Pre-release
version-1.1.0-beta2

Fix uploading release assets

Version 1.1.0 - Beta 1

21 Aug 11:37
Compare
Choose a tag to compare
Pre-release
version-1.1.0-beta1

Remove obsolete include

Version 1.0.0

10 Dec 07:30
Compare
Choose a tag to compare

Changes since 1.0.0 Beta 1

  • When generating executable, support passing arbitrary C++ compiler options.
  • Generated executable: Fixed crash at end of program when using buffered output to file.
  • Generated executable: Support buffered binary I/O for bool type.

Installation

Please find packages attached as assets to this GitHub release.

Debian package:

  • Depending on your Linux setup, double-clicking may open a graphical installer.

  • Alternatively, the following command installs the package using dpkg:

    dpkg -i package_name.deb
    

Mac OS ZIP archive:

  • Unzip the archive.
  • The compiler executable is at bin/arrp in the unzipped folder. Optionally, add the bin dir to the PATH environment variable.
  • If you wish arrp to generate executables, either set the environment variable ARRP_HOME to the unzipped folder, or add the include subfolder to the CPATH environment variable.

Version 1.0.0 - Beta 1

24 Nov 07:36
d51d69f
Compare
Choose a tag to compare
Pre-release

Installation

Debian package:

  • Depending on your Linux setup, double-clicking may open a graphical installer.

  • Alternatively, the following command installs the package using dpkg:

    dpkg -i package_name.deb
    

Mac OS ZIP archive

  • Unzip the archive.
  • The compiler executable is at bin/arrp in the unzipped folder. Optionally, add the bin dir to the PATH environment variable.
  • If you wish arrp to generate executables, either set the environment variable ARRP_HOME to the unzipped folder, or add the include subfolder to the CPATH environment variable.