-
Updated
May 2, 2020 - TypeScript
native-libraries
Here are 38 public repositories matching this topic...
There is lots of good documentation auto-extracted from the TensorFlow header files here:
However, the docs use line comments, not JavaDoc comments, so the documentation is not visible in popups in Eclipse etc.
In this case, the comments are in MarkDown format. It would be great
gfx-hal got support for labels in gfx-rs/gfx#3000 and follow-ups. It doesn't cover all objects, but it's incredibly useful already.
The upstream API has commands for starting/ending a debug region (see insertDebugMarker) and setting the labels on most objects. We need to implement it.
Hi,
I've done, in other interop project(s), some of the same things that you do in this project (namely Preloading with dlopen / LoadLibrary)
The one main difference (Except for your approch being generic and published on NuGet of course... [DllImport] attributes with the additional [SuppressUnmanagedCodeSecurity] attributes to eliminate m
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Oct 20, 2019 - C++
-
Updated
May 18, 2020 - Java
-
Updated
May 14, 2016 - C++
-
Updated
Oct 23, 2017 - Groovy
-
Updated
May 21, 2020 - C
-
Updated
May 31, 2019 - C#
-
Updated
Jun 3, 2020 - C++
-
Updated
May 28, 2020 - CMake
-
Updated
Feb 27, 2020 - Java
-
Updated
Nov 3, 2017 - CMake
-
Updated
Jul 4, 2018 - C++
-
Updated
Oct 14, 2019 - C++
Find & document a way to enable devs to keep the natives they compile themselves for testing/coding
When developping, devs may compile a new version of a native lib containing new code under test. We should find and document the best way for this dev to keep this lib without the "nativedependencies-maven-plugin" overwriting this lib each time.
RC.LOCAL
i have a missing file called rc.local (using Ubuntu MATE at the moment)
a search shows i have several of rc.local (in /snap/core/ .... several directories down)
i dont know what is the meaning of this regarding my system.
the two locations i think relevant for my system is /snap/core/current/etc/
and /snap/core/current/etc/init.d
the second file actually have some stuff written i
|------------------------+---------------------------------------------+---------+----------|
| filename | pipeline | l1norm | l2norm |
|------------------------+---------------------------------------------+---------+----------|
| ky5346_3_SI_great37-1 | raster_reorder(tile_size=4)->bitswap1->lz4 | 694.035 | 2025.83 |
| ky5346_3_SI_
-
Updated
Apr 24, 2020 - C++
-
Updated
Jun 20, 2017 - Shell
-
Updated
Jun 25, 2019 - C++
-
Updated
Dec 29, 2017 - C
-
Updated
Nov 15, 2019 - HTML
-
Updated
Apr 11, 2019 - TypeScript
Improve this page
Add a description, image, and links to the native-libraries topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the native-libraries topic, visit your repo's landing page and select "manage topics."


Just noticed in the latest documentation you mention
We are finding that we get
java.lang.UnsatisfiedLinkErroreven on Marshmallow, and ReLinker fixes the issue.Should the documentation perhaps be
your minimum SDK is API 23 *and* below?