-
wapp-v2.2.0
StableRelease / release (push) Successful in 7sreleased this
2026-07-05 19:51:17 +00:00 | 0 commits to main since this releaseAutomated release for wapp-v2.2.0
Downloads
-
wapp-v2.1.1
StableRelease / release (push) Successful in 6sreleased this
2026-06-28 20:46:36 +00:00 | 1 commits to main since this releaseAutomated release for wapp-v2.1.1
Downloads
-
wapp-v2.1.0
StableRelease / release (push) Successful in 7sreleased this
2026-06-28 13:03:58 +00:00 | 2 commits to main since this releaseAutomated release for wapp-v2.1.0
Downloads
-
wapp-v2.0.1
StableRelease / release (push) Successful in 6sreleased this
2026-06-27 21:01:38 +00:00 | 3 commits to main since this releaseAutomated release for wapp-v2.0.1
Downloads
-
wapp-v2.0.0
StableRelease / release (push) Successful in 8sreleased this
2026-06-26 17:17:27 +00:00 | 4 commits to main since this releaseAutomated release for wapp-v2.0.0
Summary
Standardize naming conventions across the entire wizapp-stdlib codebase by replacing inconsistent prefixes and snake_case with a unified
wpprefix + CamelCase scheme.Changes
Naming convention applied
Pattern Before After Public functions wapp_module_functionwpModuleFunctionPublic types GenericXxx, bareXxxWpXxxConstants / enum values WAPP_XXX,SHELL_XXXWP_XXX,WP_SHELL_XXXInternal functions _module_function_moduleFunctionStorage-class macros wapp_extern,wapp_internwp_extern,wp_internModules affected
All 20 modules were renamed:
arena,array,dbl_list,queue,str8,mem_allocator,mem_utils,mem_os,file,cpath,log,shell_commander,shell_termcolour,shell_utils,prng/xorshift,uuid,tester,aliases,assert,misc_utils,platform— plus their test files.Backward compatibility
Added
src/oldnames.hwith#define OLD_NAME NEW_NAMEfor every renamed symbol, organized by module under Constants → Types → Functions sections. Existing code that includes this file will compile without changes.Downloads
-
wapp-v1.2.0
StableRelease / release (push) Successful in 8sreleased this
2026-06-23 22:48:44 +00:00 | 5 commits to main since this releaseAutomated release for wapp-v1.2.0
Downloads
-
wapp-v1.1.2
StableRelease / release (push) Successful in 4sreleased this
2026-05-25 16:41:52 +00:00 | 8 commits to main since this releaseAutomated release for wapp-v1.1.2
Downloads
-
wapp-v1.1.1
StableRelease / release (push) Successful in 6sreleased this
2026-05-25 16:35:05 +00:00 | 9 commits to main since this releaseAutomated release for wapp-v1.1.1
Downloads
-
wapp-v1.1.0
StableRelease / release (push) Successful in 6sreleased this
2026-05-17 17:40:10 +00:00 | 12 commits to main since this releaseAutomated release for wapp-v1.1.0
Downloads
-
wapp-v1.0.4
StableRelease / release (push) Successful in 3sreleased this
2026-05-10 01:22:46 +00:00 | 19 commits to main since this releaseAutomated release for wapp-v1.0.4
Downloads