Skip to content

Tags: flightaware/cpptcl

Tags

v2.2.10

Toggle v2.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from flightaware/min_cmake2 update min cmake

v2.2.9

Toggle v2.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #29 from flightaware/min_cmake update min cmake for tests

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Explicitly define namespaces in headers instead of relying on include… … site (#27) * Explicitly define namespaces in headers instead of relying on include site The old way was supposedly undefined behavior according to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105707 and began causing the build to fail on GCC 12.2. Explicitly declaring the namespaces within the headers themselves fixes the build and doesn't seem like it would have unintended consequences (most of the headers are private and only included once anyway). Also some fixes for the CI which has long languished. EP-209

v2.2.7

Toggle v2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from flightaware/BCK-5541 Embed git hash/branch info in cpptcl libs

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from flightaware/BCK-5159_nix_header_location Bck 5159 nix header location

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from flightaware/BCK-5159 Bck 5159

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove extra lib from example shared libraries 

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Install cpptcl_runtime 

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix conflicts with boost placeholders (#18) Remove using namespace in methods.h header. The user should get to select the namespace for _1, _2, ...

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix OS X install problem We patch the linkage manually anyway. Skip over brew problems.