Releases: nemears/uml-cpp
v0.4.2-pre
This is a release of v0.4.2, will update with tag after.
Compiling this version takes a really long time and can crash computers with not enough resources so to help with deploying we will be releasing binaries here again.
v0.4.2
v0.2.5
v0.2.4
v0.2.3
v0.2.1
v0.2.0
v0.2.0
changelog
- Changes to Manager policy class,
- Got rid of AccessPolicy and just made everything threadsafe on default
- Refactored Persistence Policy into just loading from files or from server etc.
- Made Parsing and emitting contained within new serialization policy for other serialization options in the future
- Made parsing and emitting a lot simpler
- Added ReadOnlySet type to get rid of m_readOnly property
v0.1.0
v0.1.0
I know I haven't released in a while and a lot has changed but it will be summed up concisely in the changelog below. Tutorials / documentation still needs to change but I wanted to push out a stable version of code.
changelog
- New policy based Managers
- New policy based Sets
- Server should be thread safe along with other certain managers
- No longer supporting windows (can still run container / virtualized on windows host)
- Not fully supporting gcc right now
v0.0.2
changelog
UmlPtr
All acessors to singletons now return a UmlPtr which is a smart pointer built into the internal memory managment of the manager
Integration Tests
Two macros were added to test integration with api, one is for acessors with a set signaute UML_SET_INTEGRATION_TEST
and one with the singleton new ptr syntax UML_SINGLETON_INTEGRATION_TEST
Activities
Brought activites into stable include and spruced them up to rest of api
uml-cpp-v0.0.1
Initial release, not all of uml developed yet. Client and server are relatively stable and so is new custom Set class.