-
Notifications
You must be signed in to change notification settings - Fork 2
/
announcement.txt
45 lines (26 loc) · 990 Bytes
/
announcement.txt
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
Hello!
I'm pleased to announce the 1.0 release of Py++.
What is Py++?
=============
Py++ is an object-oriented framework for creating a code generator for
Boost.Python library.
Where is Py++?
==============
Site: http://language-binding.net/pyplusplus/pyplusplus.html
Download: http://language-binding.net/pyplusplus/download.html
What's new?
===========
Features
--------
* Algorightm, which defines what virtual functions should be redefined was improved.
* Exposing "C" code became easier - Py++ is able to generate ``ctypes`` friendly code.
* Support for ``boost::python::make_constructor`` functionality was added.
* Support for unions and unnamed classes was added.
Bug fixes
---------
* Indexing Suite V2 - few bugs were fixed.
Contributors:
* Julian Scheid
* Oliver Schweitzer
For a more complete list, with links to documentation, please see the news:
http://language-binding.net/pyplusplus/history/history.html