Commit graph

  • c36cb6e555 explicit copy maikklein 2013-06-29 02:26:26 +0200
  • 547ac400fd explicit copy maikklein 2013-06-29 02:25:07 +0200
  • 6cfb244b41 Merge vector and matrix source files Brendan Zabarauskas 2013-06-16 18:03:14 +1000
  • 9d99347bbf Add types from cgmath Brendan Zabarauskas 2013-06-16 17:34:09 +1000
  • 11e1623dad Rename macros file Brendan Zabarauskas 2013-06-16 17:32:48 +1000
  • f5ba7a7982 Remove duplicate Dimensional trait definition Brendan Zabarauskas 2013-06-16 15:37:30 +1000
  • a4c7332e2b Move Dimensional trait and dimensional macros into separate files Brendan Zabarauskas 2013-06-16 15:34:59 +1000
  • f20eca5cc5 Use macros and higher-order functions to reduce code repetition Brendan Zabarauskas 2013-06-16 15:21:32 +1000
  • 3d5a7ed7ef Merge pull request #15 from MaikKlein/master Brendan Zabarauskas 2013-06-15 17:11:31 -0700
  • 8673cd6701 Fixing vec2.perp_dot and vec3.angle maikklein 2013-06-16 02:08:16 +0200
  • e82ac511a5 Use higher order functions to reduce code repetition in some methods Brendan Zabarauskas 2013-06-12 15:49:54 +1000
  • b727dd2bf5 Implement Dimensional trait Brendan Zabarauskas 2013-06-12 12:57:58 +1000
  • 5cb98d09cf Add conversion traits Brendan Zabarauskas 2013-06-12 11:30:18 +1000
  • b2e7f2e4b1 Some constructors and functions don't need T:Copy Brendan Zabarauskas 2013-06-12 11:15:12 +1000
  • feb4ae2a00 Move tests into source files Brendan Zabarauskas 2013-06-12 11:02:11 +1000
  • f226ab2262 Re-organise modules Brendan Zabarauskas 2013-06-12 10:02:39 +1000
  • 21ae345adc Be more selective about inlining, #[inline(always)] -> #[inline] for functions other than map Brendan Zabarauskas 2013-06-12 07:50:16 +1000
  • 17975b798d De-traitify types, fix tests Brendan Zabarauskas 2013-06-11 09:02:25 +1000
  • 3721167cdc Fix std imports Brendan Zabarauskas 2013-06-06 12:38:23 +1000
  • 288c49b474 Remove broken macros Brendan Zabarauskas 2013-06-06 12:38:03 +1000
  • d352577356 Use /// style doc comments Brendan Zabarauskas 2013-06-01 12:57:29 +1000
  • f443203d4a Create elem and elem_mut methods for accessing matrix elements Brendan Zabarauskas 2013-06-01 11:56:11 +1000
  • a485920354 Fix constructors, tests now pass (YAYAY!) Brendan Zabarauskas 2013-06-01 11:07:25 +1000
  • 36039228b6 Don't use index operator in tests Brendan Zabarauskas 2013-06-01 09:12:30 +1000
  • a913be0373 Delete old files Brendan Zabarauskas 2013-06-01 08:01:20 +1000
  • d3bfcc194e Add license/copyright notices to source files Brendan Zabarauskas 2013-06-01 08:01:01 +1000
  • e630faf239 Remove index operator impls to prevent copying Brendan Zabarauskas 2013-05-31 21:05:43 +1000
  • 86241f69cb Fix multiple borrow errors Brendan Zabarauskas 2013-05-24 07:55:23 +1000
  • f800a0ae04 Fixes for core->std and changes to use Brendan Zabarauskas 2013-05-24 07:05:25 +1000
  • 0361be55c5 Simplify index methods Brendan Zabarauskas 2013-05-22 17:01:52 +1000
  • 11d6d0259a Use #[cfg(test)] instead of #[test]. Brendan Zabarauskas 2013-05-22 16:46:27 +1000
  • 0c1af624a7 Remove usages of the <-> operator Brendan Zabarauskas 2013-05-22 15:44:54 +1000
  • ebf6a9529d Use the new ApproxEq trait in core Brendan Zabarauskas 2013-05-08 01:00:06 +1000
  • 0cb3314bf8 Use the new core::num traits and remove numeric dependency Brendan Zabarauskas 2013-05-06 13:52:22 +1000
  • a6acab93c3 Simplify trait bounds Brendan Zabarauskas 2013-04-15 07:09:43 +1000
  • aad2d62f37 Make lifetimes explicit, as required in latest updates to rust Brendan Zabarauskas 2013-04-15 06:43:21 +1000
  • 887544b0b2 Fix ortho Brendan Zabarauskas 2013-04-07 23:18:32 +1000
  • a57935ccea Clean up 'orthographic' function and rename to 'ortho' Brendan Zabarauskas 2013-04-07 23:04:54 +1000
  • 98d2ed5fc7 Added Mikko Perttunen to AUTHORS.txt Brendan Zabarauskas 2013-04-07 20:27:17 +1000
  • 8442e16db6 Merge pull request #12 from cyndis/master Brendan Zabarauskas 2013-04-07 03:21:23 -0700
  • 4293d9aa1b Add function projection::orthographic. Mikko Perttunen 2013-04-07 13:06:26 +0300
  • 5cf091656d Fix projection::perspective. Mikko Perttunen 2013-04-07 12:55:03 +0300
  • 9116917607 Make trait names more succinct Brendan Zabarauskas 2013-04-02 16:12:13 +1100
  • 4614930ad3 Formatting Brendan Zabarauskas 2013-04-02 15:01:38 +1100
  • c906578c69 Remove NumCast type parameters Brendan Zabarauskas 2013-04-02 11:59:33 +1100
  • d2885fea52 Remove unnecessary imports Brendan Zabarauskas 2013-04-02 11:57:58 +1100
  • 449705b760 Use core::num::{Zero, One, NumCast} traits for 'zero', 'one' and 'cast' methods Brendan Zabarauskas 2013-04-02 11:25:05 +1100
  • 64ab171dc3 Update README Brendan Zabarauskas 2013-04-01 07:57:02 +1100
  • 325f429a55 Update makefile to look in lmath/extern when compiling Brendan Zabarauskas 2013-04-01 07:56:46 +1100
  • e131af6509 Add AUTHORS.txt Brendan Zabarauskas 2013-04-01 07:48:39 +1100
  • 25c70a7e87 Create zip macros for automating repetitive code Brendan Zabarauskas 2013-04-01 07:35:09 +1100
  • e5879db08c Use macro for generating wrapper impls Brendan Zabarauskas 2013-03-31 22:02:36 +1100
  • 69615bee12 Fix unit test build Brendan Zabarauskas 2013-03-31 22:01:50 +1100
  • 85e8677c9c Combine vec*.rs and mat*.rs files into two respective modules Brendan Zabarauskas 2013-03-31 17:27:59 +1100
  • a1f0980688 Remove imports from top of files Brendan Zabarauskas 2013-03-30 23:36:34 +1100
  • dfa4339912 Remove unused imports Brendan Zabarauskas 2013-03-30 11:42:55 +1100
  • 4b61cca057 Capitalise rustic type aliases Brendan Zabarauskas 2013-03-30 11:22:59 +1100
  • 9f7d10a580 Convert type alias comments to doc comments Brendan Zabarauskas 2013-03-30 11:22:32 +1100
  • a601881dd5 Add rustpkg support Brendan Zabarauskas 2013-03-30 09:54:05 +1100
  • c6c92dc3e3 Merge each mutable trait with its respective immutable trait Brendan Zabarauskas 2013-03-29 22:51:34 +1100
  • fdb8a73555 Remove usages of 'to_unsafe_ptr' Brendan Zabarauskas 2013-03-29 22:09:15 +1100
  • e8e1fb49c5 Merge branch 'refs/heads/rescue-mission' Brendan Zabarauskas 2013-03-29 18:48:40 +1100
  • 1c51fba5a6 Fix tests Brendan Zabarauskas 2013-03-29 18:48:01 +1100
  • 4cefbf763c Re-fix index operators Brendan Zabarauskas 2013-03-29 13:47:19 +1100
  • 0285bf5098 Merge pull request #11 from luqmana/rescue-mission Brendan Zabarauskas 2013-03-28 18:44:40 -0700
  • 6b0711fe63 Unused imports. Luqman Aden 2013-03-28 18:30:47 -0700
  • 062a5126e4 Workaround conflicting loans when using util::swap. Luqman Aden 2013-03-28 18:24:35 -0700
  • a467bf7032 Update index impls. Luqman Aden 2013-03-28 17:33:39 -0700
  • fbb484408b Fix some conflicting loans Brendan Zabarauskas 2013-03-29 12:04:59 +1100
  • 3869c24ec8 Remove unnecessary dereference-references Brendan Zabarauskas 2013-03-29 10:42:54 +1100
  • e8c6e78cf4 Fix unused variable errors Brendan Zabarauskas 2013-03-29 10:39:19 +1100
  • 8989881365 Fix cargo cult syntax Brendan Zabarauskas 2013-03-29 10:37:25 +1100
  • 39ad5169f2 Make anonymous impls public Brendan Zabarauskas 2013-03-29 10:32:23 +1100
  • 9e8666c53f Fix lifetime issues Brendan Zabarauskas 2013-03-29 10:29:20 +1100
  • c6816207e0 Remove unused imports Brendan Zabarauskas 2013-03-29 09:50:51 +1100
  • 1342d52bfa Fix index operator overloads Brendan Zabarauskas 2013-03-29 09:14:20 +1100
  • ce0a6bcd02 Add 'self lifetimes Brendan Zabarauskas 2013-03-29 09:10:55 +1100
  • 61bf32d1e9 Update to deriving(Eq) attribute syntax Brendan Zabarauskas 2013-03-28 21:56:38 +1100
  • faffdf8273 Remove test_rot module Brendan Zabarauskas 2013-03-28 21:54:50 +1100
  • 1c09618aa4 Convert asserts to syntax extension form Brendan Zabarauskas 2013-03-28 21:54:25 +1100
  • ad4ee9c436 Update lifetime notation Brendan Zabarauskas 2013-03-28 21:39:19 +1100
  • 2c2b7a71d0 Remove instances of 'static' Brendan Zabarauskas 2013-03-28 21:37:25 +1100
  • 27603dd6bd Remove instances of 'pure' Brendan Zabarauskas 2013-03-28 21:35:51 +1100
  • 8b94369a38 updated syntax and added type bounds, scope ownership issues remain Brian Heylin 2013-03-28 10:45:43 +0100
  • 7f0de1b42f Merge pull request #9 from luqmana/master Brendan Zabarauskas 2013-02-17 03:58:37 -0800
  • 97acf34dbb Update to new impl Trait for Type syntax. Luqman Aden 2013-02-17 03:16:41 -0500
  • 5929ba09cb Import vector traits Brendan Zabarauskas 2013-02-10 09:42:41 +1100
  • ff185b373c Update FuzzyEq impls Brendan Zabarauskas 2013-02-10 09:42:06 +1100
  • 238e034e07 Use explicit self for fuzzy_eq Brendan Zabarauskas 2013-02-07 08:31:52 +1100
  • c0fb48f861 Use capitalised Self type Brendan Zabarauskas 2013-02-07 08:28:48 +1100
  • fdff434325 Update uses of fail to macro calls Brendan Zabarauskas 2013-02-07 08:26:33 +1100
  • 9c3f2e8774 Remove rot module def and rot::Rotation import Brendan Zabarauskas 2013-01-29 21:24:08 +1100
  • c89053f6ee Use capitalised Self type Brendan Zabarauskas 2013-01-29 21:23:22 +1100
  • 58cfe4d32c Remove whitespace Brendan Zabarauskas 2013-01-29 20:27:07 +1100
  • d7f5efadbd Remove anonymous impls on types and transfer functionality to traits Brendan Zabarauskas 2013-01-29 20:26:48 +1100
  • 683ac4ad62 Re-define test mod names to remove the 'test_' prefix Brendan Zabarauskas 2013-01-29 16:33:09 +1100
  • 0a4e19ba1e Move GLSL type aliases to vec, mat and quat mods Brendan Zabarauskas 2013-01-29 12:13:44 +1100
  • 030af2a842 Add more static method wrappers for gltypes Brendan Zabarauskas 2013-01-29 11:49:38 +1100
  • 153e5366c8 Remove FIXMEs Brendan Zabarauskas 2013-01-29 11:48:41 +1100
  • 017791023d Impl 'new' constructors from VectorN traits Brendan Zabarauskas 2013-01-28 10:33:02 +1100