1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 23 hours ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Include objects.ipp from sequences.ipp for struct creator<>. More... over 8 years ago
Disable warnings to work around 'ParserNode' typedef warning. More... almost 9 years ago
Fix 64 bit related warnings for Microsoft Visual C++. More... about 9 years ago
Add `!defined __clang__` to check for disabling warnings in parser.hpp. More... about 9 years ago
Always persist Lua numbers as doubles to allow interop between virtual machines. More... about 9 years ago
Fix warnings on Android and iOS. More... about 9 years ago
Use namespaced build target prototypes. More... about 9 years ago
Use _MSC_VER instead of BUILD_PLATFORM_MSVC to recognize msvc compilation. More... about 9 years ago
Update persist/ to use improved build DSL. More... over 9 years ago
Include <stdlib.h> in persist/lua.hpp to compile with latest Xcode. More... over 9 years ago
Ignore *.vcproj, *.vcxproj, *.user, and *.filter More... over 9 years ago
Minor changes to compile with MinGW and Visual Studio Express 2013. More... over 9 years ago
Fix conversion of strings to 64 bit addresses in Attribute. More... almost 10 years ago
Fix storage of unsigned int in Attribute.[ch]pp. More... almost 10 years ago
Depend on UnitTest++ in src/ instead of src/sweet/. More... about 10 years ago
Don't throw exceptions on eof from BinaryReader or BinaryWriter. More... over 10 years ago
Fix compile errors and warnings when compiling persist/ with clang. More... over 10 years ago
Include <iostream> to compile persist/ with clang. More... over 10 years ago
Use Lua as a third party library. More... almost 11 years ago
Allow the PERSIST_ANONYMOUS flag to work for BinaryReader. More... about 11 years ago
Compile for Android. More... about 11 years ago
Update buildfiles to use latest build scripts. More... about 11 years ago
Update buildfiles to use latest build scripts. More... about 11 years ago
Fix compile error in Writer::declare() when checking for duplicate types. More... about 11 years ago
Fix bug when loading through a pointer. More... about 11 years ago
Delete unused Error.[ch]pp. More... over 11 years ago
Use ErrorPolicy for reporting errors instead of SWEET_ERROR(). More... over 11 years ago
Change source tree layout. More... over 11 years ago
Update buildfiles to work with latest build scripts. More... almost 12 years ago
Correctly build parse tables for persist using a hack with the latest build scripts. More... almost 12 years ago