Skip to content

Releases: TheLartians/Glue

Remove auto keyword to fix compilation error in MSVC

12 Dec 21:10
721cbb7
Compare
Choose a tag to compare
v1.5.1

remove auto keyword from operators for MSVC (#72)

v1.5: Variadic constructor and enum methods (#71)

26 May 13:01
a44141f
Compare
Choose a tag to compare
* allow variadic constructor declarations

* add variadic constructor declarations

* add enum comparison operator

* add enum value

* add equality and value methods for enum

* bump version to 1.5

v1.4: add setValue for inplace map creation (#70)

25 May 13:27
9338209
Compare
Choose a tag to compare
* add setValue for inplace map creation

* update version

v1.3.5: add support for ambiguous methods (const / non-const) (#69)

25 May 11:18
47278f1
Compare
Choose a tag to compare
* add support for ambiguous methods (const / non-const)

* fix format

v1.3.4

12 May 21:53
4edd8d5
Compare
Choose a tag to compare
set fundamental members by value (#68)

v1.3.3: add declaration support for variadic methods (#67)

07 May 18:35
bc0a66b
Compare
Choose a tag to compare
* add declaration support for variadic methods

* update declarations

* bump version

* check unknown declaration

v1.3.2

06 May 16:42
efee115
Compare
Choose a tag to compare
use perfect forwarning everywhere (#64)

v1.3.1: use convertArguments for instance too (#63)

06 May 16:21
b3723f0
Compare
Choose a tag to compare
* use convertArguments for instance too

* bump version, fix format

v1.3: unify Value and View interface (#62)

06 May 16:03
05c1929
Compare
Choose a tag to compare
* unify Value and View interface

* add missing 'else'

* remove unnecessary include

v1.2.1: Remove unused dependency (#61)

06 May 10:19
54f8f38
Compare
Choose a tag to compare
* remove unused dependency

* bump version

* don't link with unused dependency

* don't install unused dependency