Skip to content

Releases: jpcx/ccutl

Fixed ccutl.streq Inclusion

08 Jan 05:14
f48ac00
Compare
Choose a tag to compare
Pre-release

ccutl.streq is now properly included in ccutl.h

Added Migration Notice for 0.3.0 Changes

08 Jan 04:52
f7cd2a5
Compare
Choose a tag to compare

Added migration notice and fixed a few documentation errors.

Please view the CHANGELOG for more information about the 0.3.0 changes.

Build System Rewrite, Many Feature Changes

08 Jan 04:25
b81ff16
Compare
Choose a tag to compare

Rewrote build system to create standalone headers. Changed and renamed many features.

Check the CHANGELOG for more info.

Fixed README Links

25 Sep 03:41
54b04e2
Compare
Choose a tag to compare
Fixed README Links Pre-release
Pre-release

Fixed renamed feature name and documentation links

Completed String Comparisons; Renamed Some Features

25 Sep 03:22
34232f0
Compare
Choose a tag to compare

Added other string comparisons: str_lt, str_gt, str_lteq, str_gteq, str_neq

Renamed streq --> str_eq
Renamed indexed_arg --> arg_at
Renamed indexed_type --> type_at

Fixed string operation logic and fortified tests

Documentation and Manual Dep Fixes

04 Sep 14:50
247f3f7
Compare
Choose a tag to compare
Pre-release

Updated ccutl.subscriptable_to file documentation.
Moved manual module dependencies to build script.

Build and Readme Fixes

03 Sep 16:10
d2195c3
Compare
Choose a tag to compare
Pre-release

Small fixes to build system and README

First Release

03 Sep 00:09
ccd83b5
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

All initial code, documentation, build system, and tests completed