Skip to content

Releases: xyproto/cxx

CXX 3.2.0

01 Sep 12:22
Compare
Choose a tag to compare
  • Support for ccache when building with cxx ninja
  • Initial support for generating CMakeLists.txt files with cxx cmake

These can also be combined, so that a directory with only C++ sources can be built with:

cxx cmake ninja

CXX 3.1.0

13 Aug 09:02
Compare
Choose a tag to compare
  • Initial support for OpenBSD 6.5.
  • Initial support for SCons + Python 3.7.

CXX 3.0.7

04 May 13:14
Compare
Choose a tag to compare
  • Guess the -l flag if pkg-config isn't working.
  • Better windows-support.
  • Various minor changes.

CXX 3.0.6

05 Mar 18:08
Compare
Choose a tag to compare

Patch release

  • Improve error messages.
  • Don't search for cctype in the system include directory.

Rename to CXX

26 Dec 21:08
Compare
Choose a tag to compare
3.0.3

Patch release

SakeMake 3.0.2

06 Dec 20:29
Compare
Choose a tag to compare

Patch release, only minor changes.

SakeMake 3.0.1

06 Dec 20:05
Compare
Choose a tag to compare
  • Use C++2a by default.
  • Additional examples, using features from C++20.

OpenAL, Vulkan and very small executables

30 Jul 11:28
Compare
Choose a tag to compare
  • Better QtCreator project file generation
  • Add Vulkan example
  • Add OpenAL example
  • Update tests
  • Update documentation
  • Add support for zapcc
  • Add support for OpenAL
  • Add support for Vulkan
  • Add support for dietlibc, when building C projects
  • Add sm tiny command, for building very small executables

QtCreator + OpenMP support

14 May 09:40
Compare
Choose a tag to compare
  • Better support for OpenMP.
  • Better support for C++ libraries without supplied pkg-config (.pc) files.
  • Support for .h++ files.
  • Can now generate project files for QtCreator / qmake.
  • More conventional C++ formatting with sm fmt (clang-format with Webkit style, 99 columns).
  • Updated examples.

Sakemake 1.5.0

27 Feb 14:35
Compare
Choose a tag to compare
Update documentation