openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
as3corelib
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
May 22, 2024 — May 22, 2025
Showing page 1 of 4
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Reverted change caef3ee03ad9bd1beb43b46d7e585496c1e22422 of using compile-time constants for JSON tokens due to extra steps required to build from source.
darronschall
More...
over 14 years ago
Merge branch 'json_optimization'
darronschall
More...
over 14 years ago
Marked some things as final, reduced number of JSONToken instances created, Replaced "even" test of % 2 with & 1, Added additional test cases for decoding with unexpected end of input and made test pass previously the decoder would throw a null runtime error when trying to access an invalid token).
darronschall
More...
over 14 years ago
Fix ASDOC documentation syntax errors.
darronschall
More...
over 14 years ago
Replaced JSONTokenType class and constants with compile-time defines.
darronschall
More...
over 14 years ago
Updated build script to use FlexUnit 4, FLEX_HOME environment variable, Flex ANT Tasks, etc.
darronschall
More...
over 14 years ago
adding .gitignore file
Mike Chambers
More...
almost 15 years ago
adding readme file with info about project
mikechambers
More...
almost 15 years ago
Fixed a typo in the code that loads the test runner. Changed CoreLibTestRunnerClass.as to CoreLibTestRunner.as.
Christian Cantrell
More...
almost 15 years ago
readding. something messed up
Mike Chambers
More...
almost 15 years ago
fixing issue 129, constructor argument named incorrectly
Mike Chambers
More...
over 15 years ago
Fixed issue #112.
Mike Chambers
More...
over 15 years ago
Fixed issue #113.
Mike Chambers
More...
over 15 years ago
Updated unit test to reproduce issue #115
Mike Chambers
More...
over 15 years ago
Changed replace implementation per issue #87 http://code.google.com/p/as3corelib/issues/detail?id=87
Mike Chambers
More...
over 15 years ago
Refactored com.adobe.protocols.dict.* to use events in a way more consitent with rest of library and ActionScript.
Mike Chambers
More...
over 15 years ago
Removed a trace call.
Mike Chambers
More...
over 15 years ago
Implemented clone method, and unit test for it.
Mike Chambers
More...
over 15 years ago
removed trace accidentally left in.
Mike Chambers
More...
over 15 years ago
Changed script reference to CoreLibTestRunnerClass.as
Mike Chambers
More...
over 15 years ago
renaming CoreLibTestRunner_script to CoreLibTestRunnerClass. Removing duplicate copy of CoreLibTestRunner
Mike Chambers
More...
over 15 years ago
Added a couple of additional property checks in the clone test.
Mike Chambers
More...
over 15 years ago
Added an additional check to make sure cloned instance is not same instance as original.
Mike Chambers
More...
over 15 years ago
Implemented clone method, and unit test.
Mike Chambers
More...
over 15 years ago
Fixed typo in isHexDigit introduced in r97
Darron Schall
More...
over 15 years ago
Re-enabled all tests (commented out tests not applicable to JSON during JSON work to avoid long waits to run tests).
Darron Schall
More...
over 15 years ago
Fixes issue 118 - The test for unescaping a unicode character at the end of the string was incorrect, which meant JSONTokenizer was incorrectly generating an error in this particular case. Both the test and the tokenizer have been fixed.
Darron Schall
More...
over 15 years ago
Fixes issue 116 where a write-only property was causing an illegal read exception when encoded as JSON.
Darron Schall
More...
almost 16 years ago
Refs issue 97 - Changes to the readString parse method to improve performance (more noticable on larger strings).
Darron Schall
More...
almost 16 years ago
Added additional test cases.
Darron Schall
More...
almost 16 years ago
←
1
2
3
4
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree