FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test - facboy/node-java · GitHub
facboy
/
node-java
Public
forked from
joeferner/node-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
node-java
test
on
master
User selector
Datepicker
Commit history
Commits on Sep 28, 2014
Fix dynamic proxy unref() so that it can be called from Js and Java.
Show description for 598bc87
facboy
committed
598bc87
View commit details
Copy full SHA for 598bc87
View code at this point
Browse repository at this point
Commits on Sep 7, 2014
Update NodeDynamicProxy.java to compare Proxy rather than InvocationHandler. Update dynamicProxy-test accordingly.
facboy
committed
d1f9524
View commit details
Copy full SHA for d1f9524
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
Merge branch 'master' of github.com:facboy/node-java into facboy-master
Show description for 9ebfd25
joeferner
committed
9ebfd25
View commit details
Copy full SHA for 9ebfd25
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
Propagate node.js exceptions into Java.
facboy
committed
8014db7
View commit details
Copy full SHA for 8014db7
View code at this point
Browse repository at this point
re-compile classes using jdk 6 for better compatibility
joeferner
committed
8518178
View commit details
Copy full SHA for 8518178
View code at this point
Browse repository at this point
Commits on Aug 30, 2014
Make dynamic java proxy equals/hashCode methods equivalent to java.lang.Object if they are not defined on the js proxy.
facboy
committed
c3f157c
View commit details
Copy full SHA for c3f157c
View code at this point
Browse repository at this point
Fix https://github.com/joeferner/node-java/issues/143 (threading bug on Windows).
Show description for 7f4a100
facboy
committed
7f4a100
View commit details
Copy full SHA for 7f4a100
View code at this point
Browse repository at this point
Commits on Jul 28, 2014
support creating int and double arrays
joeferner
committed
c30a2ee
View commit details
Copy full SHA for c30a2ee
View code at this point
Browse repository at this point
test case for [issue #139]
joeferner
committed
6b42b45
View commit details
Copy full SHA for 6b42b45
View code at this point
Browse repository at this point
allow calling method with explict argument types [see issue #140]
joeferner
committed
bed9aab
View commit details
Copy full SHA for bed9aab
View code at this point
Browse repository at this point
Commits on Jul 27, 2014
test various exception throwing
joeferner
committed
4cc213b
View commit details
Copy full SHA for 4cc213b
View code at this point
Browse repository at this point
Commits on Jul 24, 2014
add classes and enums to java.import resulting object
joeferner
committed
aba16bd
View commit details
Copy full SHA for aba16bd
View code at this point
Browse repository at this point
Commits on Jul 18, 2014
add test for calling a method with a String that accepts an Object [see issue #138]
joeferner
committed
1cf6f3a
View commit details
Copy full SHA for 1cf6f3a
View code at this point
Browse repository at this point
Commits on Jul 16, 2014
change MethodCallBaton to derive from NanAsyncWorker [see issue #135]
joeferner
committed
887ef79
View commit details
Copy full SHA for 887ef79
View code at this point
Browse repository at this point
Commits on Jul 15, 2014
Still a few outstanding items:
Show description for cdca272
jsdevel
committed
cdca272
View commit details
Copy full SHA for cdca272
View code at this point
Browse repository at this point
Commits on Jun 3, 2014
add test for bigdecimal
joeferner
committed
8b5e98a
View commit details
Copy full SHA for 8b5e98a
View code at this point
Browse repository at this point
Commits on Nov 15, 2013
added newDouble and updated readme for newFloat
joeferner
committed
e0121df
View commit details
Copy full SHA for e0121df
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
comment out printing unhandled type. See https://github.com/nearinfinity/node-java/commit/9308985b676353452bb81b481d206abfa8496a6c#commitcomment-4570896
joeferner
committed
86f0ee6
View commit details
Copy full SHA for 86f0ee6
View code at this point
Browse repository at this point
added unit test for instanceOf and updated readme
joeferner
committed
59d0c42
View commit details
Copy full SHA for 59d0c42
View code at this point
Browse repository at this point
added unit tests for newShort and newLong, updated readme for newLong
joeferner
committed
f65dbf6
View commit details
Copy full SHA for f65dbf6
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
- call getCause on InvocationTargetExceptions thrown by Method::invoke to get to the actual exception
inolen
committed
4c6ed66
View commit details
Copy full SHA for 4c6ed66
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
Add cause to errors/exceptions returned from java calls. Issue #70
joeferner
committed
6f2bac9
View commit details
Copy full SHA for 6f2bac9
View code at this point
Browse repository at this point
lock down classpath, options, and nativeBindingLocation from modification after starting jvm. Issue #80.
joeferner
committed
4734507
View commit details
Copy full SHA for 4734507
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
added compile script
joeferner
committed
45b7351
View commit details
Copy full SHA for 45b7351
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
added support for short arrays closes #64
joeferner
committed
d29c33f
View commit details
Copy full SHA for d29c33f
View code at this point
Browse repository at this point
test creating a boolean array closes #67
joeferner
committed
b3fae85
View commit details
Copy full SHA for b3fae85
View code at this point
Browse repository at this point
added newChar function closes #77
joeferner
committed
d05f3dc
View commit details
Copy full SHA for d05f3dc
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
Merge branch 'master' of github.com:nearinfinity/node-java
joeferner
committed
b6fdecf
View commit details
Copy full SHA for b6fdecf
View code at this point
Browse repository at this point
handle primitive array return types
joeferner
committed
a2a40f7
View commit details
Copy full SHA for a2a40f7
View code at this point
Browse repository at this point
Commits on Feb 1, 2013
better java long handling
joeferner
committed
4b7bc21
View commit details
Copy full SHA for 4b7bc21
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
remove auto conversion of Long data types
joeferner
committed
1da7c00
View commit details
Copy full SHA for 1da7c00
View code at this point
Browse repository at this point
Commits on Jan 28, 2013
examples of array creation
joeferner
committed
f1f28b1
View commit details
Copy full SHA for f1f28b1
View code at this point
Browse repository at this point
support char arrays
joeferner
committed
2080cab
View commit details
Copy full SHA for 2080cab
View code at this point
Browse repository at this point
Commits on Dec 4, 2012
recompile java files with lower version of java
joeferner
committed
25f2fb5
View commit details
Copy full SHA for 25f2fb5
View code at this point
Browse repository at this point
synchronous exception throwing
joeferner
committed
0d7a437
View commit details
Copy full SHA for 0d7a437
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL