3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The report task now depends on the check task to generate all reports. Some of the check tasks are modified to prevent stopping task execution when an error occurs. More... about 11 years ago
Replaced maven plugin with the newer maven-publish plugin in gral-core. More... about 11 years ago
Removed pom.xml files, because they are no longer necessary. More... about 11 years ago
Set the Browser class in gral-examples as main class for the packaged jar. More... about 11 years ago
Fixed axis auto-scaling in BarPlot. More... about 11 years ago
Removed gral-build-tools as they are no longer needed. More... about 11 years ago
Added the report task in gral-core to the group of reporting tasks. More... about 11 years ago
distZip and distTar tasks depend on the check task. More... about 11 years ago
Cleaned up code for axis auto-scaling in BoxPlot. More... about 11 years ago
The distribution tasks distTar and distZip of gral-core now depend on the shrink task. More... about 11 years ago
Disabled "dry-run" configuration from the license checking plugin in the gradle build. More... about 11 years ago
rt.jar is correctly set for Mac OS in the gradle build. More... about 11 years ago
Removed declaration of distribution plugin in the gradle builds of gral-core and gral-examples. More... about 11 years ago
Moved checkstyle plugin of the gradle build from gral-core to its parent project. More... about 11 years ago
gral-examples no longer uses ProGuard. More... about 11 years ago
Only the gradle build of gral-core uses the maven plugin. More... about 11 years ago
Replaced explicit url for the central maven repository with a variable. More... about 11 years ago
Added the runtime dependencies to the list of libraries for the ProGuard shrink task to the gradle builds for all subprojects. More... about 11 years ago
Added and configured distribution plugin to gradle-build for gral-core and gral-examples. More... about 11 years ago
Removed unnecessary target specification in the proguard.conf of gral-examples. More... about 11 years ago
Added a report task to the gradle build of gral-core that creates the cobertura report. More... about 11 years ago
Improved test coverage for AbstractAreaRenderer. More... about 11 years ago
Improved test coverage for AbstractLineRenderer. More... about 11 years ago
Improved test coverage for AbstractPointRenderer. More... about 11 years ago
Improved test coverage for XYPlot. More... about 11 years ago
Added missing JavaDoc comments. More... about 11 years ago
Updated Maven plugin versions. Added license texts to pom.xml files. More... about 11 years ago
Added JavaDoc comments to various properties. More... about 11 years ago
Renamed properties in BarPlot.BarRenderer: stroke to borderStroke, and strokeColor to borderColor. More... about 11 years ago
Added JavaDoc comments to properties in AbstractPointRenderer. More... about 11 years ago