From 3dd25deec9acc98a1431e2f4f7ed582406449f56 Mon Sep 17 00:00:00 2001 From: Jeff Weston Date: Wed, 11 Sep 2019 11:53:54 -0400 Subject: [PATCH] v1.3b7 --- NormDeveloperGuide.html | 298 ++++++++++++++++++++------- NormDeveloperGuide.pdf | Bin 3747714 -> 910533 bytes TODO.TXT | 42 ++++ VERSION.TXT | 33 +++ common/normApi.cpp | 194 +++++++++++++++++- common/normApi.h | 155 ++++++++++++-- common/normApp.cpp | 65 ++++-- common/normEncoder.cpp | 131 ++++++------ common/normEncoder.h | 17 +- common/normFile.cpp | 60 ++++-- common/normFile.h | 6 +- common/normMessage.h | 39 +++- common/normNode.cpp | 123 +++++++----- common/normNode.h | 2 +- common/normObject.cpp | 173 ++++++++++------ common/normObject.h | 5 +- common/normSegment.cpp | 11 +- common/normSegment.h | 10 +- common/normSession.cpp | 436 +++++++++++++++++++++++++--------------- common/normSession.h | 28 ++- common/normSimAgent.cpp | 39 ++-- common/normTest.cpp | 140 ++++++++----- common/normVersion.h | 2 +- ns/README.txt | 2 - ns/example.tcl | 16 +- ns/nsNormAgent.cpp | 5 +- unix/Makefile.common | 7 +- unix/Makefile.macosx | 2 +- win32/Norm.sln | 11 +- win32/Norm.suo | Bin 13824 -> 20992 bytes win32/NormDll.vcproj | 170 ++++++++++++++++ win32/NormLib.vcproj | 7 +- win32/normTest.vcproj | 29 +-- 33 files changed, 1639 insertions(+), 619 deletions(-) create mode 100644 TODO.TXT create mode 100644 win32/NormDll.vcproj diff --git a/NormDeveloperGuide.html b/NormDeveloperGuide.html index 3762885..b3c679d 100644 --- a/NormDeveloperGuide.html +++ b/NormDeveloperGuide.html @@ -6,7 +6,7 @@ - +