This is an automated email from the ASF dual-hosted git repository.
lbruun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 857599b Merge pull request #2849 from matthiasblaesing/update_javafx
new f395ace Fixes for the native-code profiler interface
new 0e6d77b Add a README with instructions
new 08738e6 Add Apache licence to config.c
new 1fcd856 Moved un-maintained build scripts to legacy folder
new 05191e4 Changed owner and copyright from Oracle Corp to ASF
new 504d66f Fixes for build scripts
new 1a862ab Added GitHub Actions workflow for building native library for
lib.profiler
new 5273a10 Merge pull request #2700 from
lbruun/netbeans-1428-profiler-step1
The 5227 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../workflows/native-binary-build-lib.profiler.yml | 329 +++++++++++++++++++++
profiler/lib.profiler/build.xml | 7 +-
profiler/lib.profiler/native/README.txt | 83 ++++++
.../lib.profiler/native/build/buildnative-mac.sh | 80 -----
.../native/build/buildnative-windows-16.bat | 47 ---
.../native/build/buildnative-windows64-16.bat | 48 ---
.../native/{build => scripts}/buildnative-linux.sh | 25 +-
.../{build => scripts}/buildnative-linux64.sh | 25 +-
.../lib.profiler/native/scripts/buildnative-mac.sh | 92 ++++++
.../native/scripts/buildnative-windows-16.bat | 66 +++++
.../native/scripts/buildnative-windows64-16.bat | 66 +++++
.../lib.profiler/native/scripts/legacy/README.txt | 2 +
.../{build => scripts/legacy}/buildnative-hpux.sh | 0
.../legacy}/buildnative-hpux64.sh | 0
.../legacy}/buildnative-linux-cvm.sh | 0
.../legacy}/buildnative-linuxarm.sh | 0
.../legacy}/buildnative-solaris-cvm.sh | 0
.../legacy}/buildnative-solaris64.sh | 0
.../legacy}/buildnative-windows-15.bat | 0
.../legacy}/buildnative-windows-cvm-arm.bat | 0
.../legacy}/buildnative-windows-cvm.bat | 0
.../legacy}/buildnative-windows64-15.bat | 0
.../legacy}/generate-headers-15.bat | 0
profiler/lib.profiler/native/src-jdk15/Stacks.c | 201 ++++++++++---
...system_Classes_RedefineException.h => config.c} | 27 +-
...g_netbeans_lib_profiler_server_system_Classes.h | 136 ---------
.../org_netbeans_lib_profiler_server_system_GC.h | 87 ------
..._netbeans_lib_profiler_server_system_HeapDump.h | 47 ---
...rg_netbeans_lib_profiler_server_system_Stacks.h | 79 -----
...g_netbeans_lib_profiler_server_system_Threads.h | 119 --------
...rg_netbeans_lib_profiler_server_system_Timers.h | 66 -----
.../native/src-jdk15/windows/version.h | 12 +-
32 files changed, 836 insertions(+), 808 deletions(-)
create mode 100644 .github/workflows/native-binary-build-lib.profiler.yml
create mode 100644 profiler/lib.profiler/native/README.txt
delete mode 100755 profiler/lib.profiler/native/build/buildnative-mac.sh
delete mode 100644
profiler/lib.profiler/native/build/buildnative-windows-16.bat
delete mode 100644
profiler/lib.profiler/native/build/buildnative-windows64-16.bat
rename profiler/lib.profiler/native/{build => scripts}/buildnative-linux.sh
(67%)
rename profiler/lib.profiler/native/{build => scripts}/buildnative-linux64.sh
(66%)
create mode 100755 profiler/lib.profiler/native/scripts/buildnative-mac.sh
create mode 100644
profiler/lib.profiler/native/scripts/buildnative-windows-16.bat
create mode 100644
profiler/lib.profiler/native/scripts/buildnative-windows64-16.bat
create mode 100644 profiler/lib.profiler/native/scripts/legacy/README.txt
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-hpux.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-hpux64.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-linux-cvm.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-linuxarm.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-solaris-cvm.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-solaris64.sh (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-windows-15.bat (100%)
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-windows-cvm-arm.bat (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-windows-cvm.bat (100%)
mode change 100755 => 100644
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/buildnative-windows64-15.bat (100%)
rename profiler/lib.profiler/native/{build =>
scripts/legacy}/generate-headers-15.bat (100%)
rename
profiler/lib.profiler/native/src-jdk15/{org_netbeans_lib_profiler_server_system_Classes_RedefineException.h
=> config.c} (50%)
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_Classes.h
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_GC.h
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_HeapDump.h
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_Stacks.h
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_Threads.h
delete mode 100644
profiler/lib.profiler/native/src-jdk15/org_netbeans_lib_profiler_server_system_Timers.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists