FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for msgpack-core/src/main/java/org/msgpack/value - chzeze/msgpack-java · GitHub
chzeze
/
msgpack-java
Public
forked from
msgpack/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
msgpack-core
src
main
java
org
msgpack
value
on
develop
User selector
Datepicker
Commit history
Commits on Feb 7, 2018
add SafeVarargs annotation
Show description for 6da8716
xuwei-k
committed
6da8716
View commit details
Copy full SHA for 6da8716
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
docs: fixes warnings
frsyuki
committed
629f805
View commit details
Copy full SHA for 629f805
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Adding JavaDoc - part 2
frsyuki
committed
e599910
View commit details
Copy full SHA for e599910
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Fix code style
xerial
committed
55c443c
View commit details
Copy full SHA for 55c443c
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
Merge pull request #336 from msgpack/map-builder-preserves-order
Show description for fec54e4
xerial
committed
fec54e4
View commit details
Copy full SHA for fec54e4
View code at this point
Browse repository at this point
Merge pull request #335 from msgpack/new-map-opt
Show description for c819413
xerial
committed
c819413
View commit details
Copy full SHA for c819413
View code at this point
Browse repository at this point
Merge pull request #334 from msgpack/extension-is-not-raw
Show description for 345a47f
xerial
committed
345a47f
View commit details
Copy full SHA for 345a47f
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
ValueFactory.MapBuilder is preferred to dpreserve value order
Show description for 2ff7ea0
frsyuki
committed
2ff7ea0
View commit details
Copy full SHA for 2ff7ea0
View code at this point
Browse repository at this point
slight optimization of ValueFactory.newMap
frsyuki
committed
1528bdd
View commit details
Copy full SHA for 1528bdd
View code at this point
Browse repository at this point
Extension type is not a raw type
frsyuki
committed
acf517a
View commit details
Copy full SHA for acf517a
View code at this point
Browse repository at this point
asBooleanValue, asNumberValue, asFloatValue methods are missing
frsyuki
committed
79bd73a
View commit details
Copy full SHA for 79bd73a
View code at this point
Browse repository at this point
Commits on Jan 6, 2016
ValueFactory: updated argument name from ref to omitCopy
frsyuki
committed
fbc1977
View commit details
Copy full SHA for fbc1977
View code at this point
Browse repository at this point
Commits on Jan 5, 2016
Make copy and reference clear at ValueFactory
Show description for e810576
frsyuki
committed
e810576
View commit details
Copy full SHA for e810576
View code at this point
Browse repository at this point
Commits on Jan 4, 2016
Merge v07-develop and fix code style
xerial
committed
e261c59
View commit details
Copy full SHA for e261c59
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
Fixed: asShort in LongValueImpl should check isInShortRange instead of isInByteRange
mecp
committed
382845b
View commit details
Copy full SHA for 382845b
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Fix Value#toJson
Show description for 31d2fe8
frsyuki
committed
31d2fe8
View commit details
Copy full SHA for 31d2fe8
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
#259: Rename data access methods
xerial
committed
b18aecf
View commit details
Copy full SHA for b18aecf
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Fixes #38: Add IntegerValue.mostSuccinctMessageFormat
xerial
committed
0f11bda
View commit details
Copy full SHA for 0f11bda
View code at this point
Browse repository at this point
Fix codestyle with sbt-jcheckstyle
xerial
committed
9f4e258
View commit details
Copy full SHA for 9f4e258
View code at this point
Browse repository at this point
toXXX -> castAsXXX
xerial
committed
5c51b39
View commit details
Copy full SHA for 5c51b39
View code at this point
Browse repository at this point
removed unused ValueType.toTypeName()
frsyuki
committed
27be4d9
View commit details
Copy full SHA for 27be4d9
View code at this point
Browse repository at this point
removed unnecessary empty lines
frsyuki
committed
b7787d4
View commit details
Copy full SHA for b7787d4
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
Fix unit test errors
komamitsu
committed
5ba7366
View commit details
Copy full SHA for 5ba7366
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
nil() -> newNil() for method name consisitency
xerial
committed
bef3c55
View commit details
Copy full SHA for bef3c55
View code at this point
Browse repository at this point
Map.Entry based builder. Add putAll methods
xerial
committed
005edf4
View commit details
Copy full SHA for 005edf4
View code at this point
Browse repository at this point
Commits on Jun 15, 2015
Removed ValueType.bitMask
xerial
committed
53557e9
View commit details
Copy full SHA for 53557e9
View code at this point
Browse repository at this point
Remove ValueFactory.newArrayOf
xerial
committed
787533c
View commit details
Copy full SHA for 787533c
View code at this point
Browse repository at this point
Remove visitor, ExtensionTypeHeader constructor. Fix exception type of integer overflow
xerial
committed
ed45331
View commit details
Copy full SHA for ed45331
View code at this point
Browse repository at this point
toImmutable -> immutableValue
xerial
committed
c782451
View commit details
Copy full SHA for c782451
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
Remove public scope from interface
xerial
committed
301ae10
View commit details
Copy full SHA for 301ae10
View code at this point
Browse repository at this point
Renamed xxxValue that returns primitive type value as toXXX
xerial
committed
775379d
View commit details
Copy full SHA for 775379d
View code at this point
Browse repository at this point
Preserve float and double differences
xerial
committed
770f013
View commit details
Copy full SHA for 770f013
View code at this point
Browse repository at this point
Add ValueType bit mask to improve type check performance
xerial
committed
d1807a5
View commit details
Copy full SHA for d1807a5
View code at this point
Browse repository at this point
Add visitor interface
xerial
committed
4bcfab5
View commit details
Copy full SHA for 4bcfab5
View code at this point
Browse repository at this point
immutableValue() -> toImmutable()
xerial
committed
b123089
View commit details
Copy full SHA for b123089
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL