OpenSource C++ libraries. Full list of classes and functions listed at yf-library.sourceforge.net
Be the first to post a text review of yf cpp libraries. Rate and review a project by clicking thumbs up or thumbs down in the right column.
------------------------------------------------------------------------ r108 | jackyf | 2007-12-02 20:50:31 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/ptr/copy_ptr.hpp Removed changelog from file content. Bugfix: 'YF_CLASS_EXCEPTION' -> 'YF_FUNC_EXCEPTION'. ------------------------------------------------------------------------ r109 | jackyf | 2007-12-02 20:51:09 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.hpp Added 'YF_CATCH_EXCEPTION_TYPE' macros. ------------------------------------------------------------------------ r110 | jackyf | 2007-12-02 20:54:43 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/CopyPtr A /trunk/tests/CopyPtr/Makefile A /trunk/tests/CopyPtr/test.cpp M /trunk/tests/run_tests.sh 'CopyPtr' test has been added. ------------------------------------------------------------------------ r111 | jackyf | 2007-12-02 21:51:37 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Moved classes to 'yf::unittest' namespace. Removed changelog from file content. ------------------------------------------------------------------------ r112 | jackyf | 2007-12-02 22:57:09 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/geometry/point.hpp Bugfixes. Removed to 'yf::geometry' namespace. ipoint<DIM>, fpoint<DIM>, dpoint<DIM> is now provided. ------------------------------------------------------------------------ r113 | jackyf | 2007-12-02 22:58:40 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp '__BORLANDC__' ifdefs removed. Removed 'color_reporter'. ------------------------------------------------------------------------ r114 | jackyf | 2007-12-02 23:00:33 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/GeometryPoint A /trunk/tests/GeometryPoint/Makefile A /trunk/tests/GeometryPoint/test.cpp M /trunk/tests/run_tests.sh 'GeometryPoint' test has been added. ------------------------------------------------------------------------ r115 | jackyf | 2007-12-05 22:47:14 +0200 (Wed, 05 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/hugeuint.hpp M /trunk/yf/string/string.cpp Refactoring: 'yf::array::get_pointer()' -> 'yf::array::get()' ------------------------------------------------------------------------ r116 | jackyf | 2007-12-06 00:11:26 +0200 (Thu, 06 Dec 2007) | 3 lines Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Bugfix: added correct 64-bit variants of assembler blocks. Style changes. Implemented non-assembler variants of functions 'rcompare_mem', 'rcompare_mem_by4', 'ircompare_mem'. ------------------------------------------------------------------------ r117 | jackyf | 2007-12-06 00:16:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/Array/test.cpp 'array::get_pointer' -> 'array::get()' ------------------------------------------------------------------------ r118 | jackyf | 2007-12-06 00:19:07 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp M /trunk/tests/MathMatrix/test.cpp Namespace change 'yf' -> 'yf::unittest' ------------------------------------------------------------------------ r119 | jackyf | 2007-12-06 00:19:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: A /trunk/tests/MemoryManip A /trunk/tests/MemoryManip/Makefile A /trunk/tests/MemoryManip/test.cpp Added memory manipulation test. ------------------------------------------------------------------------ r120 | jackyf | 2007-12-06 00:20:02 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/run_tests.sh Added memory manipulation test. ------------------------------------------------------------------------ r121 | jackyf | 2007-12-09 10:48:44 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/common.cpp M /trunk/yf/consolefunc.hpp M /trunk/yf/defs.hpp M /trunk/yf/file/file.cpp M /trunk/yf/hash/hash.hpp M /trunk/yf/math/hugesint.cpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/math.cpp M /trunk/yf/math/standart_matrix.hpp M /trunk/yf/ptr/copy_ptr.hpp M /trunk/yf/random/random.cpp M /trunk/yf/string/string.cpp M /trunk/yf/syslog.cpp M /trunk/yf/time/time.cpp M /trunk/yf/unittest/unittest.hpp Refactoring: 'YFDEBUG' -> 'YF_ENABLE_CHECKS' ------------------------------------------------------------------------ r122 | jackyf | 2007-12-09 12:10:26 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/lib A /trunk/lib/Makefile A /trunk/lib/README A /trunk/lib/VER_MAIN A /trunk/lib/VER_RELEASE A /trunk/lib/build-deb-dev.sh A /trunk/lib/build-deb.sh A /trunk/lib/configure A /trunk/lib/description-pak A /trunk/lib/install-dev.sh A /trunk/lib/unconfigure Added: files needed for building the library. ------------------------------------------------------------------------ r123 | jackyf | 2007-12-09 20:14:59 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Mistype corrected in 'yf::inv()' function's briefing. ------------------------------------------------------------------------ r124 | jackyf | 2007-12-09 20:16:55 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Introduced new test results: 'E' - known exception occured, 'X' - unknown exception occured. ------------------------------------------------------------------------ r125 | jackyf | 2007-12-09 20:50:18 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE M /trunk/tests/run_tests.sh M /trunk/yf/unittest/unittest.cpp Bugfix: wrong counting of non-passed tests due to new test result variants. ------------------------------------------------------------------------ r126 | jackyf | 2007-12-09 20:51:50 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp Increased by ten times 'CopyPtr' test repeat count. ------------------------------------------------------------------------ r127 | jackyf | 2007-12-09 22:24:31 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/random/random.cpp Changed method of calculating the 'rnd_uint32(border)' function. It may speed up the function. ------------------------------------------------------------------------ r128 | jackyf | 2007-12-09 22:27:52 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/Makefile.lin Now linking to yf-library with checkings enabled. ------------------------------------------------------------------------ r129 | jackyf | 2007-12-09 22:29:16 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/tests/Random A /trunk/tests/Random/Makefile A /trunk/tests/Random/test.cpp M /trunk/tests/run_tests.sh Added: 'Random' test. ------------------------------------------------------------------------ r130 | jackyf | 2007-12-09 22:38:42 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE Revision changed. ------------------------------------------------------------------------
------------------------------------------------------------------------ r108 | jackyf | 2007-12-02 20:50:31 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/ptr/copy_ptr.hpp Removed changelog from file content. Bugfix: 'YF_CLASS_EXCEPTION' -> 'YF_FUNC_EXCEPTION'. ------------------------------------------------------------------------ r109 | jackyf | 2007-12-02 20:51:09 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.hpp Added 'YF_CATCH_EXCEPTION_TYPE' macros. ------------------------------------------------------------------------ r110 | jackyf | 2007-12-02 20:54:43 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/CopyPtr A /trunk/tests/CopyPtr/Makefile A /trunk/tests/CopyPtr/test.cpp M /trunk/tests/run_tests.sh 'CopyPtr' test has been added. ------------------------------------------------------------------------ r111 | jackyf | 2007-12-02 21:51:37 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Moved classes to 'yf::unittest' namespace. Removed changelog from file content. ------------------------------------------------------------------------ r112 | jackyf | 2007-12-02 22:57:09 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/geometry/point.hpp Bugfixes. Removed to 'yf::geometry' namespace. ipoint<DIM>, fpoint<DIM>, dpoint<DIM> is now provided. ------------------------------------------------------------------------ r113 | jackyf | 2007-12-02 22:58:40 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp '__BORLANDC__' ifdefs removed. Removed 'color_reporter'. ------------------------------------------------------------------------ r114 | jackyf | 2007-12-02 23:00:33 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/GeometryPoint A /trunk/tests/GeometryPoint/Makefile A /trunk/tests/GeometryPoint/test.cpp M /trunk/tests/run_tests.sh 'GeometryPoint' test has been added. ------------------------------------------------------------------------ r115 | jackyf | 2007-12-05 22:47:14 +0200 (Wed, 05 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/hugeuint.hpp M /trunk/yf/string/string.cpp Refactoring: 'yf::array::get_pointer()' -> 'yf::array::get()' ------------------------------------------------------------------------ r116 | jackyf | 2007-12-06 00:11:26 +0200 (Thu, 06 Dec 2007) | 3 lines Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Bugfix: added correct 64-bit variants of assembler blocks. Style changes. Implemented non-assembler variants of functions 'rcompare_mem', 'rcompare_mem_by4', 'ircompare_mem'. ------------------------------------------------------------------------ r117 | jackyf | 2007-12-06 00:16:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/Array/test.cpp 'array::get_pointer' -> 'array::get()' ------------------------------------------------------------------------ r118 | jackyf | 2007-12-06 00:19:07 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp M /trunk/tests/MathMatrix/test.cpp Namespace change 'yf' -> 'yf::unittest' ------------------------------------------------------------------------ r119 | jackyf | 2007-12-06 00:19:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: A /trunk/tests/MemoryManip A /trunk/tests/MemoryManip/Makefile A /trunk/tests/MemoryManip/test.cpp Added memory manipulation test. ------------------------------------------------------------------------ r120 | jackyf | 2007-12-06 00:20:02 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/run_tests.sh Added memory manipulation test. ------------------------------------------------------------------------ r121 | jackyf | 2007-12-09 10:48:44 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/common.cpp M /trunk/yf/consolefunc.hpp M /trunk/yf/defs.hpp M /trunk/yf/file/file.cpp M /trunk/yf/hash/hash.hpp M /trunk/yf/math/hugesint.cpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/math.cpp M /trunk/yf/math/standart_matrix.hpp M /trunk/yf/ptr/copy_ptr.hpp M /trunk/yf/random/random.cpp M /trunk/yf/string/string.cpp M /trunk/yf/syslog.cpp M /trunk/yf/time/time.cpp M /trunk/yf/unittest/unittest.hpp Refactoring: 'YFDEBUG' -> 'YF_ENABLE_CHECKS' ------------------------------------------------------------------------ r122 | jackyf | 2007-12-09 12:10:26 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/lib A /trunk/lib/Makefile A /trunk/lib/README A /trunk/lib/VER_MAIN A /trunk/lib/VER_RELEASE A /trunk/lib/build-deb-dev.sh A /trunk/lib/build-deb.sh A /trunk/lib/configure A /trunk/lib/description-pak A /trunk/lib/install-dev.sh A /trunk/lib/unconfigure Added: files needed for building the library. ------------------------------------------------------------------------ r123 | jackyf | 2007-12-09 20:14:59 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Mistype corrected in 'yf::inv()' function's briefing. ------------------------------------------------------------------------ r124 | jackyf | 2007-12-09 20:16:55 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Introduced new test results: 'E' - known exception occured, 'X' - unknown exception occured. ------------------------------------------------------------------------ r125 | jackyf | 2007-12-09 20:50:18 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE M /trunk/tests/run_tests.sh M /trunk/yf/unittest/unittest.cpp Bugfix: wrong counting of non-passed tests due to new test result variants. ------------------------------------------------------------------------ r126 | jackyf | 2007-12-09 20:51:50 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp Increased by ten times 'CopyPtr' test repeat count. ------------------------------------------------------------------------ r127 | jackyf | 2007-12-09 22:24:31 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/random/random.cpp Changed method of calculating the 'rnd_uint32(border)' function. It may speed up the function. ------------------------------------------------------------------------ r128 | jackyf | 2007-12-09 22:27:52 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/Makefile.lin Now linking to yf-library with checkings enabled. ------------------------------------------------------------------------ r129 | jackyf | 2007-12-09 22:29:16 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/tests/Random A /trunk/tests/Random/Makefile A /trunk/tests/Random/test.cpp M /trunk/tests/run_tests.sh Added: 'Random' test. ------------------------------------------------------------------------ r130 | jackyf | 2007-12-09 22:38:42 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE Revision changed. ------------------------------------------------------------------------
------------------------------------------------------------------------ r108 | jackyf | 2007-12-02 20:50:31 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/ptr/copy_ptr.hpp Removed changelog from file content. Bugfix: 'YF_CLASS_EXCEPTION' -> 'YF_FUNC_EXCEPTION'. ------------------------------------------------------------------------ r109 | jackyf | 2007-12-02 20:51:09 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.hpp Added 'YF_CATCH_EXCEPTION_TYPE' macros. ------------------------------------------------------------------------ r110 | jackyf | 2007-12-02 20:54:43 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/CopyPtr A /trunk/tests/CopyPtr/Makefile A /trunk/tests/CopyPtr/test.cpp M /trunk/tests/run_tests.sh 'CopyPtr' test has been added. ------------------------------------------------------------------------ r111 | jackyf | 2007-12-02 21:51:37 +0200 (Sun, 02 Dec 2007) | 2 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Moved classes to 'yf::unittest' namespace. Removed changelog from file content. ------------------------------------------------------------------------ r112 | jackyf | 2007-12-02 22:57:09 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/geometry/point.hpp Bugfixes. Removed to 'yf::geometry' namespace. ipoint<DIM>, fpoint<DIM>, dpoint<DIM> is now provided. ------------------------------------------------------------------------ r113 | jackyf | 2007-12-02 22:58:40 +0200 (Sun, 02 Dec 2007) | 3 lines Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp '__BORLANDC__' ifdefs removed. Removed 'color_reporter'. ------------------------------------------------------------------------ r114 | jackyf | 2007-12-02 23:00:33 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: A /trunk/tests/GeometryPoint A /trunk/tests/GeometryPoint/Makefile A /trunk/tests/GeometryPoint/test.cpp M /trunk/tests/run_tests.sh 'GeometryPoint' test has been added. ------------------------------------------------------------------------ r115 | jackyf | 2007-12-05 22:47:14 +0200 (Wed, 05 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/hugeuint.hpp M /trunk/yf/string/string.cpp Refactoring: 'yf::array::get_pointer()' -> 'yf::array::get()' ------------------------------------------------------------------------ r116 | jackyf | 2007-12-06 00:11:26 +0200 (Thu, 06 Dec 2007) | 3 lines Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Bugfix: added correct 64-bit variants of assembler blocks. Style changes. Implemented non-assembler variants of functions 'rcompare_mem', 'rcompare_mem_by4', 'ircompare_mem'. ------------------------------------------------------------------------ r117 | jackyf | 2007-12-06 00:16:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/Array/test.cpp 'array::get_pointer' -> 'array::get()' ------------------------------------------------------------------------ r118 | jackyf | 2007-12-06 00:19:07 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp M /trunk/tests/MathMatrix/test.cpp Namespace change 'yf' -> 'yf::unittest' ------------------------------------------------------------------------ r119 | jackyf | 2007-12-06 00:19:46 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: A /trunk/tests/MemoryManip A /trunk/tests/MemoryManip/Makefile A /trunk/tests/MemoryManip/test.cpp Added memory manipulation test. ------------------------------------------------------------------------ r120 | jackyf | 2007-12-06 00:20:02 +0200 (Thu, 06 Dec 2007) | 1 line Changed paths: M /trunk/tests/run_tests.sh Added memory manipulation test. ------------------------------------------------------------------------ r121 | jackyf | 2007-12-09 10:48:44 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp M /trunk/yf/common.cpp M /trunk/yf/consolefunc.hpp M /trunk/yf/defs.hpp M /trunk/yf/file/file.cpp M /trunk/yf/hash/hash.hpp M /trunk/yf/math/hugesint.cpp M /trunk/yf/math/hugeuint.cpp M /trunk/yf/math/math.cpp M /trunk/yf/math/standart_matrix.hpp M /trunk/yf/ptr/copy_ptr.hpp M /trunk/yf/random/random.cpp M /trunk/yf/string/string.cpp M /trunk/yf/syslog.cpp M /trunk/yf/time/time.cpp M /trunk/yf/unittest/unittest.hpp Refactoring: 'YFDEBUG' -> 'YF_ENABLE_CHECKS' ------------------------------------------------------------------------ r122 | jackyf | 2007-12-09 12:10:26 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/lib A /trunk/lib/Makefile A /trunk/lib/README A /trunk/lib/VER_MAIN A /trunk/lib/VER_RELEASE A /trunk/lib/build-deb-dev.sh A /trunk/lib/build-deb.sh A /trunk/lib/configure A /trunk/lib/description-pak A /trunk/lib/install-dev.sh A /trunk/lib/unconfigure Added: files needed for building the library. ------------------------------------------------------------------------ r123 | jackyf | 2007-12-09 20:14:59 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Mistype corrected in 'yf::inv()' function's briefing. ------------------------------------------------------------------------ r124 | jackyf | 2007-12-09 20:16:55 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/unittest/unittest.cpp M /trunk/yf/unittest/unittest.hpp Introduced new test results: 'E' - known exception occured, 'X' - unknown exception occured. ------------------------------------------------------------------------ r125 | jackyf | 2007-12-09 20:50:18 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE M /trunk/tests/run_tests.sh M /trunk/yf/unittest/unittest.cpp Bugfix: wrong counting of non-passed tests due to new test result variants. ------------------------------------------------------------------------ r126 | jackyf | 2007-12-09 20:51:50 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/CopyPtr/test.cpp Increased by ten times 'CopyPtr' test repeat count. ------------------------------------------------------------------------ r127 | jackyf | 2007-12-09 22:24:31 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/yf/random/random.cpp Changed method of calculating the 'rnd_uint32(border)' function. It may speed up the function. ------------------------------------------------------------------------ r128 | jackyf | 2007-12-09 22:27:52 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/tests/Makefile.lin Now linking to yf-library with checkings enabled. ------------------------------------------------------------------------ r129 | jackyf | 2007-12-09 22:29:16 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: A /trunk/tests/Random A /trunk/tests/Random/Makefile A /trunk/tests/Random/test.cpp M /trunk/tests/run_tests.sh Added: 'Random' test. ------------------------------------------------------------------------ r130 | jackyf | 2007-12-09 22:38:42 +0200 (Sun, 09 Dec 2007) | 1 line Changed paths: M /trunk/lib/VER_RELEASE Revision changed. ------------------------------------------------------------------------
Full project subversion (SVN) repository has been imported into sourceforge, and now you can easily access it.
------------------------------------------------------------------------ r92 | jackyf | 2007-11-29 09:42:24 +0200 (Thu, 29 Nov 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: 'YF_CLASS_MESSAGE_EXCEPTION' -> 'YF_FUNC_MESSAGE_EXCEPTION' ------------------------------------------------------------------------ r93 | jackyf | 2007-12-01 23:55:28 +0200 (Sat, 01 Dec 2007) | 3 lines Changed paths: M /trunk/yf/math/standart_matrix.hpp Added constructor and 'assign' method for static two-dimensional C-arrays. Bugfix in 'operator-=()' function. Small style changes ------------------------------------------------------------------------ r94 | jackyf | 2007-12-02 11:51:52 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage positions in 'other' and 'result' matrixes ------------------------------------------------------------------------ r95 | jackyf | 2007-12-02 12:00:20 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage in 'operator-' function. ------------------------------------------------------------------------ r100 | jackyf | 2007-12-02 13:43:49 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Workaround comments were added. ------------------------------------------------------------------------ r101 | jackyf | 2007-12-02 13:44:32 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp Bugfix: 'using namespace' was added to 'operator==' ------------------------------------------------------------------------ r105 | jackyf | 2007-12-02 16:33:44 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/exception/exception.cpp Bugfix: enabled explicit cast to 'unsigned int' in yf::exception constructor to provide correct data to snprintf ------------------------------------------------------------------------ r106 | jackyf | 2007-12-02 16:34:42 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Correctly reassigned function prototypes. ------------------------------------------------------------------------ r107 | jackyf | 2007-12-02 16:35:59 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Bugfix: provided workaround to uint64 constant to G++ 3.x.x compilers ------------------------------------------------------------------------
------------------------------------------------------------------------ r92 | jackyf | 2007-11-29 09:42:24 +0200 (Thu, 29 Nov 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: 'YF_CLASS_MESSAGE_EXCEPTION' -> 'YF_FUNC_MESSAGE_EXCEPTION' ------------------------------------------------------------------------ r93 | jackyf | 2007-12-01 23:55:28 +0200 (Sat, 01 Dec 2007) | 3 lines Changed paths: M /trunk/yf/math/standart_matrix.hpp Added constructor and 'assign' method for static two-dimensional C-arrays. Bugfix in 'operator-=()' function. Small style changes ------------------------------------------------------------------------ r94 | jackyf | 2007-12-02 11:51:52 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage positions in 'other' and 'result' matrixes ------------------------------------------------------------------------ r95 | jackyf | 2007-12-02 12:00:20 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage in 'operator-' function. ------------------------------------------------------------------------ r100 | jackyf | 2007-12-02 13:43:49 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Workaround comments were added. ------------------------------------------------------------------------ r101 | jackyf | 2007-12-02 13:44:32 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp Bugfix: 'using namespace' was added to 'operator==' ------------------------------------------------------------------------ r105 | jackyf | 2007-12-02 16:33:44 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/exception/exception.cpp Bugfix: enabled explicit cast to 'unsigned int' in yf::exception constructor to provide correct data to snprintf ------------------------------------------------------------------------ r106 | jackyf | 2007-12-02 16:34:42 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Correctly reassigned function prototypes. ------------------------------------------------------------------------ r107 | jackyf | 2007-12-02 16:35:59 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Bugfix: provided workaround to uint64 constant to G++ 3.x.x compilers ------------------------------------------------------------------------
------------------------------------------------------------------------ r92 | jackyf | 2007-11-29 09:42:24 +0200 (Thu, 29 Nov 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: 'YF_CLASS_MESSAGE_EXCEPTION' -> 'YF_FUNC_MESSAGE_EXCEPTION' ------------------------------------------------------------------------ r93 | jackyf | 2007-12-01 23:55:28 +0200 (Sat, 01 Dec 2007) | 3 lines Changed paths: M /trunk/yf/math/standart_matrix.hpp Added constructor and 'assign' method for static two-dimensional C-arrays. Bugfix in 'operator-=()' function. Small style changes ------------------------------------------------------------------------ r94 | jackyf | 2007-12-02 11:51:52 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage positions in 'other' and 'result' matrixes ------------------------------------------------------------------------ r95 | jackyf | 2007-12-02 12:00:20 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Bugfix: incorrect storage in 'operator-' function. ------------------------------------------------------------------------ r100 | jackyf | 2007-12-02 13:43:49 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/math/standart_matrix.hpp Workaround comments were added. ------------------------------------------------------------------------ r101 | jackyf | 2007-12-02 13:44:32 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/array/array.hpp Bugfix: 'using namespace' was added to 'operator==' ------------------------------------------------------------------------ r105 | jackyf | 2007-12-02 16:33:44 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/exception/exception.cpp Bugfix: enabled explicit cast to 'unsigned int' in yf::exception constructor to provide correct data to snprintf ------------------------------------------------------------------------ r106 | jackyf | 2007-12-02 16:34:42 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/memory/memmanip.cpp M /trunk/yf/memory/memmanip.hpp Correctly reassigned function prototypes. ------------------------------------------------------------------------ r107 | jackyf | 2007-12-02 16:35:59 +0200 (Sun, 02 Dec 2007) | 1 line Changed paths: M /trunk/yf/defs.hpp Bugfix: provided workaround to uint64 constant to G++ 3.x.x compilers ------------------------------------------------------------------------
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?