source: libcfa/src/parseconfig.cfa

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @a0e142f   3 years jafprudhomme Ignored more types of whitespace ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c80ac84   3 years jafprudhomme Added temporary code to read in config file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @45729a8   3 years jafprudhomme Just realized this isn't bash-style config! ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ba61cd9   3 years jafprudhomme Added string builder-like struct ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @02a22a2   3 years jafprudhomme Reverted to using reference to KVPairs This will have to be changed … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @98d6b744   3 years jafprudhomme Removed warnings ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @52c6891   3 years jafprudhomme Freed KVPairs in case of error ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e74ba77   3 years jafprudhomme Switched to allocating KVPairs on heap ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c58c65a   3 years jafprudhomme Began using new math.trait.hfa ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @716e4e6   3 years jafprudhomme Added missing includes ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @930609e2   3 years jafprudhomme Added some basic examples of validation functions And rearranged the … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @6604ea1   3 years jafprudhomme Added optional validation step when parsing values ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @80ae121   3 years jafprudhomme Added exception that will be used to signal failed validation ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @8f01cb04   3 years jafprudhomme Switched to importing default parsing functions from parseargs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @58ebd78   3 years jafprudhomme Made some small changes Comments, spacing, etc. ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @7582458   3 years jafprudhomme Changed descriptive comment for parse_config ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @33800ac8   3 years jafprudhomme Broke apart reading to intermediate format and parsing from intermediate ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @602e8d5   3 years jafprudhomme Fixed error setting size of list of KVPs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e7e5b81   3 years jafprudhomme Added code to parse values ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @d5cfc7e   3 years jafprudhomme Began using intermediate format ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @b532fcf   3 years jafprudhomme Removed old validation code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @5e0e488   3 years jafprudhomme Created array to hold intermediate format (string, string) ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @4df8fef5   3 years jafprudhomme Restructured parseconfig to work like parseargs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @31337d8   3 years jafprudhomme Removed old comments ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @ff3be413   3 years jafprudhomme Removed code specific to CS 343 assignment ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @50dcfad   3 years jafprudhomme Removed useless finally block ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @26b9e71   3 years jafprudhomme Removed checking for a specific number of entries in the config file ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @3c124da   3 years jafprudhomme Closed ifstream before exiting prematurely ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c2016b6   3 years jafprudhomme Declared ifstream before try block ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @2c2d32b   3 years jafprudhomme Removed remaining bits of C++ code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @a01404e   3 years jafprudhomme Removed bit of C++ code ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @181ef73   3 years jafprudhomme Began using CFA loop constructs ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @e658f5d   3 years jafprudhomme Removed unneeded include ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @dac3455   3 years jafprudhomme Converted += 1 to ++ ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c3c76cd   3 years jafprudhomme Coalesced all file closes to one location ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @1896c1f   3 years jafprudhomme Convert to using CFA file stream I/O ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(add) @16f9aca   3 years jafprudhomme Created new library with code directly from CS 343 A6 ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.