summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* exception string package load class updated from javax. to org.jogamp.dev1.7.1Philip Jordan2020-03-301-1/+1
|
* outdated ant build file removed, replaced by pom.xml1.7.0-pre2phil2018-12-231-17/+0
|
* # WARNING: head commit changed in the meantimephil2018-12-2350-79/+96
| | | | source location changed, javadoc files added, AWT dependant methods removed
* Adopts a more standard directory layout for MavenJulien Gouesse2015-11-2849-0/+0
|
* 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.
* Build the project using MavenCurtis Rueden2015-11-241-17/+0
| | | | | | | | | 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: add a documentation target to the build, use package annotation for ↵Harvey Harrison2013-06-152-11/+4
| | | | | | javadoc 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 version to 1.6Kevin Rushforth2008-06-181-1/+1
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@134 dd45e54d-f42e-c781-df72-dca083a658b1
* Update source code for GPLv2 licenseKevin Rushforth2008-02-2848-102/+995
| | | | 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-171-2/+2
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@123 dd45e54d-f42e-c781-df72-dca083a658b1
* Update copyright to 2007Kevin Rushforth2007-02-0947-47/+47
| | | | 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-141-2/+2
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@114 dd45e54d-f42e-c781-df72-dca083a658b1
* Merged dev-1_5 branch back to MAIN trunkKevin Rushforth2006-09-2918-335/+2453
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@106 dd45e54d-f42e-c781-df72-dca083a658b1
* Updated Copyright date to 2006Kevin Rushforth2006-01-0547-47/+47
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@63 dd45e54d-f42e-c781-df72-dca083a658b1
* Added package description.Kevin Rushforth2005-10-261-0/+11
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@57 dd45e54d-f42e-c781-df72-dca083a658b1
* Merged changes from dev-1_4 branch into the main trunk.Kevin Rushforth2005-10-1732-49/+553
| | | | | | | NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@55 dd45e54d-f42e-c781-df72-dca083a658b1
* Bumped Copyright date to 2005Kevin Rushforth2005-02-1845-45/+45
| | | | git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@25 dd45e54d-f42e-c781-df72-dca083a658b1
* Issue number: 36Kevin Rushforth2004-10-0515-78/+162
| | | | | | | | Submitted by: kcr Fixed Issue 36 -- Vector3d hashCode() method distinguishes between -0.0 and 0.0 git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@20 dd45e54d-f42e-c781-df72-dca083a658b1
* Issue number: 73Kevin Rushforth2004-09-172-8/+12
| | | | | | | | | | Obtained from: herkules Submitted by: kcr Reviewed by: kcr Fix for Issue 73 (Quat4f#interpolate: incorrect when q1*q2<0) git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@17 dd45e54d-f42e-c781-df72-dca083a658b1
* Initial creation of vecmath sources in CVS repositoryKevin Rushforth2004-06-0946-0/+27019
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@5 dd45e54d-f42e-c781-df72-dca083a658b1