Commit graph

92 commits

Author SHA1 Message Date
Ryan Kurtz c378cc40a2 GP-4816: Not trying to create python virtual environment during prepdev
is python is not installed
2024-09-11 08:41:54 -04:00
Ryan Kurtz 4a8713162a GP-4816: Certify and other small fixes 2024-09-11 06:35:02 -04:00
DC3-TSD 92d0f1dacf Python3 support 2024-09-09 09:58:05 -04:00
Ryan Kurtz 90f712fc00 GP-0: Moving JsonDoclet 2024-08-19 13:52:33 -04:00
Ryan Kurtz cc9fb24116 fix 2024-07-03 11:55:05 -04:00
Ryan Kurtz 78aadd0d8c GP-4486: Adding Gradle wrapper 2024-07-03 08:04:27 -04:00
Ryan Kurtz d0b29b0dab GP-4685: Fixing Gradle warnings 2024-06-12 10:04:40 -04:00
ghidra1 cae9190c13 Merge remote-tracking branch 'origin/patch' 2024-04-04 18:57:04 -04:00
ghidra1 5d1e099d4d GP-4492 Corrected build issue which was omitting module src.zip files
when externalGhidraExtension is present.
2024-04-04 18:55:24 -04:00
Ryan Kurtz 8520cce82d GP-4262: Upgrading jacoco to 0.8.11 2024-01-30 10:13:21 -05:00
Ryan Kurtz 3410dc1ad9 GP-4233: The Ghidra Eclipse preferences and formatter files are now
included in the release (Closes #5999)
2024-01-12 14:09:30 -05:00
Ryan Kurtz cb3e8062f6 Merge branch 'GP-0_ryanmkurtz_PR-5522_jobermayr_assembleAll' 2023-09-11 12:31:47 -04:00
Ryan Kurtz 1f75605c16 GP-0: Ignoring .pydevproject files 2023-08-07 14:08:27 -04:00
Johannes Obermayr beb27c99ad Add assembleAll task
It helps to stop build before createInstallationZip task.
2023-07-03 18:09:18 +02:00
Ryan Kurtz 7db06aabe6 GP-3539: Fixing Gradle 8 createExternalExtensions task dependency issue 2023-06-13 09:00:24 -04:00
Ryan Kurtz d9a6dbecbf Merge remote-tracking branch 'origin/patch' 2023-02-22 07:21:28 -05:00
endrin 69f6dae46f Fix several Gradle 8.x compatibility issues
Addressed the following deprecations:

* [JacocoMerge task removed:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#jacocomerge_task_removed)
deleted jacocoMerge task, moved its inputs to jacocoReport.
* [`classifier` property removed from archive tasks:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#abstractarchivetask_api_cleanup)
replaced `classifier` calls with `archiveClassifier.set`.
* [execResult getter property removed from exec tasks:](https://docs.gradle.org/current/userguide/upgrading_version_7.html#abstractexectask_api_cleanup)
replaced with `executionResult.get`.
2023-02-22 06:55:47 -05:00
Andrew Strelsky 7c596c090d
removed unnecessary check and options 2022-11-17 17:26:21 -05:00
Ryan Kurtz 5b1eb8ef32 GP-0: Fixing javadoc warning and build (Closes #4754) 2022-11-17 11:16:11 -05:00
Ryan Kurtz 45640e9bc6 GP-0: Removing some unneeded JVM args now that "Inverted Color Mode" is
gone
2022-11-16 08:42:19 -05:00
Ryan Kurtz 043d8c804e GP-0: Removing -noverify JVM argument from testing for JDK 17 support 2022-06-22 01:12:22 -04:00
Ryan Kurtz 0095aef095 GP-0: Upgrading to jacoco 0.8.8 2022-06-21 14:13:37 -04:00
Ryan Kurtz d2883bbb8c GP-2167: Removing JMockit jar dependency 2022-06-18 03:38:48 -04:00
Ryan Kurtz 4da3696aa2 GP-0: Enabling illegal reflective accesses in tests 2022-06-11 03:28:10 -04:00
Ryan Kurtz 5c0dc5f6dc GP-1782: Software Bill of Materials (SBOM) 2022-03-31 11:42:10 -04:00
Ryan Kurtz 8598f28b23 Revert "GP-1782: Software Bill of Materials (SBOM)"
This reverts commit c89f45d399.
2022-03-23 12:33:02 -04:00
Ryan Kurtz c89f45d399 GP-1782: Software Bill of Materials (SBOM) 2022-03-22 01:36:29 -04:00
dragonmacher 5b3e41ff1b Test fixes 2022-01-24 18:18:38 -05:00
ghidravore 64394a46f4 GP-1648 fixed alternating bad builds after runing "buildGhidra" gradle
command
2022-01-10 16:47:27 -05:00
Anton Kochkov 0a81592c23 Remove deprecated Gradle features 2021-10-22 19:05:09 +08:00
Ryan Kurtz a1dba97a10 Merge remote-tracking branch
'origin/GP-1209_ryanmkurtz_PR-3387_ryanmkurtz_native-release-builds--SQUASHED'
(Closes #3387)
2021-09-27 08:35:49 -04:00
Ryan Kurtz 3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
ghidra1 9db26bc7f5 GP-1296 Eliminated use of sun.security package and refactored ApplicationKeyManagerUtils 2021-09-15 13:55:20 -04:00
Ryan Kurtz 00533b2869 GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
ghidra1 368b8540df Removed GPL CabExtract module - no longer used 2021-07-13 14:13:47 -04:00
ghidravore 3f6611e54a Merge remote-tracking branch
'origin/GP-993_ghidravore_gradle_warnings--SQUASHED' into Ghidra_10.0
(Closes #3039)
2021-06-01 14:13:49 -04:00
ghidravore 54d81f06c5 GP-933 fixing gradle warnings to prepare for Gradle 8 2021-05-28 12:59:11 -04:00
ghidravore 355dca6cf4 GP-966 removed the generate all external dependencies file task so that
the generate runtime dependencies task only needs to resolve the runtime
classpath and not all confurations
2021-05-24 16:11:40 -04:00
Ryan Kurtz 3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
Ryan Kurtz b9ac9ea1ab GP-913: When the build adds new properties to application.properties, it
no longer assumes the primary repo is named "ghidra"
2021-04-29 14:38:24 -04:00
Dan 62bd317380 Merge remote-tracking branch 'origin/master' into debugger 2021-04-12 10:09:49 -04:00
ghidra1 512fc1b8b7 Merge remote-tracking branch
'origin/GP-678_811_ryanmkurtz_flatRepo--SQUASHED' (Closes #1007, Closes
#1663)
2021-04-07 10:54:00 -04:00
Ryan Kurtz 3507820e03 GP-678, GP-811: Refactored fetchDependencies.gradle, now downloads FID datasets from ghidra-data repo, and revisied depencies/flatRepo layout. 2021-04-07 10:51:05 -04:00
dragonmacher a2b7869199 gradle test option tweaks 2021-04-05 12:03:51 -04:00
Dan f7984f7b76 Merge branch 'master' of gitlab.evoforge.org:ghidra/ghidra into debugger 2021-04-01 10:36:21 -04:00
dragonmacher ca2a6bbb0a Updated remote vm debug command-line options 2021-03-23 13:45:33 -04:00
ghidra1 d377d90e14 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/GraphServices/certification.manifest
2021-03-17 19:38:50 -04:00
ghidra1 162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
Dan f5ec74f2c3 Merge remote-tracking branch 'origin/master' into debugger 2021-02-08 15:52:21 -05:00
ghidra1 ed3cc10344 GP-0 Add library dependency file generation as dependency of eclipse
task (needed for running Ghidra)
2021-02-08 13:54:37 -05:00