index
:
yacppdic
master
Yet another C++ Dependency Injection Container
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-28
build: exclude tests if is subproject
HEAD
v0.2.1
master
HampusM
2022-06-28
refactor: improve includes
HampusM
2022-06-28
feat: add iwyu include bindings
HampusM
2022-06-14
refactor: fix ObjectIdentifier == operator option name
v0.2.0
HampusM
2022-06-14
refactor!: rename Container to DIContainer
HampusM
2022-06-14
docs: basic example use constants for enemies's health
HampusM
2022-06-12
refactor: make tuple indices gcc compatible
HampusM
2022-06-11
refactor!: simplify tagging
HampusM
2022-06-11
refactor: clean up container API
HampusM
2022-06-09
refactor: rename ObjectType to ObjectIdentifier
HampusM
2022-06-09
refactor: replace BaseObjectType with static ObjectType method
HampusM
2022-06-09
feat!: rename tagged.hpp to tagging.hpp
HampusM
2022-06-09
docs: fix basic example code style
HampusM
2022-06-09
style: fix misc code style issues
HampusM
2022-06-09
refactor: put object type inside yacppdic namespace
HampusM
2022-06-09
chore: add .cache to gitignore
HampusM
2022-05-16
refactor: clean up factory & related internal components
HampusM
2022-05-06
docs: add tagging to basic example
v0.1.3
HampusM
2022-05-06
feat: implement tagging in container
HampusM
2022-05-03
refactor: clean up factory & compressed pair
HampusM
2022-04-29
docs: add factory to basic example
v0.1.2
HampusM
2022-04-29
docs: remove set stdlib to libc++ in basic example
HampusM
2022-04-29
fix: move not null_null position in factory header
HampusM
2022-04-29
build: remove set stdlib to libc++
v0.1.1
HampusM
2022-04-29
build: add variables for including tests & examples
HampusM
2022-04-28
docs: add basic example
v0.1.0
HampusM
2022-04-28
build: change to static library
HampusM
2022-04-26
add project & make some tweaks
HampusM
2022-04-24
Initial commit
HampusM