Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
native-lib-loader
Public
Notifications
You must be signed in to change notification settings
Fork
43
Star
220
Code
Issues
8
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
native-lib-loader
src
on
master
User selector
All users
All time
Commit history
Commits on Nov 7, 2023
Happy New Year 2023
ctrueden
committed
442eeda
View commit details
Copy full SHA for 442eeda
View code at this point
Browse repository at this point
Add support for linux_riscv32, linux_riscv64
tresf
committed
9a60f24
View commit details
Copy full SHA for 9a60f24
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
Merge pull request #37 from RationalityFrontline/master
Show description for 9795370
ctrueden
authored
9795370
View commit details
Copy full SHA for 9795370
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
Add support for Windows ARM64
tresf
committed
d129706
View commit details
Copy full SHA for d129706
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
Adapt NativeLoaderTest to use Turkish locale
Show description for 6644ab2
imagejan
committed
6644ab2
View commit details
Copy full SHA for 6644ab2
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
Force String.toLowerCase() to use Locale.ENGLISH
Show description for 7313c34
tresf
committed
7313c34
View commit details
Copy full SHA for 7313c34
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
disables caching of the created JarURLConnection
RationalityFrontline
committed
ce88d13
View commit details
Copy full SHA for ce88d13
View code at this point
Browse repository at this point
Commits on Jan 15, 2021
Happy New Year 2021
ctrueden
committed
42ff71d
View commit details
Copy full SHA for 42ff71d
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
Support apple silicon
zhkl0228
committed
45381d3
View commit details
Copy full SHA for 45381d3
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
Java git compatiblity. fixes #28.
Show description for 5eabf73
bmarwell
committed
5eabf73
View commit details
Copy full SHA for 5eabf73
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
Added type for LinkedList to support Java 7
Shaquu
committed
aa55b30
View commit details
Copy full SHA for aa55b30
View code at this point
Browse repository at this point
Added support for Android with api version below 26.
Show description for a051f5c
Shaquu
committed
a051f5c
View commit details
Copy full SHA for a051f5c
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Added aix to class docs.
Shaquu
committed
7a95d53
View commit details
Copy full SHA for 7a95d53
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
Added support for loading library for AIX os.
Show description for e327c7b
Shaquu
committed
e327c7b
View commit details
Copy full SHA for e327c7b
View code at this point
Browse repository at this point
Commits on Nov 16, 2018
Fix some warnings
ctrueden
committed
b8e6320
View commit details
Copy full SHA for b8e6320
View code at this point
Browse repository at this point
Commits on Nov 9, 2018
NativeLoader: chain exception when load fails
ctrueden
committed
e352547
View commit details
Copy full SHA for e352547
View code at this point
Browse repository at this point
NativeLoader: tweak formatting
ctrueden
committed
3fcc1ca
View commit details
Copy full SHA for 3fcc1ca
View code at this point
Browse repository at this point
Move debug and error handling to private methods
Show description for da16d3a
ctrueden
committed
da16d3a
View commit details
Copy full SHA for da16d3a
View code at this point
Browse repository at this point
Update javadoc for new preferred natives location
ctrueden
committed
4fed01c
View commit details
Copy full SHA for 4fed01c
View code at this point
Browse repository at this point
Commits on Aug 5, 2018
Fix Javadoc
Xanthorapedia
committed
792bfed
View commit details
Copy full SHA for 792bfed
View code at this point
Browse repository at this point
Fix NPE with NativeLibraryUtil.loadNativeLibrary()
Show description for a988ae1
Xanthorapedia
committed
a988ae1
View commit details
Copy full SHA for a988ae1
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Changed default path from META-INF/lib/ to natives
Show description for b0e0fd9
Xanthorapedia
authored and
ctrueden
committed
b0e0fd9
View commit details
Copy full SHA for b0e0fd9
View code at this point
Browse repository at this point
Try classpath first
Xanthorapedia
authored and
ctrueden
committed
95af60d
View commit details
Copy full SHA for 95af60d
View code at this point
Browse repository at this point
Add a functionality test
Show description for 00c3423
Xanthorapedia
authored and
ctrueden
committed
00c3423
View commit details
Copy full SHA for 00c3423
View code at this point
Browse repository at this point
Fix lib name inconsistency
Show description for 809ba84
Xanthorapedia
authored and
ctrueden
committed
809ba84
View commit details
Copy full SHA for 809ba84
View code at this point
Browse repository at this point
Clean up temporary folders as appropriate
Show description for eae95e6
Xanthorapedia
authored and
ctrueden
committed
eae95e6
View commit details
Copy full SHA for eae95e6
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Group extracted files in the same dir
Show description for 9e265be
Xanthorapedia
authored and
ctrueden
committed
9e265be
View commit details
Copy full SHA for 9e265be
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Delete leftover files older than X seconds (default 5 minutes) to avoid the race condition that two JVMs load the same library and one extracts the file but before it gets to load it, the other one…
Show description for 0dbae71
Liran Moysi
committed
0dbae71
View commit details
Copy full SHA for 0dbae71
View code at this point
Browse repository at this point
Commits on Jul 18, 2017
+ Add support for LINUX_ARM64 platform
extensia
committed
cbb71e6
View commit details
Copy full SHA for cbb71e6
View code at this point
Browse repository at this point
Commits on Apr 27, 2017
Fix javadoc errors
ctrueden
committed
ff54374
View commit details
Copy full SHA for ff54374
View code at this point
Browse repository at this point
Commits on Jan 9, 2017
Fix incorrect documentation of META-INF folder
Show description for 38ef0b8
ctrueden
committed
38ef0b8
View commit details
Copy full SHA for 38ef0b8
View code at this point
Browse repository at this point
Commits on May 17, 2016
Decrease the NativeLibraryUtil logging statements to debug level
Show description for 37b1df0
sbesson
committed
37b1df0
View commit details
Copy full SHA for 37b1df0
View code at this point
Browse repository at this point
Commits on May 5, 2016
Switch logging to SLF4J
Show description for 34c6304
ctrueden
committed
34c6304
View commit details
Copy full SHA for 34c6304
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
Fix formatter mangling
ctrueden
committed
10eac88
View commit details
Copy full SHA for 10eac88
View code at this point
Browse repository at this point
Apply SciJava code style formatting
ctrueden
committed
c51c2db
View commit details
Copy full SHA for c51c2db
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.