Commit Graph

13 Commits

Author SHA1 Message Date
King_DuckZ 7225298698 Trying to fix markdown in readme 2018-07-28 14:28:31 +01:00
King_DuckZ 8f179919f5 Update readme 2018-07-28 00:18:06 +01:00
King_DuckZ 2f4d319675 Implement binary operators.
This also has the benefical side effect of ridding me of that
stupid VWR_STATIC_CAST_RESULTS macro.
2016-11-08 02:24:21 +01:00
King_DuckZ 891fa25675 Add vector_cast implementation and the unit test for it. 2016-11-02 01:19:48 +01:00
King_DuckZ f51c739a48 Add a macro to control if the result of binary operators should be casted.
It allows to suppress warnings when combining vectors of a type that
gets promoted to int after the binary operator is applied, for example.
2016-11-02 01:14:23 +01:00
King_DuckZ 6ab4d586eb Disable implicit conversions by default and update readme.
Implicit conversions are still needed for the old unit test to build.
2016-11-02 01:12:00 +01:00
King_DuckZ dbfed8c124 Add notes about example.cpp and about performance. 2015-07-25 22:12:44 +02:00
King_DuckZ f682168382 Remove Build status section. 2015-07-25 21:58:56 +02:00
King_DuckZ 40ca5cd388 Clarify cast conditions. 2015-07-25 19:20:20 +02:00
King_DuckZ 59d8eb43e7 Short version of the motivation in the readme. 2015-07-25 00:56:14 +02:00
King_DuckZ f99739772b Fix travis.yml 2015-07-23 23:28:19 +02:00
King_DuckZ 7547450913 Fix build errors and typos in the documentation. 2015-07-23 23:10:55 +02:00
King_DuckZ 08050e42da First import 2015-07-23 01:37:35 +02:00