Skip to content

Releases: programming-nu/nu

Ubuntu 18.04 support, gnustep-base mainline

Choose a tag to compare

@timburks timburks released this 29 Jul 04:07

This release updates the supported/tested version of Ubuntu to 18.04 and depends on a more recent version of the GNUstep base library.

(version) update

Choose a tag to compare

@timburks timburks released this 17 Apr 14:53

Very minor update to synchronize the (version) operator with the current version.

Xcode 8.3 and Ubuntu 14.04

Choose a tag to compare

@timburks timburks released this 17 Apr 03:58

This release adds Travis CI of Linux builds on Ubuntu 14.04. macOS builds are verified with Xcode 8.3. Future commits must maintain compatibility with both macOS and Linux.

Run the ubuntu.sh script in a bare Ubuntu instance to install Linux dependencies. libobjc2, gnustep-make, and gnustep-base are vendored from forks in http://github.com/nulang.

Restructuring

Choose a tag to compare

@timburks timburks released this 15 Apr 15:59

This release restructures Objective-C source code into separate files per class and category.

Last amalgmation

Choose a tag to compare

@timburks timburks released this 15 Apr 15:46

Final snapshot of "amalgamated Nu", which collected all source into two files (a header and a .m file) for easier embedding.