Skip to content

Releases: flightaware/cpptcl

v2.2.10

Choose a tag to compare

@maryryang2 maryryang2 released this 02 May 17:39
5292043

What's Changed

Full Changelog: v2.2.9...v2.2.10

v2.2.9

Choose a tag to compare

@maryryang2 maryryang2 released this 02 May 17:18
d9d1abc

What's Changed

  • Make compilable with Tcl 9.0.0 by @stefanoweidmann in #28
  • update min cmake for tests by @maryryang2 in #29

New Contributors

  • @stefanoweidmann made their first contribution in #28
  • @maryryang2 made their first contribution in #29

Full Changelog: v2.2.8...v2.2.9

v2.2.8

Choose a tag to compare

@NasaGeek NasaGeek released this 02 Jun 04:58
a74bfba
  • Fix build on GCC 12+

v2.2.7

Choose a tag to compare

@conej730 conej730 released this 08 Jan 00:12
42122de
  • Bake the version information, as derived by cmake using git at build time, into the cpptcl library

2.2.6

Choose a tag to compare

@conej730 conej730 released this 30 Dec 15:36
af2b418
  • Resolve an issue with the cmake config files for nix builds

2.2.5

Choose a tag to compare

@conej730 conej730 released this 05 Nov 16:36
563f2b0
  • Updates the CMAKE build process to create cmake config files so cpptcl can be included with a find_package(cpptcl) command

Fix builds of example libraries

Choose a tag to compare

@snoe925 snoe925 released this 08 Jan 22:47
4a8759e

There was an extra lib in the CMake target names. libcpptcl_module_five -> cpptcl_module_five.
This was fixed for all four example modules. All of the changes are in the CMakeLists.txt files.
The cpptcl API is unchanged.

Install libcpptcl_runtime.a

Choose a tag to compare

@snoe925 snoe925 released this 08 Nov 21:11
9384cf9

Install library libcpptcl_runtime.a

Remove using namespace in header file

Choose a tag to compare

@snoe925 snoe925 released this 24 Oct 03:09
f547585

Remove using namespace std from header file. Fixes problems with boost over _1, _2, ... tokens.

v2.2.1

Choose a tag to compare

@bovine bovine released this 18 Apr 22:09
45424b8
  • Remove tcl.h from c++ examples
  • Don't build tests and examples by default
  • Fix OS X install problem