Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: davidreed0/predict4java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wmarkow/predict4java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Feb 3, 2015

  1. Copy the full SHA
    f055c34 View commit details
  2. Copy the full SHA
    bbe6e52 View commit details
  3. Added reporting in pom

    g4dpz committed Feb 3, 2015
    Copy the full SHA
    b1df2c9 View commit details
  4. Copy the full SHA
    b8b177c View commit details
  5. G4DPZ Version 1.1-SNAPSHOT

    g4dpz committed Feb 3, 2015
    Copy the full SHA
    7be6f00 View commit details

Commits on Feb 4, 2015

  1. Copy the full SHA
    e0280ca View commit details
  2. Added checkstyle changes

    Added maven2 central repo changes
    g4dpz committed Feb 4, 2015
    Copy the full SHA
    cf381bc View commit details
  3. Added checkstyle changes

    Added maven2 central repo changes
    g4dpz committed Feb 4, 2015
    Copy the full SHA
    f2b069d View commit details
  4. Copy the full SHA
    bf75f30 View commit details

Commits on Feb 8, 2015

  1. Copy the full SHA
    d56990e View commit details
  2. Copy the full SHA
    94fdfbe View commit details
  3. Copy the full SHA
    192fa4d View commit details
  4. G4DPZ - Updated release number

    g4dpz committed Feb 8, 2015
    Copy the full SHA
    d9e8f82 View commit details

Commits on Feb 9, 2015

  1. Added a few lines

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    6c2227a View commit details
  2. G4DPZ - Change cobertura config to support Java 1.8

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    74db425 View commit details
  3. G4DPZ - Now using jacoco instead of cobertura

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    9822b1c View commit details
  4. G4DPZ - Change jacoco version

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    0c36067 View commit details
  5. G4DPZ - Change jacoco version

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    3472d4c View commit details
  6. Merge branch 'master' of https://github.com/badgersoftdotcom/predict4…

    …java
    
    Conflicts:
    	pom.xml
    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    db03652 View commit details
  7. G4DPZ - Using latest jacoco from maven repo

    djohnson authored and djohnson committed Feb 9, 2015
    Copy the full SHA
    290de91 View commit details

Commits on Sep 3, 2015

  1. Copy the full SHA
    1c22b58 View commit details

Commits on Nov 8, 2015

  1. Small amount of refactoring

    g4dpz committed Nov 8, 2015
    Copy the full SHA
    a344487 View commit details
  2. Copy the full SHA
    1b2fb23 View commit details
  3. Small amount of refactoring

    g4dpz committed Nov 8, 2015
    Copy the full SHA
    95cea8f View commit details
10 changes: 10 additions & 0 deletions .checkstyle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>

<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="badgersoft check" location="src/build/resources/checkstyle.xml" type="project" description="">
<additional-data name="protect-config-file" value="false"/>
</local-check-config>
<fileset name="all" enabled="true" check-config-name="badgersoft check" local="true">
<file-match-pattern match-pattern="." include-pattern="true"/>
</fileset>
</fileset-config>
36 changes: 36 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -83,4 +83,8 @@ pom.xml.versionsBackup
pom.xml.next
release.properties

# REPORTING #
/output


!/src/lib/**
35 changes: 35 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>predict4java</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,4 +11,6 @@ Dr. T.S. Kelso is the author of the SGP4/SDP4 orbital models, originally written

Neoklis Kyriazis, 5B4AZ, later re-wrote Dr. Kelso's code in C, and released it under the GNU GPL in 2002. PREDICT's core is based on 5B4AZ's code translation efforts.

The Author of this version is: David A. B. Johnson, G4DPZ <dave@g4dpz.me.uk>
The project has been ported again to be an Eclipse / Maven project

The Author of this version is: David A. B. Johnson, G4DPZ <dave@g4dpz.me.uk>
Loading