-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vireo EggShell Refactor for Supporting More Types #471
Commits on Jul 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 167e818 - Browse repository at this point
Copy the full SHA 167e818View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4fbfd7 - Browse repository at this point
Copy the full SHA c4fbfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 493d545 - Browse repository at this point
Copy the full SHA 493d545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa3d60 - Browse repository at this point
Copy the full SHA 7fa3d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1727c - Browse repository at this point
Copy the full SHA ce1727cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69710c - Browse repository at this point
Copy the full SHA e69710cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c171c - Browse repository at this point
Copy the full SHA 20c171cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d5567 - Browse repository at this point
Copy the full SHA 56d5567View commit details -
Configuration menu - View commit details
-
Copy full SHA for f303d55 - Browse repository at this point
Copy the full SHA f303d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58340d - Browse repository at this point
Copy the full SHA d58340dView commit details -
Moved all type related functions to its own module.
Also addressed feedback from the PR.
Configuration menu - View commit details
-
Copy full SHA for b7c830f - Browse repository at this point
Copy the full SHA b7c830fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db6834 - Browse repository at this point
Copy the full SHA 6db6834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f812dc - Browse repository at this point
Copy the full SHA 5f812dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd90b0 - Browse repository at this point
Copy the full SHA cfd90b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d732e7 - Browse repository at this point
Copy the full SHA 9d732e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 440a175 - Browse repository at this point
Copy the full SHA 440a175View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa3ca8 - Browse repository at this point
Copy the full SHA caa3ca8View commit details -
Moved readDouble function in eggShell
Now is next to writeDouble
Configuration menu - View commit details
-
Copy full SHA for 3c6658e - Browse repository at this point
Copy the full SHA 3c6658eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ec6613 - Browse repository at this point
Copy the full SHA 7ec6613View commit details -
Added InvalidTypeRef as an EggShellResult
Addressed feedback.
Configuration menu - View commit details
-
Copy full SHA for 6e61e37 - Browse repository at this point
Copy the full SHA 6e61e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b024b - Browse repository at this point
Copy the full SHA 89b024bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 285aafa - Browse repository at this point
Copy the full SHA 285aafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c95bfdd - Browse repository at this point
Copy the full SHA c95bfddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 357a758 - Browse repository at this point
Copy the full SHA 357a758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9978769 - Browse repository at this point
Copy the full SHA 9978769View commit details -
Configuration menu - View commit details
-
Copy full SHA for a500383 - Browse repository at this point
Copy the full SHA a500383View commit details -
Change Data_GetArrayBegin to return pointer
Was casting pointer to Int32 to emphasize 32-bit JS API behavior, but as 64-bit builds of Vireo and C API usage are possible changed to void* as return type.
Configuration menu - View commit details
-
Copy full SHA for deefc47 - Browse repository at this point
Copy the full SHA deefc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b526c1 - Browse repository at this point
Copy the full SHA 3b526c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3eee6 - Browse repository at this point
Copy the full SHA 8c3eee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e200e3e - Browse repository at this point
Copy the full SHA e200e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 289aad2 - Browse repository at this point
Copy the full SHA 289aad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f6b95 - Browse repository at this point
Copy the full SHA 38f6b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4327ab0 - Browse repository at this point
Copy the full SHA 4327ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7563590 - Browse repository at this point
Copy the full SHA 7563590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93713db - Browse repository at this point
Copy the full SHA 93713dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e365f83 - Browse repository at this point
Copy the full SHA e365f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800ca42 - Browse repository at this point
Copy the full SHA 800ca42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129c512 - Browse repository at this point
Copy the full SHA 129c512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bffae - Browse repository at this point
Copy the full SHA 17bffaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9524c9d - Browse repository at this point
Copy the full SHA 9524c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c761212 - Browse repository at this point
Copy the full SHA c761212View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9755cc - Browse repository at this point
Copy the full SHA d9755ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070a00c - Browse repository at this point
Copy the full SHA 070a00cView commit details -
Updated EggShell_ReadValueString to use type and data pointers.
This function returns an EggShellResult for error handling. Updated all tests where readJSON was used.
Configuration menu - View commit details
-
Copy full SHA for 6ccce6e - Browse repository at this point
Copy the full SHA 6ccce6eView commit details -
We now have tests for FPSync and extensive coverage for readJSON and writeJSON.
Configuration menu - View commit details
-
Copy full SHA for f816bcb - Browse repository at this point
Copy the full SHA f816bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4282813 - Browse repository at this point
Copy the full SHA 4282813View commit details -
Fixed tests for new writeJSON API.
There are still a few tests failing we need to address.
Configuration menu - View commit details
-
Copy full SHA for b324a8d - Browse repository at this point
Copy the full SHA b324a8dView commit details -
Added const to TypeRef in EggShell_[Write|Read]ValueString too.
Configuration menu - View commit details
-
Copy full SHA for 44724a8 - Browse repository at this point
Copy the full SHA 44724a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a905e11 - Browse repository at this point
Copy the full SHA a905e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc225b8 - Browse repository at this point
Copy the full SHA cc225b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59084d - Browse repository at this point
Copy the full SHA d59084dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b14bda8 - Browse repository at this point
Copy the full SHA b14bda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eb6d59 - Browse repository at this point
Copy the full SHA 5eb6d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f8a8e2 - Browse repository at this point
Copy the full SHA 4f8a8e2View commit details -
Changed name of visitor functions for enums
Also added a test for unssported Enums of 64 bits.
Configuration menu - View commit details
-
Copy full SHA for 0e9519d - Browse repository at this point
Copy the full SHA 0e9519dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e9b21 - Browse repository at this point
Copy the full SHA e9e9b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7004589 - Browse repository at this point
Copy the full SHA 7004589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72050a1 - Browse repository at this point
Copy the full SHA 72050a1View commit details -
Merge pull request #2 from gleonoliva/typehelpers-fixes
Standardized on call for dispatchers and fixed loop condition.
Configuration menu - View commit details
-
Copy full SHA for f391fd4 - Browse repository at this point
Copy the full SHA f391fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae135ca - Browse repository at this point
Copy the full SHA ae135caView commit details -
Timestamps are 2 UInt64 therefore their JSON representation are strings. Updating expected values to match this.
Configuration menu - View commit details
-
Copy full SHA for 9db209f - Browse repository at this point
Copy the full SHA 9db209fView commit details -
Also added tests that verify this behavior.
Configuration menu - View commit details
-
Copy full SHA for e79f1e3 - Browse repository at this point
Copy the full SHA e79f1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01c7e2 - Browse repository at this point
Copy the full SHA c01c7e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558ff6f - Browse repository at this point
Copy the full SHA 558ff6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b5f73 - Browse repository at this point
Copy the full SHA 32b5f73View commit details -
Merge pull request #3 from gleonoliva/read-write-json-tests
fix for findSubValueRef. I added tests that effectively fail before the fix and pass after making it. Included is the renaming of TypeWaveform.test.js to TypeWaveform.Test.js which were not being executed because of the regex used in karma.conf to include tests. I also fixed those.
Configuration menu - View commit details
-
Copy full SHA for 48562fd - Browse repository at this point
Copy the full SHA 48562fdView commit details -
* Adressed feedback from PR * Renamed subpathstackPointer * Fixing typo, variable names and TypeManagerScope for FindValue. * Renamed pData in header
Configuration menu - View commit details
-
Copy full SHA for 1eef26c - Browse repository at this point
Copy the full SHA 1eef26cView commit details -
* Changed test names to from types to values to keep them consistent * Added an extra line at the end to remove red marker * Improving readibility by having signed type checks in same line
Configuration menu - View commit details
-
Copy full SHA for 7754218 - Browse repository at this point
Copy the full SHA 7754218View commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8498742 - Browse repository at this point
Copy the full SHA 8498742View commit details -
Merge pull request #6 from rajsite/valuerefobject-decoded-names
Use decoded field names in readValueRefObject
Configuration menu - View commit details
-
Copy full SHA for 80c9e0f - Browse repository at this point
Copy the full SHA 80c9e0fView commit details