Releases: bamless/extlib
Releases · bamless/extlib
extlib version 1.2.1
extlib version 1.2.0
- Added
EXT_DEBUGlogging level - Minor
Ext_Arenaredesign - New
EXT_KiB,EXT_MiB,EXT_GiBmacros
extlib version 1.1.0
- Added generic allocator versions of convenience macros:
ext_allocator_new,
ext_allocator_new_array,ext_allocator_delete,ext_allocator_delete_array,
andext_allocator_clone(with corresponding shorthands when EXTLIB_NO_SHORTHANDS
is not defined)
extlib version 1.0.2
v1.0.2 extlib version 1.0.2
extlib version 1.0.0
Major library re-design.
- Changed how dynamic arrays and hashmaps are implemented:
Now thery are both implemented as macros to make them generic and
type-safe, and expected a structure definition with certain fields.
Seeexamplefolder for more info. - Added a bunch of features. see
README.mdandexamplesfolder for
more info.
You can find the old version of the library by checking out the v0.1.0
tag.