Skip to content

Releases: Clonkk/nim-cppstl

v0.7.0

16 Sep 11:46
45ca897
Compare
Choose a tag to compare
  • Fix multiple cpp codegen bug
  • Moved gh-pages to a specific workflow (easier than maitaining a gh-pages branch)
  • Stop using global scope for importcpp type

v0.6.2

12 Jan 15:01
914d41b
Compare
Choose a tag to compare
  • export newCppShared
  • Add cppNew

v0.6.1

28 Nov 09:23
3ac25b4
Compare
Choose a tag to compare

Add new constructor for shared ptr

v0.6.0

17 Oct 09:16
3573506
Compare
Choose a tag to compare
  • Add std::pair
  • Reformat std::string to std::basic_string

v0.5.0

11 Oct 14:49
Compare
Choose a tag to compare

Add --gc:arc to tests
Add hooks =destroy but beware of codegen bugs on unique_ptr (for C++ wrapper usage it shouldln't be an issue)

v0.4.1

28 Jun 09:16
8a99cb9
Compare
Choose a tag to compare
  • Add lent to []
  • Apply camelCase, add alias, add iterator to CppString
  • Bump nimble versions with tag number

v0.4.0

27 Jun 22:24
29777c7
Compare
Choose a tag to compare

Merging std::vector wrapper repository

Use constructor pragma

12 Apr 09:34
49399f7
Compare
Choose a tag to compare
Merge pull request #10 from Clonkk/dev

Dev

v0.3.0

08 Apr 12:54
Compare
Choose a tag to compare
  • Add std::complex
  • Add partial support for smart_ptrs
  • Automate doc generation on merging pull request to master

v0.2.2

05 Apr 12:12
fd0f638
Compare
Choose a tag to compare
Merge pull request #5 from Clonkk/dev

fix example after Vector rename