Skip to content

Commit

Permalink
bump 307lib to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 4, 2024
1 parent a3053df commit 9062329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 307lib
Submodule 307lib updated 52 files
+7 −18 CMakeLists.txt
+1 −0 TermAPI/CMakeLists.txt
+1 −1 TermAPI/include/term.hpp
+7 −21 filelib/CMakeLists.txt
+0 −750 filelib/include/INIRedux.hpp
+2 −4 filelib/include/fileio.hpp
+1 −1 filelib/include/fileutil.hpp
+0 −64 filelib/include/ini/INI_Tokenizer.hpp
+0 −823 filelib/include/ini/MINI.hpp
+0 −219 filelib/include/json/JSON.hpp
+0 −278 filelib/include/json/Node.h
+0 −127 filelib/include/json/NodeView.h
+10 −10 filelib/include/simpleINI.hpp
+0 −666 filelib/include/xml/XML.h
+0 −1 filelib/src/env.cpp
+0 −252 filelib/src/json/JSON.cpp
+0 −89 filelib/src/json/Node.cpp
+0 −17 filelib/src/json/NodeView.cpp
+0 −48 filelib/src/xml/XML.cpp
+0 −59 optlib/CMakeLists.txt
+0 −174 optlib/include/Arg.hpp
+0 −549 optlib/include/ArgContainer.hpp
+0 −571 optlib/include/ArgParser.hpp
+0 −19 optlib/include/Argument.hpp
+0 −544 optlib/include/ArgumentRedux.hpp
+0 −553 optlib/include/ParamsAPI2.hpp
+0 −166 optlib/include/VariantArgumentType.hpp
+0 −2 optlib/src/ParamsAPI2.cpp
+21 −2 shared/CMakeLists.txt
+0 −82 shared/examples/event_example.cpp
+0 −317 shared/include/event.hpp
+12 −13 shared/include/opt3.hpp
+174 −0 shared/include/str/charcompare.hpp
+243 −0 shared/include/str/strcompare.hpp
+571 −0 shared/include/str/strconv.hpp
+4 −4 shared/include/strcore.hpp
+1 −15 shared/include/sysarch.h
+1 −0 shared/include/var.hpp
+3 −9 strlib/CMakeLists.txt
+0 −1 strlib/src/str.cpp
+0 −51 tokenlib/CMakeLists.txt
+0 −1,172 tokenlib/include/TokenRedux.hpp
+0 −80 tokenlib/include/TokenReduxDefaultDefs.hpp
+0 −1 tokenlib/src/TokenRedux.cpp
+0 −106 tokenlib/src/TokenReduxDefaultDefs.cpp
+0 −50 xlog/CMakeLists.txt
+0 −123 xlog/include/clogger.hpp
+0 −117 xlog/include/level.hpp
+0 −19 xlog/include/prefix.h
+0 −40 xlog/include/redirect.hpp
+0 −315 xlog/include/xlog.hpp
+0 −1 xlog/src/xlog.cpp

0 comments on commit 9062329

Please sign in to comment.