Releases: Clonkk/nim-cppstl
Releases · Clonkk/nim-cppstl
v0.7.0
- 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
- export newCppShared
- Add cppNew
v0.6.1
Add new constructor for shared ptr
v0.6.0
- Add std::pair
- Reformat std::string to std::basic_string
v0.5.0
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
- Add lent to []
- Apply camelCase, add alias, add iterator to CppString
- Bump nimble versions with tag number
v0.4.0
Merging std::vector wrapper repository
Use constructor pragma
Merge pull request #10 from Clonkk/dev
Dev
v0.3.0
- Add std::complex
- Add partial support for smart_ptrs
- Automate doc generation on merging pull request to master
v0.2.2
Merge pull request #5 from Clonkk/dev
fix example after Vector rename