[Abysmal-commit] SF.net SVN: abysmal:[245] abysmal/trunk/src
Status: Pre-Alpha
Brought to you by:
jlanger85
|
From: <jla...@us...> - 2009-04-03 18:13:14
|
Revision: 245
http://abysmal.svn.sourceforge.net/abysmal/?rev=245&view=rev
Author: jlanger85
Date: 2009-04-03 18:13:00 +0000 (Fri, 03 Apr 2009)
Log Message:
-----------
* vector.h: removed the requirement, that expression types need to be
copy constructible
* this change allows us now to store expressions as const references
instead of const values in the expression types
* added compile time option ABYSMAL_VECTOR_STORE_REFERENCES to store
references to the expression types instead of values
* reworked vec_perftest quite a bit
* added benchmark results of the ET and non-ET vector implementatios with gcc
and icc compilers to vector.h. Benchmarks with MSVC and mingw will follow
Modified Paths:
--------------
abysmal/trunk/src/common/vector.h
abysmal/trunk/src/test/oldvector.h
abysmal/trunk/src/test/vec_perftest/vec_perftest.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|