Releases: jll63/openmethods.d
Releases · jll63/openmethods.d
v1.3.4
08 Aug 17:23
Compare
Sorry, something went wrong.
No results found
Fix nested/qualified modules #20
v1.3.3
02 Aug 14:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
dub.json: remove "obsolete package description"
v1.3.1
29 Apr 22:35
Compare
Sorry, something went wrong.
No results found
faster compilation
experimental refraction module using CTFE
v1.3.0
18 Apr 22:33
Compare
Sorry, something went wrong.
No results found
support for for function attributes and UDAs
updateMethods is now called automatically
major cleanup of code
v1.2.2
26 Mar 23:44
Compare
Sorry, something went wrong.
No results found
simpler code for specialization registration
update copyright notice
v1.2.1
17 Feb 03:05
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
support for function parameter storage classes
v1.1.2
08 Mar 23:10
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Support functions returning references.
Methods are not aliases any longer.