From 170f521e26f55e325c70e1fabe30da513d93b106 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Wed, 6 Jul 2016 15:18:10 -0400 Subject: [PATCH] upgraded string library --- 4coder_API.html | 704 +++++++++++++- 4coder_custom.h | 4 +- 4coder_default_include.cpp | 2 +- 4coder_string.h | 1213 +++++++++++++++---------- 4ed.cpp | 3 +- 4ed_api_implementation.cpp | 4 +- 4ed_app_target.cpp | 2 +- 4ed_file_view.cpp | 9 +- 4ed_metagen.cpp | 1117 ++++++++++++++++++----- build_all.bat | 4 +- internal_4coder_string.cpp | 1409 +++++++++++++++++++++++++++++ power/4coder_default_building.cpp | 6 +- power/4coder_experiments.cpp | 13 +- win32_4ed.cpp | 16 +- 14 files changed, 3794 insertions(+), 712 deletions(-) create mode 100644 internal_4coder_string.cpp diff --git a/4coder_API.html b/4coder_API.html index 9225286e..991baa53 100644 --- a/4coder_API.html +++ b/4coder_API.html @@ -4,6 +4,7 @@