openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
jBinary
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
2 months
ago. based on code collected
2 months
ago.
Jul 20, 2025 — Jul 20, 2026
Showing page 12 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
API 2.0: now having jBinary.Property for constructing types with initializer, getter and setter that should be later called by parser & writer. Binary (former Parser) object is available from there functions as `this.binary`. Property types can store own parameters in own object from initializer (function or list of arguments) and then use them from getter & setter.
Ingvar Stepanyan
More...
over 13 years ago
Added jBinary.prototype.context.findParent(filter) function; added enum and bool types.
Ingvar Stepanyan
More...
over 13 years ago
- Changed context handling - now should be obtained via `context` property that is basically stack of contexts with additional `getCurrent`, `getParent` methods for quick obtaining of current & parent contexts and `in` method for executing function with arguments in new context.
Ingvar Stepanyan
More...
over 13 years ago
Fixed recursion when trying to get jBinary.Types['object'] instance from `path`.
Ingvar Reverser
More...
over 13 years ago
Added `path` method to jBinary.Value interface.
Ingvar Reverser
More...
over 13 years ago
Returned write & modify for backward compatibility.
Ingvar Reverser
More...
over 13 years ago
Converted jBinary.Value to constructor.
Ingvar Reverser
More...
over 13 years ago
jBinary. Rethinked (first edition).
Ingvar Reverser
More...
over 13 years ago
Created NPM package.
Ingvar Reverser
More...
over 13 years ago
jParser becomes jBinary - new tool with full set of I/O operations for manipulations on binary data in JavaScript
Ingvar Reverser
More...
over 13 years ago
Standardized `writer` format (should accept same parameter list as `reader` does + additional `data` parameter). Added `modify` function for in-place editing.
Ingvar Reverser
More...
over 13 years ago
Moved bitfield to inner property type (but left syntax sugar).
Ingvar Reverser
More...
over 13 years ago
Test simplification.
Ingvar Reverser
More...
over 13 years ago
Documentation updates.
Ingvar Reverser
More...
over 13 years ago
Added tests, fixed bitfield writing.
Ingvar Stepanyan
More...
over 13 years ago
Added writer (not tested yet).
Ingvar Stepanyan
More...
over 13 years ago
Merge pull request #6 from RReverser/master
Christopher Chedeau
More...
over 13 years ago
Allowed mixing bitfields with primitive and complex types in one structure (DON'T FORGET ABOUT 8N-BITS PADDING!); Added 'if' helper statement for optional data (usage: ['if', {Function|Boolean} predicate, type, arg1, ..., argN]); Faster structure inheritance using prototypes instead of one-by-one copying; Extended this.parse('structName') syntax to this.parse('structName', arg1, ..., argN); Skipping undefined call results (a bit more clear output structure in the case of using conditional statements).
Ingvar Reverser
More...
over 13 years ago
Added restoring of this.current after this.parse({...}) or this.parse(['bitfield', {...}).
Ingvar Reverser
More...
over 13 years ago
Merge remote-tracking branch 'origin/master'
Ingvar Reverser
More...
over 13 years ago
Fixed indentation.
Ingvar Reverser
More...
over 13 years ago
Add BitField documentation.
Ingvar Stepanyan
More...
over 13 years ago
Fixed String tests; simplified bitfield parsing code (works from highest to lowest bits as for now).
Ingvar Reverser
More...
over 13 years ago
Fixed indentation; added parsing of bitfield with length > 32; commented some bitops hacks.
Ingvar Reverser
More...
over 13 years ago
Fixed bitfields + added tests.
Ingvar Reverser
More...
over 13 years ago
Added bitfield support (not tested yet; no direction support yet).
Ingvar Reverser
More...
over 13 years ago
Merge pull request #4 from RReverser/master
Christopher Chedeau
More...
over 13 years ago
Updated tests to match new default big-endian mode of jDataView.
Ingvar Reverser
More...
over 13 years ago
jDataView now uses big endian by default. Updated jParser to continue to use little endian by default
Vjeux
More...
about 14 years ago
Update README.md
Christopher Chedeau
More...
almost 15 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
→
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