Commit graph

50 commits

Author SHA1 Message Date
Brendan Zabarauskas dcb83e0ab7 Merge branch 'master' into serde_derive 2017-03-17 22:38:44 +11:00
Luxko 64924b954d [WIP]Add basic SIMD support
- Add an opt-in SIMD support for the module. The feature requires crate
`simd` and specialization, thus can only be enabled under nightly. Under
the given benchmark certain operations were able to be up to 60% faster.
Currently the supported types as well as operations are highly limited.
- Clean up some deadly tests. Also add new tests for SIMD.
2017-02-25 07:26:11 +08:00
Cameron Hart 4f13a96ae6 Use serde_derive instead of serde_macros. 2016-12-18 13:13:48 +11:00
Brendan Zabarauskas 7184549222 Bump version and update changelog 2016-09-14 23:10:35 +10:00
Andrey Lesnikov 8eb7614792 docs.rs 2016-09-05 22:01:27 +03:00
Andrew Dudney 753609918e Updated glium and serde 2016-08-22 17:22:15 -06:00
Andrew Dudney 0f8a96d9b8 Changed over to the approx crate. Currently breaks rotation's doc tests. 2016-08-22 09:21:22 -06:00
Brendan Zabarauskas aaaedd7e6a Bump version number 2016-08-17 23:10:50 +10:00
Brendan Zabarauskas 2dd4cae878 Fix more broken links 2016-08-17 23:03:39 +10:00
Brendan Zabarauskas 6e0cba4be7 Bump version to v0.10.0 2016-06-05 20:11:10 +10:00
Romain Vaillant bb5eed1af6 Add serde serialization test 2016-05-16 15:25:28 +02:00
Romain Vaillant cdbb9294e0 Adds serde support 2016-05-16 14:16:59 +02:00
Romain Vaillant f3673a1d4c makes rustc-serialize optional 2016-05-15 14:48:57 +02:00
Brendan Zabarauskas 86c13ca14f Switch to using num_traits crate from num
Fixes #336
2016-04-23 14:03:35 +10:00
Brendan Zabarauskas 8eeefa3ca2 Bump version number 2016-04-20 22:59:45 +10:00
Brendan Zabarauskas d467e5b5d8 Update Cargo.toml 2016-04-19 22:16:05 +10:00
Brendan Zabarauskas d2929921d3 Un-implicit-glob rustc-serialize version number
Fixes #308
2016-04-06 23:04:39 +10:00
Brendan Zabarauskas cea5e78bc7 Bump version number 2016-04-06 22:21:58 +10:00
Brendan Zabarauskas 813b4aa5c2 Add constrained conversion functions 2016-03-26 16:41:31 +11:00
Brendan Zabarauskas a6da4d1d37 Bump version number 2015-12-23 17:30:50 +11:00
Brendan Zabarauskas 33511ee52a Retarget repository URL 2015-12-23 17:30:50 +11:00
Brendan Zabarauskas 59d5e6f53a Implement most assignment operators 2015-12-22 22:34:34 +11:00
Brendan Zabarauskas ddf4694281 Bump version to 0.6.0 2015-12-12 13:33:30 +11:00
Brendan Zabarauskas 304ba88e83 Bump version to 0.5.0 2015-11-20 08:25:42 +11:00
Brendan Zabarauskas 09cefe36c7 Pin dependencies, and bump to v0.4.0 2015-10-25 18:09:12 +11:00
Brendan Zabarauskas eccb01921c Update shields and add readme location to Cargo.toml 2015-10-02 15:32:18 +10:00
Brendan Zabarauskas fde34bde39 Update cargo and readme links, and add crates.io badge 2015-09-20 15:42:10 +10:00
Colin Sherratt e9e81cc5ed Bump version number (breaking changes, so none-patch) 2015-09-12 13:04:29 -04:00
Pierre Krieger fb8cd931d8 Bump to 0.2.0 2015-05-11 09:01:40 +02:00
Dzmitry Malyshau 507e53b63f Version bump 2015-05-10 18:38:44 -04:00
Dzmitry Malyshau 16302ffa20 Fixed the num crate 2015-04-24 23:28:31 -04:00
Pierre Krieger f3c9d9dcda Bump version 2015-04-24 13:15:05 +02:00
Dzmitry Malyshau 8db429acae Using rust-lang/num 2015-04-04 21:19:11 -04:00
Dzmitry Malyshau 94d428d23e Fixed the Neg disaster 2015-04-04 20:15:00 -04:00
Pierre Krieger fc41e1c0b8 Bump version 2015-04-01 18:28:35 +02:00
Dzmitry Malyshau 05c4147cec Fixed Index implementations 2015-03-25 21:58:33 -04:00
Colin Sherratt e785e697b1 Bump the verison number 2015-03-15 16:33:22 -04:00
Colin Sherratt 64fedca8e9 Manually add rand trait 2015-03-14 22:54:02 -04:00
Pierre Krieger 8895654f92 Remove dependencies to rand and rand_macros
Conflicts:
	src/cgmath.rs
2015-03-14 22:07:15 -04:00
Pierre Krieger 6231a884be Bump version 2015-03-09 17:32:32 +01:00
Colin Sherratt 4fc4b5347f Bump version number 2015-03-01 13:55:51 -05:00
Colin Sherratt c5fd7aa971 bump the version number 2015-02-21 12:21:06 -05:00
Dzmitry Malyshau c115d24ed1 Bumped version to 0.0.5 2015-02-16 19:03:57 -05:00
Dzmitry Malyshau 61d19961fc Version bump to 0.0.4 2015-02-11 23:19:58 -05:00
Colin Sherratt 7c76a0cec3 bump version number 2015-02-08 13:51:25 -05:00
Colin Sherratt 778a3c13aa use the new rand_macros crate 2015-02-08 13:25:42 -05:00
Colin Sherratt 4bb12d6859 Switch to rustc_serialize 2014-12-26 16:18:29 -05:00
HeroesGrave 896735a2b0 updated to latest Rust 2014-08-30 12:00:34 +12:00
Ty 21a85041cd Change package name from "cgmath-rs" to "cgmath"
When the Cargo package manager gets the online package list component, the package name 
will be used as the identifier for the whole project. Keeping "-rs" -- while useful for the github 
repository -- will be redundant in Cargo because all of the projects will obviously be rust projects.

This naming convention was adopted by one of your other repository gl-rx (https://github.com/bjz/gl-rs/pull/88)
2014-06-29 19:12:43 -07:00
Corey Richardson c9bdf838a5 Update for Cargo 2014-06-23 23:49:29 -07:00