-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
59 lines (39 loc) · 1.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2014-10-31: Version 0.7.0
* Changed Syntax: Device -> Part, Plug -> Collaborator (close issue #1)
* Bug fix: shared lib from multiple sources (close issue #7)
* Template and namespace classes registration (close issue #8)
2014-07-31: Version 0.6.0
* Attributes feature
* Bug fix: UNICODE on win32 (close issue #5)
* Catalog::Create returns the new object
2014-03-11: Version 0.5.1
* Bug fix: protection error when unloading dll with visual studio 2012
* Add win makefile for samples and test
2013-12-20: Version 0.5.0
* BOOST software license
* Shared lib specified in configuration files
* New parameter types in configuration files
2013-10-4: Version 0.4.0
* Add shared library support
* Fix gcc 4.7 compatibility issue
* Add directory "detail"
* Remove deprecated syntax
2013-03-14: Version 0.3.1
* Bug fix: wallaroo::mandatory now compiles with gcc v. 4.6.3
2013-02-20: Version 0.3.0
* Add JSON parser
* Remove the macro for the class declaration
* Check of the associations cardinality / optional associations
* Speed optimization
* Get rid of VC warning C4355
* Remove deprecated syntax
* New samples
2012-10-5: Version 0.2.0
* New syntax for collections: Plug< T, collection, C = std::list >
* New syntax for wiring: use().as().of()
* Support for C++11
2012-07-27: Version 0.1.0
* Support for xml wiring file.
* Add Smart Pointer
2012-04-19: Version 0.0.1
* Initial export.