summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pom.xml tidiedHEAD1.7.0-finalmasterdev1.7.0Philip Jordan2019-09-271-14/+123
|
* old build and javadoc instructions removedphil2018-12-232-110/+0
|
* outdated ant build file removed, replaced by pom.xml1.7.0-pre2phil2018-12-232-100/+0
|
* # WARNING: head commit changed in the meantimephil2018-12-23180-80/+68037
| | | | source location changed, javadoc files added, AWT dependant methods removed
* ignore javadoc output locationphil2017-05-021-0/+1
|
* Updated pom added myself as maintainerphil2016-12-041-3/+14
|
* added <additionalparam>-Xdoclint:none</additionalparam> to pom.xml1.7.0-pre1phil2016-11-051-1/+2
| | | So the strict Java8 javadoc rules don't prevent generation
* Version set to 1.7.0phil2016-11-021-1/+1
| | | | Bug 1337 - VersionInfo defaults isDevPhase to true, which outputs onto err
* Adopts a more standard directory layout for MavenJulien Gouesse2015-11-2850-14/+3
|
* Merge pull request #2 from scijava/package-prefixJulien Gouesse2015-11-2849-49/+49
|\ | | | | Relocate package prefix to org.jogamp.vecmath
| * Relocate package prefix to org.jogamp.vecmathCurtis Rueden2015-11-2749-49/+49
|/ | | | | | Updating the package prefix avoids clashes with old versions of Java 3D. This is especially important on OS X, where Java 3D 1.3 is sometimes present on the java.ext.path, taking precedence over the classpath.
* Merge pull request #1 from scijava/mavenJulien Gouesse2015-11-256-191/+108
|\ | | | | Build vecmath using Maven
| * Build the project using MavenCurtis Rueden2015-11-246-191/+108
|/ | | | | | | | | This introduces a pom.xml which tells Maven how the project is structured. To avoid a boatload of disruptive renames, we override some of Maven's default settings. It also removes the Ant build files to avoid maintaining multiple build systems.
* vecmath: remove some unused static variables1.6.0-pre91.6.0-pre81.6.0-pre121.6.0-pre111.6.0-pre10Harvey Harrison2013-07-101-3/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: introduce hash mixing helpers rather than a different float/double ↵Harvey Harrison2013-07-1015-155/+125
| | | | | | to bits helper Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: add @Override annotations to overridden methodsHarvey Harrison2013-07-1019-0/+76
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: check COPYRIGHT.txt in as UTF8, update FSF addressHarvey Harrison2013-06-222-26/+25
| | | | | | | iconv -f iso8859-1 -t utf-8 COPYRIGHT.txt > tmp.txt mv tmp.txt COPYRIGHT.txt Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: make the default target build everythingHarvey Harrison2013-06-151-1/+2
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: replace the old ant build script, everything should be in the new ↵Harvey Harrison2013-06-152-309/+50
| | | | | | one now Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: add a documentation target to the build, use package annotation for ↵Harvey Harrison2013-06-153-11/+16
| | | | | | javadoc Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: remove the www folder, there was nothing useful leftHarvey Harrison2013-04-085-124/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* BUILD: add the simplified ant build script1.6.0-pre7Harvey Harrison2012-09-171-0/+70
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: remove netbeans project files, add .gitignoreHarvey Harrison2012-05-184-66/+1
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: remove RCS file markers from source filesHarvey Harrison2012-05-1847-235/+0
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: use eclipse organize imports cleanup toolHarvey Harrison2011-12-3138-39/+2
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* vecmath: remove trailing whitespace from all filesHarvey Harrison2011-12-3140-2727/+2727
| | | | Signed-off-by: Harvey Harrison <[email protected]>
* update docs for svnKevin Rushforth2010-08-101-5/+5
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@143 dd45e54d-f42e-c781-df72-dca083a658b1
* Update version to 1.6Kevin Rushforth2008-06-184-5/+42
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@134 dd45e54d-f42e-c781-df72-dca083a658b1
* This commit was manufactured by cvs2svn to create branch 'dev-1_6'.cvs2svn2008-05-130-0/+0
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@130 dd45e54d-f42e-c781-df72-dca083a658b1
* Clarify that the GPL v2 license used by this project includes the CLASSPATH ↵Kevin Rushforth2008-05-131-0/+7
| | | | | | exception git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@129 dd45e54d-f42e-c781-df72-dca083a658b1
* Update source code for GPLv2 licenseKevin Rushforth2008-02-2856-823/+1425
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@127 dd45e54d-f42e-c781-df72-dca083a658b1
* Issue number: 538Chien Yang2008-01-312-7/+5
| | | | | | | | | | | Obtained from: aj_cacho Submitted by: aj_cacho Reviewed by: jada Fixed issue 538. git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@125 dd45e54d-f42e-c781-df72-dca083a658b1
* Bump version number to 1.5.2Kevin Rushforth2007-07-173-5/+5
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@123 dd45e54d-f42e-c781-df72-dca083a658b1
* Update copyright to 2007Kevin Rushforth2007-02-0951-52/+52
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@115 dd45e54d-f42e-c781-df72-dca083a658b1
* Bumped version to 1.5.1Kevin Rushforth2006-12-143-5/+5
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@114 dd45e54d-f42e-c781-df72-dca083a658b1
* More license updatesKevin Rushforth2006-12-142-10/+213
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@112 dd45e54d-f42e-c781-df72-dca083a658b1
* Update license for 1.5Kevin Rushforth2006-12-142-9/+1
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@111 dd45e54d-f42e-c781-df72-dca083a658b1
* Make jar-debug the default target to be consistent with j3d-coreKevin Rushforth2006-10-191-2/+2
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@109 dd45e54d-f42e-c781-df72-dca083a658b1
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-2927-574/+2773
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@106 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated build instructionsKevin Rushforth2006-06-211-1/+1
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@91 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated project toolbarKevin Rushforth2006-03-071-2/+1
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@86 dd45e54d-f42e-c781-df72-dca083a658b1
* Fixed JDL link.Kevin Rushforth2006-02-241-3/+1
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@78 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated README file.Kevin Rushforth2006-02-231-8/+0
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@77 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated JDL license for Java 3D API, version 1.4.Kevin Rushforth2006-02-232-264/+239
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@76 dd45e54d-f42e-c781-df72-dca083a658b1
* Added final spec licenseKevin Rushforth2006-02-151-0/+236
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@74 dd45e54d-f42e-c781-df72-dca083a658b1
* Web page updateKevin Rushforth2006-01-251-0/+13
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@69 dd45e54d-f42e-c781-df72-dca083a658b1
* Minor updateKevin Rushforth2006-01-242-4/+4
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@68 dd45e54d-f42e-c781-df72-dca083a658b1
* Obsolete pages; point to the WikiKevin Rushforth2006-01-242-98/+10
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@67 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated Copyright date to 2006Kevin Rushforth2006-01-0551-52/+52
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@63 dd45e54d-f42e-c781-df72-dca083a658b1
* Fixed Issue 217 : Compile j3d with "-g:lines,source" to provide line numbers ↵Kevin Rushforth2006-01-031-2/+3
| | | | | | on stack traces git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@62 dd45e54d-f42e-c781-df72-dca083a658b1