Skip to content

Releases: BrickBot/nqc

v4.1.0

09 Sep 02:33

Choose a tag to compare

NQC v4.1.0 Release Notes

  • Remove use of PATH_MAX (from limits.h) for GNU Hurd compatability
  • Incorporate the nqc-libs project into the main NQC project here
    • NQC include files from other projects (*.nqh files) outside the main NQC project
    • Reference information, documentation, and learning
  • Establish a project website (using GitHub Pages) under the “docs” folder, using content from both the original project website and the nqc-libs project – https://brickbot.github.io/nqc/
    • Documentation
      • FAQs
      • Programmer’s Guide
      • User Manual
      • NQH Includes
    • Learning
      • Examples
      • Guidebook
      • Tutorial
  • Package the “docs” folder for installing to ${docdir} upon “make install” or “make install-doc”
  • Enable configurable project naming
  • Cygwin builds for a pending Cygwin package release

Full Changelog: v4.0.3...v4.1.0

NQC v4.0.3

13 Aug 02:59

Choose a tag to compare

Make handling of Emscripten unavailability more robust.

Full Changelog: v4.0.2...v4.0.3

NQC v4.0.2

20 Jul 03:30

Choose a tag to compare

What's Changed

  • Add support for building under Cygwin (add #include <sys/socket.h> to PSerial_unix.cpp)
  • Update Makefile to skip Emscripten build if emmake is not found
  • Update Makefile.utility with latest common version
  • Update CI Workflow with a matrix build configuration
    • Cross-BinUtils: With or Without
    • OS: Ubuntu or Cygwin (Windows)
    • Cygwin Platforms: x86_64 or x86

Full Changelog: v4.0.1...v4.0.2

NQC v4.0.1

12 May 12:20

Choose a tag to compare

What's Changed

  • Permissions and build deps by @schodet in #7
  • Generate rcxnub and rcxnub_odd from the assembly file by @schodet in #8

Changelog

@schodet

  • Remove execute permissions from files that don't need it
  • Build fastdl from the added source code
  • Generate rcxnub and rcxnub_odd from the assembly file
  • Fix build dependencies to enable parallel builds

@mesheets

  • Add the BrickBot Makefile.utility, including Stow support

Full Changelog: v4.0.0...v4.0.1

NQC v4.0.0

26 Apr 19:59
b5b53a3

Choose a tag to compare

Release Notes

First release from the BrickBot/nqc repository on GitHub

NQC v3.1-r6 Win32

21 Mar 00:56

Choose a tag to compare

The last "official" Win32 release of NQC posted on the original project website

NQC v3.1-r4 Mac OS X

21 Mar 00:54

Choose a tag to compare

The last "official" release for NQC for Mac OS X posted to the original project website