Skip to content

Releases: CastXML/pygccxml

v3.0.2

16 Mar 22:32
62f600c
Compare
Choose a tag to compare
Merge branch 'develop'

v3.0.1

16 Mar 21:26
551396d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Mar 20:23
7e9c8cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v3.0.0

v2.6.1

15 Dec 15:26
e906269
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

17 Nov 20:30
e178aeb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

14 Apr 08:28
b67b261
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

21 Aug 19:45
ce011e1
Compare
Choose a tag to compare
  1. Drop support for Python 3.6

  2. Add official support for Python 3.9, Python 3.10, Python 3.11

  3. Replace setup.py by pyproject.toml

v2.3.0

02 Aug 14:26
54052cb
Compare
Choose a tag to compare
  1. Drop support for Python 3.5

  2. Make type equivalence check for string and ostream more robust (is_std_string, is_std_wstring, is_std_ostream, is_std_wostream)

  3. Skip GCC's __va_list fields on AArch644

  4. Add search_path arg to `find_xml_generator

  5. Publish pygccxml as source distribution too

v2.2.1

25 May 19:46
Compare
Choose a tag to compare
  1. Fix issue introduced by 2.2.0 where cflags are not passed to config objects properly.

v2.2.0

24 May 15:39
Compare
Choose a tag to compare
  1. Add ccflags config parameter. Castxml removes any definitions of its
    pre-defined macros (e.g. -fopenmp). The ccflags option allows users to
    override this behavior.

  2. Add an example jupyter notebook for binder

  3. Add declaration object for deprecation message

  4. Update release documentation