Commit d5afa0a
authored
[invocation-overhead] Add generated source files (#1175)
Building the `Java.Interop.sln` solution always produces some generated
files that `git` wants to try to commit:
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: tests/invocation-overhead/jni.cs
Untracked files:
(use "git add <file>..." to include in what will be committed)
tests/invocation-overhead/jni-api.h
tests/invocation-overhead/jni.c
Commit these generated files, and update the generator for `jni.cs` to
always use native platform new lines so it does not show up as modified
on Windows.1 parent 473ef74 commit d5afa0a
File tree
3 files changed
+1687
-5
lines changed- build-tools/jnienv-gen
- tests/invocation-overhead
3 files changed
+1687
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
| 262 | + | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments