Skip to content

Tags: deavmi/gogga

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/mixins (#4)

* gogga.mixins

- Added new item

* README

- Updated documentation on build options

* gogga.tetss

- Added new test case

* README

- Added more information

* README

- CLeaned up

* README

- Renamed

v3.1.3

Toggle v3.1.3's commit message
README

- Fixed URL

v3.1.2

Toggle v3.1.2's commit message
RESDME

- Updated to reflect current version

v3.1.1

Toggle v3.1.1's commit message
Extras

- Fixed import issue

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/args helper (#3)

* Core

- Work-in-progress mixin

* Core

- Fixed imports

Test

- Out of module test added

* Core

- Cleaned up mixins

* Core

- Documented

* Test

- Documented

* Test

- made private

* Core

- Renamed to `LoggingFuncs`

* Test

- Use new name `LoggingFuncs`

* Core

- Cleanedxc uop

* Extras

- Added new package

* Core

- Moved

* Test

- Moved

* Extras (unittests)

- Cleaned up tests

* Test

- Cleaned up tests

v3.0.2

Toggle v3.0.2's commit message
Dub

- Updated tagline

v3.0.1

Toggle v3.0.1's commit message
README

- Updated API docs

v3.0.0

Toggle v3.0.0's commit message
Dub

- Upgraded `dlog` to version (atleast) `1.0.0`

v2.3.0

Toggle v2.3.0's commit message
GoggaLogger

- Any method which is templated AND marked as `final` will NOT be virtual.
- Undid the `final` so as to provide us with vtable support when using via the super type `Logger`. Prior to this it would use the ones declared directly in `Logger` and not the others as effectively no override was present.

v2.2.1

Toggle v2.2.1's commit message
README

- Fixed links