Skip to content

Releases: jll63/openmethods.d

v1.3.4

08 Aug 17:23
eb72dcd
Compare
Choose a tag to compare
  • Fix nested/qualified modules #20

v1.3.3

02 Aug 14:40
Compare
Choose a tag to compare

Mostly bug fixes and code cleanup:

  • fix dynamic loading
  • refraction component moved to bolts; add dependency
  • make next storage class aware

v1.3.2

29 Apr 23:30
Compare
Choose a tag to compare
dub.json: remove "obsolete package description"

v1.3.1

29 Apr 22:35
Compare
Choose a tag to compare
  • faster compilation
  • experimental refraction module using CTFE

v1.3.0

18 Apr 22:33
Compare
Choose a tag to compare
  • support for for function attributes and UDAs
  • updateMethods is now called automatically
  • major cleanup of code

v1.2.2

26 Mar 23:44
Compare
Choose a tag to compare
  • simpler code for specialization registration
  • update copyright notice

v1.2.1

17 Feb 03:05
Compare
Choose a tag to compare
  • improve support and add tests for parameter storage classes and function attributes
  • major cleanup
  • use (and depend on) bolts

v1.2.0

09 Feb 21:16
Compare
Choose a tag to compare
  • support for function parameter storage classes

v1.1.2

08 Mar 23:10
Compare
Choose a tag to compare

Fixes and optimizations

  • fix slot allocation bug
  • do not use a vector of slots and strides for 1-method calls
  • assert if mptr cannot be determined
  • also ignore .so files in .gitignore
  • fix traceCalls
  • fix foreach int index deprecation warning

v1.1.1

07 May 12:34
Compare
Choose a tag to compare
  • Support functions returning references.
  • Methods are not aliases any longer.