Releases: flightaware/cpptcl
Releases · flightaware/cpptcl
v2.2.10
v2.2.9
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
v2.2.7
2.2.6
2.2.5
Fix builds of example libraries
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
Install library libcpptcl_runtime.a
Remove using namespace in header file
Remove using namespace std from header file. Fixes problems with boost over _1, _2, ... tokens.