Commit Graph

  • 46ce9f4265 Simplified string concatenation in test_fixed_containers.cpp. Joaquim Duran 2015-05-24 02:39:08 +0200
  • bdfbbc4d8c Householder rajaditya-m 2015-05-22 01:46:36 -0400
  • c3c4862d86 Merge pull request #30 from v4hn/fix-template-inline Nasos 2015-04-30 08:31:04 -0400
  • 78eecc8bbf "template inline" instead of "inline template" v4hn 2015-04-28 22:28:52 +0200
  • a4ac3b9f7e Merge pull request #29 from Houndie/develop David Bellot 2015-04-30 09:04:27 +0100
  • 0e9a3ed022 Fix typo in fixed_matrix move assignment Houndie 2015-04-20 10:44:15 -0400
  • a8794e7ffe Merge pull request #28 from jdurancomas/develop David Bellot 2015-04-14 08:37:12 +0100
  • 59426528e1 Merge remote-tracking branch 'upstream/develop' into develop Joaquim Duran 2015-04-14 00:50:01 +0200
  • 8f5992b472 Merge pull request #27 from awulkiew/feature/enable_if David Bellot 2015-04-13 09:45:14 +0100
  • 55af5c2bae Prefix enable_if and disable_if with boost namespace. Adam Wulkiewicz 2015-04-13 02:51:10 +0200
  • cd68a7c7e8 Fixed path name in benchmarks/configuration.pri file (using qmake 5.4). Removed '!' (test for command failure) before 'include' commands. Joaquim Duran 2015-04-12 02:03:42 +0200
  • 6ef6cd8ba1 Merge pull request #24 from uBLAS/master David Bellot 2015-03-28 10:33:28 +0000
  • e3f95ef27f Merge branch 'develop' nasos 2015-03-25 14:03:21 -0400
  • e241a730f6 Merge branch 'develop' nasos 2015-03-25 13:57:39 -0400
  • 2242cbdee6 Merge pull request #20 from Houndie/develop David Bellot 2015-03-14 15:14:22 +0000
  • 396bbc8cfc Merge pull request #22 from akumta/patch-1 David Bellot 2015-03-14 15:11:47 +0000
  • 2762974e67 Merge pull request #23 from uBLAS/develop David Bellot 2015-03-14 15:10:56 +0000
  • 216a3bebff Merge pull request #26 from akumta/patch-2 Nasos 2015-03-13 16:01:32 -0400
  • 33c87c75aa Merge pull request #25 from awulkiew/patch-2 Nasos 2015-03-13 15:52:56 -0400
  • a1c774b4f8 Update test_triangular.cpp akumta 2015-03-13 09:22:31 -0700
  • 30924063e6 Suppress unused-parameter warning in functional.hpp. Adam Wulkiewicz 2015-03-12 13:57:44 +0100
  • c06ebdb1ac Update test_triangular.cpp akumta 2015-03-03 14:28:04 -0800
  • ec401efb84 Fix typo in fixed_matrix move-assignment Houndie 2015-01-29 11:04:42 -0500
  • 4da394c819 Merge pull request #19 from uBLAS/develop David Bellot 2015-01-25 11:31:18 +0000
  • ce0cc7dbd2 An initial attempt to fix MSVC14 fixed_vector initializer list error. MSVC 14 doesn't have this capability yet and hopefully it will be suppoerted in the future. nasos 2015-01-23 15:36:31 -0500
  • e206a62f8a Merge pull request #18 from uBLAS/develop David Bellot 2015-01-23 09:04:39 +0000
  • 2dd4354800 Merge branch 'ublas_feature0010_ide_dev_support' into develop nasos 2015-01-22 10:15:27 -0500
  • 19eb8cf30a Corrected the BOOST_UBLAS_INLINE location in the recently enchanced interface of array_adaptor nasos 2015-01-22 10:00:18 -0500
  • a4d8c66caa Merge pull request #24 from jdurancomas/develop David Bellot 2015-01-15 08:32:53 +0000
  • b4a504f5d1 Update own_ variable when shallow_array_adaptor is resized. Joaquim Duran 2015-01-14 22:43:13 +0100
  • 41175510dc Merge pull request #22 from jdurancomas/ublas_feature0010_ide_dev_support David Bellot 2015-01-14 09:02:17 +0000
  • 3fb5175444 Fixed assignment of array to shared_array and assigned custom destructor on resize. Fixed warning of unused parameter. Enhanced the interface of array_adaptor, by assigning c arrays as storage. Joaquim Duran 2015-01-13 23:26:50 +0100
  • 4ca5a4d2c6 Enhanced the interface of array_adaptor, by assigning c arrays as storage. Joaquim Duran 2015-01-13 02:17:34 +0100
  • 1253c67927 Fixed the max size of bounded_array. Joaquim Duran 2015-01-13 02:10:13 +0100
  • 563666dc06 Merge remote-tracking branch 'upstream/ublas_feature0010_ide_dev_support' into HEAD Joaquim Duran 2015-01-09 00:19:44 +0100
  • c563c9ca89 Merge branch 'develop' into HEAD Joaquim Duran 2015-01-06 23:18:42 +0100
  • cf601d4ae7 Remove a comment. Joaquim Duran 2014-12-30 02:19:31 +0100
  • 48ad6f4801 The tests and benchmarks are build with the same directives that are defined in bjam files. The tests are build in debug mode and the functions are not inlined. Each test is build in each own directory. Joaquim Duran 2014-12-30 01:41:12 +0100
  • cb5c3a8a08 Fixed some gcc typedef warnings. Fixed a headers miss in sparse view test nasos 2014-12-15 15:45:24 -0500
  • a53a0c93c0 Merge pull request #19 from campreilly/develop Nasos 2014-12-15 15:13:00 -0500
  • baa4a437c0 Resolve issue #7902: Bugs: Division by scalar should use enable_if<> Sean Reilly 2014-12-10 19:24:45 -0500
  • 0fe4aafd64 Rename the equal_to() function to compare_to() to avoid name conflict in gcc-4.4.7 compiler. Any test that was using equal_to() was failing. Re-ran the tests and they all pass now. Sean Reilly 2014-12-10 19:13:02 -0500
  • 5af73189a8 Rename the equal_to() function to compare_to() to avoid name conflict in gcc-4.4.7 compiler. Any test that was using equal_to() was failing. Re-ran the tests and they all pass now. Sean Reilly 2014-12-10 18:41:52 -0500
  • 0be8be91dd Merge remote-tracking branch 'ublas_upstream/master' nasos 2014-11-24 09:50:21 -0500
  • bda1826d18 Merge remote-tracking branch 'ublas_upstream/develop' into develop nasos 2014-11-24 09:49:49 -0500
  • b160869068 Merge pull request #17 from jdurancomas/develop David Bellot 2014-11-20 08:37:56 +0000
  • 12f6c6c840 Merge pull request #16 from danieljames/develop David Bellot 2014-11-20 08:34:29 +0000
  • a87592c4d8 Fix link to documentation. Daniel James 2014-11-13 19:38:18 +0000
  • 9be12b61a9 Merge branch 'develop' of https://github.com/jdurancomas/ublas into develop Joaquim Duran 2014-11-10 01:38:53 +0100
  • 9c31de50c2 Added tolerance to functions 'equal_two' and restored in tests. Joaquim Duran 2014-11-10 01:35:24 +0100
  • 4c02ee4fc3 Merge remote-tracking branch 'origin/develop' into ublas_feature0010_ide_dev_support Joaquim Duran 2014-11-09 14:37:02 +0100
  • 2badf5ad5e Merge remote-tracking branch 'upstream/develop' into develop Joaquim Duran 2014-11-09 01:09:55 +0100
  • ffe1ec9d3a Functions mean_square have been moved to 'testhelper.hpp'. Created the functions 'equal_to' to test if matrices or vectors are equals (based on mean_square). Joaquim Duran 2014-11-08 15:54:22 +0100
  • 08e64804bd The matrices and vectors compared should have the same size. Joaquim Duran 2014-11-06 00:51:35 +0100
  • b5ede30b8b Merge pull request #15 from jdurancomas/develop David Bellot 2014-11-03 10:29:18 +0000
  • 741db0493f Merge pull request #13 from jdurancomas/ublas_feature0010_ide_dev_support David Bellot 2014-11-03 08:38:46 +0000
  • b6565a2d24 The warnings about unused variables in tests and benchmarks have been fixed. Joaquim Duran 2014-11-02 15:55:32 +0100
  • 780bc3f97a Added interval.hpp header to compile when interval is used (BOOST_UBLAS_USE_INTERVAL defined). Joaquim Duran 2014-11-02 15:41:42 +0100
  • a0fa1e6547 The relative path in the include directive to locate the header utils.hpp has been removed. Joaquim Duran 2014-10-31 02:20:35 +0100
  • b93d429102 The configuration of bench tests has been placed in shared configuration.pri file. qduran 2014-10-16 02:22:22 +0200
  • 5b7b11c774 Merge branch 'origin/develop' into HEAD qduran 2014-10-16 00:26:53 +0200
  • 30c5da8988 Merge pull request #12 from uBLAS/develop David Bellot 2014-10-15 09:53:09 +0100
  • 9465675c6d Merge pull request #14 from boostorg/develop David Bellot 2014-10-15 09:48:53 +0100
  • fffbeb1543 Merge pull request #13 from uBLAS/develop David Bellot 2014-10-15 09:21:19 +0100
  • 5f24feb364 Added configuration file to tests. qduran 2014-10-09 02:24:59 +0200
  • 77b9321e48 Changes implemented: qduran 2014-10-09 02:22:27 +0200
  • a8fde21e5a Merge pull request #11 from jdurancomas/develop David Bellot 2014-10-05 21:39:03 +0100
  • 1382b820da Merge branch 'develop' of https://github.com/jdurancomas/ublas into origin/develop qduran 2014-10-05 21:53:37 +0200
  • 349c1211cd Merge pull request #2 from uBLAS/develop jdurancomas 2014-10-05 21:51:48 +0200
  • ba71d594c9 Merge remote-tracking branch 'upstream/develop' into origin/develop qduran 2014-10-05 20:08:54 +0200
  • a069526f89 Remove the name of unused function parameters to avoid warnings in the compilation. qduran 2014-10-05 19:23:44 +0200
  • 277e1b567a Merge pull request #12 from uBLAS/develop David Bellot 2014-10-05 09:59:01 +0100
  • df3a82abbf Changed test33 to avoid conversion warning in MSVC nasos 2014-09-30 09:49:27 -0400
  • f9081229ea Merge branch 'bugfix_matrix_vector_struct_class' into develop nasos 2014-09-30 09:38:38 -0400
  • 6b8b71466e Changed matrix_vector_iterator from a struct to a class to avoid warning on MSVC nasos 2014-09-30 09:38:07 -0400
  • 11d7b5d28d Build tests test_fixed_containers and test_matrix_vector. qduran 2014-09-29 01:15:26 +0200
  • 334518b14f Merge pull request #11 from uBLAS/develop David Bellot 2014-09-28 12:45:46 +0100
  • 196156650e fixed index.html David Bellot 2014-09-28 12:42:36 +0100
  • 8855d46dc1 Merge pull request #9 from boostorg/develop David Bellot 2014-09-28 12:22:20 +0100
  • 2677daba97 Merge branch 'develop' of https://github.com/uBLAS/ublas into UBLAS-develop David Bellot 2014-09-28 11:35:41 +0100
  • d11aa8e29f Merge pull request #8 from jdurancomas/develop David Bellot 2014-09-28 10:58:57 +0100
  • 05a2654462 conflicts in doc resolved manually David Bellot 2014-09-28 10:41:21 +0100
  • 05b5b523f0 manually resolving conflict with doc/html/index.html David Bellot 2014-09-28 10:37:25 +0100
  • 68c7cebb03 remove last piece of doxygen David Bellot 2014-09-28 10:22:42 +0100
  • cd2058eedd Merge remote-tracking branch 'origin/develop' into HEAD Joaquim Duran 2014-09-28 11:15:27 +0200
  • 3cf5a63306 Merge pull request #1 from uBLAS/ublas_feature0010_ide_dev_support jdurancomas 2014-09-28 01:43:45 +0200
  • 83d6a3d167 Improved documentation of matrix_vector.hpp qduran 2014-09-26 01:53:37 +0200
  • 9cd2358f24 Update Changelog Nasos 2014-09-16 11:44:19 -0400
  • e30ef6c7cc Update Changelog Nasos 2014-09-16 11:38:28 -0400
  • 608478a093 Merged ublas_feature0011_mvrange_interface_t7411 nasos 2014-09-16 11:08:59 -0400
  • 1360e329d2 * merge pull request from Daniel James: metadata file * removed out-dated and too big doxygen documentation * change maintainers name in metadata David Bellot 2014-09-13 10:33:36 +0100
  • 8bd88abfb1 Merge pull request #7 from danieljames/metadata David Bellot 2014-09-13 10:25:36 +0100
  • d3d28d8dfd Merge pull request #7 from jdurancomas/develop David Bellot 2014-09-13 08:44:48 +0100
  • 9b97b6f0e3 Merge pull request #6 from MarcelRaad/develop David Bellot 2014-09-13 08:41:51 +0100
  • 00ccc91eea Merge pull request #6 from jdurancomas/remotes/origin/ublas_feature0011_mvrange_interface_t7411 David Bellot 2014-09-13 08:41:04 +0100
  • c03f378190 Merge pull request #5 from jdurancomas/remotes/origin/ublas_feature0010_ide_dev_support David Bellot 2014-09-13 08:39:14 +0100
  • 3089f42eaa Add metadata file. Daniel James 2014-08-18 15:08:20 +0100
  • 94f357d98b Merge remote-tracking branch 'upstream/develop' into develop qduran 2014-08-11 19:21:10 +0200
  • a359338650 Implemented cbegin, cend, crbegin and crend in storage files. qduran 2014-08-11 18:57:13 +0200
  • 1223d83089 Implemented cbegin, cend, crbegin and crend in matrices files. qduran 2014-08-11 18:55:33 +0200