This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-native-launchers.git

commit c5b47860f449a47075fb9062801a708924994350
Merge: c043840 7ed198d
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Thu Jun 24 23:56:11 2021 +0200

    bootstrap code migration

 src/main/cpp/bootstrap/.dep.inc                    |    5 +
 src/main/cpp/bootstrap/Makefile                    |  107 ++
 src/main/cpp/bootstrap/Makefile.mingw              |   45 +
 src/main/cpp/bootstrap/argnames.h                  |   41 +
 src/main/cpp/bootstrap/include/README              |   18 +
 src/main/cpp/bootstrap/include/jni.h               | 1838 ++++++++++++++++++++
 src/main/cpp/bootstrap/include/jni_types.h         |  451 +++++
 src/main/cpp/bootstrap/jvmlauncher.cpp             |  454 +++++
 src/main/cpp/bootstrap/jvmlauncher.h               |  123 ++
 src/main/cpp/bootstrap/nbexec.cpp                  |   70 +
 src/main/cpp/bootstrap/nbexec.exe.manifest         |   69 +
 src/main/cpp/bootstrap/nbexec.rc                   |   26 +
 src/main/cpp/bootstrap/nbexec_exe.rc               |   29 +
 src/main/cpp/bootstrap/nbexecexe.cpp               |   32 +
 src/main/cpp/bootstrap/nbexecloader.h              |   66 +
 .../cpp/bootstrap/nbproject/configurations.xml     |  210 +++
 .../cpp/bootstrap/nbproject/project.properties     |   17 +
 src/main/cpp/bootstrap/nbproject/project.xml       |   49 +
 src/main/cpp/bootstrap/platformlauncher.cpp        |  731 ++++++++
 src/main/cpp/bootstrap/platformlauncher.h          |  111 ++
 src/main/cpp/bootstrap/utilsfuncs.cpp              |  449 +++++
 src/main/cpp/bootstrap/utilsfuncs.h                |   52 +
 src/main/cpp/bootstrap/version.h                   |   28 +
 src/main/cpp/bootstrap/version.rc                  |   63 +
 24 files changed, 5084 insertions(+)

diff --cc src/main/cpp/bootstrap/.dep.inc
index 0000000,4560e55..4560e55
mode 000000,100755..100755
--- a/src/main/cpp/bootstrap/.dep.inc
+++ b/src/main/cpp/bootstrap/.dep.inc
diff --cc src/main/cpp/bootstrap/Makefile
index 0000000,ee8f7c1..ee8f7c1
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/Makefile
+++ b/src/main/cpp/bootstrap/Makefile
diff --cc src/main/cpp/bootstrap/Makefile.mingw
index 0000000,302d778..302d778
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/Makefile.mingw
+++ b/src/main/cpp/bootstrap/Makefile.mingw
diff --cc src/main/cpp/bootstrap/argnames.h
index 0000000,c4bdaba..c4bdaba
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/argnames.h
+++ b/src/main/cpp/bootstrap/argnames.h
diff --cc src/main/cpp/bootstrap/include/README
index 0000000,7641ada..7641ada
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/include/README
+++ b/src/main/cpp/bootstrap/include/README
diff --cc src/main/cpp/bootstrap/include/jni.h
index 0000000,16cf67b..16cf67b
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/include/jni.h
+++ b/src/main/cpp/bootstrap/include/jni.h
diff --cc src/main/cpp/bootstrap/include/jni_types.h
index 0000000,a809ebb..a809ebb
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/include/jni_types.h
+++ b/src/main/cpp/bootstrap/include/jni_types.h
diff --cc src/main/cpp/bootstrap/jvmlauncher.cpp
index 0000000,74bf1cc..74bf1cc
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/jvmlauncher.cpp
+++ b/src/main/cpp/bootstrap/jvmlauncher.cpp
diff --cc src/main/cpp/bootstrap/jvmlauncher.h
index 0000000,01f4e34..01f4e34
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/jvmlauncher.h
+++ b/src/main/cpp/bootstrap/jvmlauncher.h
diff --cc src/main/cpp/bootstrap/nbexec.cpp
index 0000000,47e490e..47e490e
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexec.cpp
+++ b/src/main/cpp/bootstrap/nbexec.cpp
diff --cc src/main/cpp/bootstrap/nbexec.exe.manifest
index 0000000,cfc9190..cfc9190
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexec.exe.manifest
+++ b/src/main/cpp/bootstrap/nbexec.exe.manifest
diff --cc src/main/cpp/bootstrap/nbexec.rc
index 0000000,b0843af..b0843af
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexec.rc
+++ b/src/main/cpp/bootstrap/nbexec.rc
diff --cc src/main/cpp/bootstrap/nbexec_exe.rc
index 0000000,df75c0b..df75c0b
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexec_exe.rc
+++ b/src/main/cpp/bootstrap/nbexec_exe.rc
diff --cc src/main/cpp/bootstrap/nbexecexe.cpp
index 0000000,181a365..181a365
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexecexe.cpp
+++ b/src/main/cpp/bootstrap/nbexecexe.cpp
diff --cc src/main/cpp/bootstrap/nbexecloader.h
index 0000000,221a557..221a557
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbexecloader.h
+++ b/src/main/cpp/bootstrap/nbexecloader.h
diff --cc src/main/cpp/bootstrap/nbproject/configurations.xml
index 0000000,0121be8..0121be8
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbproject/configurations.xml
+++ b/src/main/cpp/bootstrap/nbproject/configurations.xml
diff --cc src/main/cpp/bootstrap/nbproject/project.properties
index 0000000,2456923..2456923
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbproject/project.properties
+++ b/src/main/cpp/bootstrap/nbproject/project.properties
diff --cc src/main/cpp/bootstrap/nbproject/project.xml
index 0000000,99f9274..99f9274
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/nbproject/project.xml
+++ b/src/main/cpp/bootstrap/nbproject/project.xml
diff --cc src/main/cpp/bootstrap/platformlauncher.cpp
index 0000000,8df954c..8df954c
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/platformlauncher.cpp
+++ b/src/main/cpp/bootstrap/platformlauncher.cpp
diff --cc src/main/cpp/bootstrap/platformlauncher.h
index 0000000,07fe4d8..07fe4d8
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/platformlauncher.h
+++ b/src/main/cpp/bootstrap/platformlauncher.h
diff --cc src/main/cpp/bootstrap/utilsfuncs.cpp
index 0000000,2902b1e..2902b1e
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/utilsfuncs.cpp
+++ b/src/main/cpp/bootstrap/utilsfuncs.cpp
diff --cc src/main/cpp/bootstrap/utilsfuncs.h
index 0000000,6cf172a..6cf172a
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/utilsfuncs.h
+++ b/src/main/cpp/bootstrap/utilsfuncs.h
diff --cc src/main/cpp/bootstrap/version.h
index 0000000,63f0860..63f0860
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/version.h
+++ b/src/main/cpp/bootstrap/version.h
diff --cc src/main/cpp/bootstrap/version.rc
index 0000000,7a516a4..7a516a4
mode 000000,100644..100644
--- a/src/main/cpp/bootstrap/version.rc
+++ b/src/main/cpp/bootstrap/version.rc

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to