Commit Graph

4026 Commits

Author SHA1 Message Date
Jeremiah Willcock
2a3fa2db0d Merged r66097, r66098, and r66099 from trunk; refs #4758, #4752, #4753, #4631
svn path=/branches/release/boost/numeric/ublas/; revision=66100
2010-10-19 16:13:47 +00:00
David Bellot
e371349635 beta ublas for 1.45
[SVN r66085]
2010-10-19 07:01:35 +00:00
David Bellot
bc5ec5013c beta ublas for 1.45
svn path=/branches/release/boost/numeric/ublas/; revision=66085
2010-10-19 07:01:35 +00:00
David Bellot
91d6653fbd beta ublas for 1.45
svn path=/branches/release/boost/numeric/ublas/; revision=66085
2010-10-19 07:01:35 +00:00
David Bellot
5845007115 updated test in ublas for 1.45 release
svn path=/trunk/libs/numeric/ublas/; revision=66083
2010-10-18 20:13:26 +00:00
David Bellot
d8672c6572 updated test in ublas for 1.45 release
svn path=/trunk/libs/numeric/ublas/; revision=66083
2010-10-18 20:13:26 +00:00
David Bellot
405abd69e1 updated test in ublas for 1.45 release
[SVN r66083]
2010-10-18 20:13:26 +00:00
David Bellot
0a93e47644 updated test in ublas for 1.45 release 2010-10-18 20:13:26 +00:00
Christopher Kohlhoff
79564ad367 Merge from trunk.
........
  r66022 | chris_kohlhoff | 2010-10-17 00:15:51 +1100 (Sun, 17 Oct 2010) | 2 lines
  
  Pass NULL for servname rather than empty string, as per POSIX. Fixes #4690.
........
  r66056 | chris_kohlhoff | 2010-10-18 08:24:55 +1100 (Mon, 18 Oct 2010) | 2 lines
  
  Fix so that read operations do not accept const_buffers_1 arguments. Fixes #4746.
........

svn path=/branches/release/boost/numeric/ublas/; revision=66080
2010-10-18 12:58:10 +00:00
Christopher Kohlhoff
153b98d785 Merge from trunk.
........
  r66022 | chris_kohlhoff | 2010-10-17 00:15:51 +1100 (Sun, 17 Oct 2010) | 2 lines
  
  Pass NULL for servname rather than empty string, as per POSIX. Fixes #4690.
........
  r66056 | chris_kohlhoff | 2010-10-18 08:24:55 +1100 (Mon, 18 Oct 2010) | 2 lines
  
  Fix so that read operations do not accept const_buffers_1 arguments. Fixes #4746.
........

svn path=/branches/release/boost/numeric/ublas/; revision=66080
2010-10-18 12:58:10 +00:00
Hartmut Kaiser
7664bf8250 Spirit: merging from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=66073
2010-10-18 12:14:32 +00:00
Hartmut Kaiser
e39c85e8ea Spirit: merging from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=66073
2010-10-18 12:14:32 +00:00
Christopher Kohlhoff
65646fe9ce Merge from trunk.
........
  r65998 | chris_kohlhoff | 2010-10-16 15:30:12 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Make unit tests build faster.
........
  r66002 | chris_kohlhoff | 2010-10-16 16:13:46 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Add a test case for bug where a deadline timer never fires if the io_service is run in a background thread. N.B. fails only on platforms that use kqueue. Fixes #4568.
........
  r66004 | chris_kohlhoff | 2010-10-16 16:43:03 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix the way the kqueue_reactor is interrupted when a new timer is scheduled. Fixes #4568.
........
  r66005 | chris_kohlhoff | 2010-10-16 17:27:45 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix a const-correctness issue that prevents valid uses of has_service<> from compiling. Fixes #4638.
........
  r66006 | chris_kohlhoff | 2010-10-16 18:06:18 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Use lower-case to keep MinGW cross-compilers happy. Fixes #4491.
........
  r66007 | chris_kohlhoff | 2010-10-16 18:24:47 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Don't use deprecated system functions. Fixes #4672.
........
  r66008 | chris_kohlhoff | 2010-10-16 20:47:11 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Ensure close()/closesocket() failures are correctly propagated. Fixes #4573.
........
  r66009 | chris_kohlhoff | 2010-10-16 21:01:14 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Check return code of InitializeCriticalSectionAndSpinCount. Fixes #4574.
........
  r66010 | chris_kohlhoff | 2010-10-16 22:04:08 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Add support for hardware flow control on QNX. Fixes #4625.
........
  r66014 | chris_kohlhoff | 2010-10-16 22:39:13 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Always use pselect() on HP-UX, if it is available. Fixes #4578.
........
  r66017 | chris_kohlhoff | 2010-10-16 23:23:56 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Ensure handler arguments are passed as lvalues. Fixes #4744.
........
  r66018 | chris_kohlhoff | 2010-10-16 23:39:06 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix Windows build when thread support is disabled. Fixes #4680.
........
  r66020 | chris_kohlhoff | 2010-10-16 23:59:29 +1100 (Sat, 16 Oct 2010) | 3 lines
  
  Timers with expiry times set more than 5 minutes in the future need the
  waitable timer to be periodic. Fixes #4745.
........
  r66035 | chris_kohlhoff | 2010-10-17 22:33:28 +1100 (Sun, 17 Oct 2010) | 2 lines
  
  Version bump.
........

svn path=/branches/release/boost/numeric/ublas/; revision=66037
2010-10-17 12:24:50 +00:00
Christopher Kohlhoff
892431c329 Merge from trunk.
........
  r65998 | chris_kohlhoff | 2010-10-16 15:30:12 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Make unit tests build faster.
........
  r66002 | chris_kohlhoff | 2010-10-16 16:13:46 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Add a test case for bug where a deadline timer never fires if the io_service is run in a background thread. N.B. fails only on platforms that use kqueue. Fixes #4568.
........
  r66004 | chris_kohlhoff | 2010-10-16 16:43:03 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix the way the kqueue_reactor is interrupted when a new timer is scheduled. Fixes #4568.
........
  r66005 | chris_kohlhoff | 2010-10-16 17:27:45 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix a const-correctness issue that prevents valid uses of has_service<> from compiling. Fixes #4638.
........
  r66006 | chris_kohlhoff | 2010-10-16 18:06:18 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Use lower-case to keep MinGW cross-compilers happy. Fixes #4491.
........
  r66007 | chris_kohlhoff | 2010-10-16 18:24:47 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Don't use deprecated system functions. Fixes #4672.
........
  r66008 | chris_kohlhoff | 2010-10-16 20:47:11 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Ensure close()/closesocket() failures are correctly propagated. Fixes #4573.
........
  r66009 | chris_kohlhoff | 2010-10-16 21:01:14 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Check return code of InitializeCriticalSectionAndSpinCount. Fixes #4574.
........
  r66010 | chris_kohlhoff | 2010-10-16 22:04:08 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Add support for hardware flow control on QNX. Fixes #4625.
........
  r66014 | chris_kohlhoff | 2010-10-16 22:39:13 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Always use pselect() on HP-UX, if it is available. Fixes #4578.
........
  r66017 | chris_kohlhoff | 2010-10-16 23:23:56 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Ensure handler arguments are passed as lvalues. Fixes #4744.
........
  r66018 | chris_kohlhoff | 2010-10-16 23:39:06 +1100 (Sat, 16 Oct 2010) | 2 lines
  
  Fix Windows build when thread support is disabled. Fixes #4680.
........
  r66020 | chris_kohlhoff | 2010-10-16 23:59:29 +1100 (Sat, 16 Oct 2010) | 3 lines
  
  Timers with expiry times set more than 5 minutes in the future need the
  waitable timer to be periodic. Fixes #4745.
........
  r66035 | chris_kohlhoff | 2010-10-17 22:33:28 +1100 (Sun, 17 Oct 2010) | 2 lines
  
  Version bump.
........

svn path=/branches/release/boost/numeric/ublas/; revision=66037
2010-10-17 12:24:50 +00:00
Eric Niebler
5e7d3fc824 Merged revisions 65843,65864 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65843 | eric_niebler | 2010-10-08 13:35:43 -0700 (Fri, 08 Oct 2010) | 1 line
  
  support non-rtti compilers
........
  r65864 | eric_niebler | 2010-10-09 11:30:55 -0700 (Sat, 09 Oct 2010) | 1 line
  
  add const-qualified overloads of proto::eval
........

svn path=/branches/release/boost/numeric/ublas/; revision=66027
2010-10-16 19:23:02 +00:00
Eric Niebler
6e58a8c551 Merged revisions 65843,65864 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65843 | eric_niebler | 2010-10-08 13:35:43 -0700 (Fri, 08 Oct 2010) | 1 line
  
  support non-rtti compilers
........
  r65864 | eric_niebler | 2010-10-09 11:30:55 -0700 (Sat, 09 Oct 2010) | 1 line
  
  add const-qualified overloads of proto::eval
........

svn path=/branches/release/boost/numeric/ublas/; revision=66027
2010-10-16 19:23:02 +00:00
Hartmut Kaiser
befea449f3 Wave merging from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65968
2010-10-15 03:39:14 +00:00
Hartmut Kaiser
543c50f640 Wave merging from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65968
2010-10-15 03:39:14 +00:00
Christopher Schmidt
344115876e Fusion: merge from trunk - fixed minor doc typos
svn path=/branches/release/boost/numeric/ublas/; revision=65895
2010-10-10 20:57:01 +00:00
Christopher Schmidt
4d7d1f898a Fusion: merge from trunk - fixed minor doc typos
svn path=/branches/release/boost/numeric/ublas/; revision=65895
2010-10-10 20:57:01 +00:00
Eric Niebler
f2120216a1 Merged revisions 65788 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65788 | eric_niebler | 2010-10-06 12:02:04 -0700 (Wed, 06 Oct 2010) | 1 line
  
  as() handles wide sub_match objects correctly, fixes #4496
........

svn path=/branches/release/boost/numeric/ublas/; revision=65866
2010-10-09 18:59:48 +00:00
Eric Niebler
14e6b5f5cd Merged revisions 65788 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65788 | eric_niebler | 2010-10-06 12:02:04 -0700 (Wed, 06 Oct 2010) | 1 line
  
  as() handles wide sub_match objects correctly, fixes #4496
........

svn path=/branches/release/boost/numeric/ublas/; revision=65866
2010-10-09 18:59:48 +00:00
Jürgen Hunold
fb5848de1b Merge 65838 from ^/trunk
------------------------------------------------------------------------
r65838 | jhunold | 2010-10-08 19:48:40 +0200 (Fr, 08 Okt 2010) | 2 lines

Fix: adjust toolset-tag to changed toolset definition.

------------------------------------------------------------------------

svn path=/branches/release/boost/numeric/ublas/; revision=65856
2010-10-09 11:37:15 +00:00
Jürgen Hunold
5c701ef5df Merge 65838 from ^/trunk
------------------------------------------------------------------------
r65838 | jhunold | 2010-10-08 19:48:40 +0200 (Fr, 08 Okt 2010) | 2 lines

Fix: adjust toolset-tag to changed toolset definition.

------------------------------------------------------------------------

svn path=/branches/release/boost/numeric/ublas/; revision=65856
2010-10-09 11:37:15 +00:00
Jeremiah Willcock
f3ce8a4acd Merged r65836 (fix for #4715) from trunk; refs #4715
svn path=/branches/release/boost/numeric/ublas/; revision=65839
2010-10-08 18:06:41 +00:00
Jeremiah Willcock
0fc80cbd41 Merged r65836 (fix for #4715) from trunk; refs #4715
svn path=/branches/release/boost/numeric/ublas/; revision=65839
2010-10-08 18:06:41 +00:00
Christopher Schmidt
6302900e84 Fusion: merge from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65821
2010-10-07 22:58:44 +00:00
Christopher Schmidt
7faa3aba83 Fusion: merge from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65821
2010-10-07 22:58:44 +00:00
Eric Niebler
a80d29240a Merged revisions 64371,64661,65793,65796-65797 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r64371 | eric_niebler | 2010-07-26 13:04:15 -0700 (Mon, 26 Jul 2010) | 1 line
  
  make proto work on msvc with /clr option
........
  r64661 | eric_niebler | 2010-08-07 07:44:27 -0700 (Sat, 07 Aug 2010) | 1 line
  
  fix proto::matches bug with lambda_matches, array types and the wildcard
........
  r65793 | eric_niebler | 2010-10-06 15:13:27 -0700 (Wed, 06 Oct 2010) | 1 line
  
  knock down value of proto::N, fixed #4602
........
  r65796 | eric_niebler | 2010-10-06 16:24:23 -0700 (Wed, 06 Oct 2010) | 1 line
  
  vc9 needs workaround, too
........
  r65797 | eric_niebler | 2010-10-06 16:39:36 -0700 (Wed, 06 Oct 2010) | 1 line
  
  one more time
........

svn path=/branches/release/boost/numeric/ublas/; revision=65798
2010-10-07 00:57:44 +00:00
Eric Niebler
d57864c667 Merged revisions 64371,64661,65793,65796-65797 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r64371 | eric_niebler | 2010-07-26 13:04:15 -0700 (Mon, 26 Jul 2010) | 1 line
  
  make proto work on msvc with /clr option
........
  r64661 | eric_niebler | 2010-08-07 07:44:27 -0700 (Sat, 07 Aug 2010) | 1 line
  
  fix proto::matches bug with lambda_matches, array types and the wildcard
........
  r65793 | eric_niebler | 2010-10-06 15:13:27 -0700 (Wed, 06 Oct 2010) | 1 line
  
  knock down value of proto::N, fixed #4602
........
  r65796 | eric_niebler | 2010-10-06 16:24:23 -0700 (Wed, 06 Oct 2010) | 1 line
  
  vc9 needs workaround, too
........
  r65797 | eric_niebler | 2010-10-06 16:39:36 -0700 (Wed, 06 Oct 2010) | 1 line
  
  one more time
........

svn path=/branches/release/boost/numeric/ublas/; revision=65798
2010-10-07 00:57:44 +00:00
Eric Niebler
eb63288bc0 Merged revisions 65515 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65515 | eric_niebler | 2010-09-21 07:37:31 -0700 (Tue, 21 Sep 2010) | 1 line
  
  make auto_any ctor explicit
........

svn path=/branches/release/boost/numeric/ublas/; revision=65792
2010-10-06 21:36:44 +00:00
Eric Niebler
b28acc4367 Merged revisions 65515 via svnmerge from
https://svn.boost.org/svn/boost/trunk

........
  r65515 | eric_niebler | 2010-09-21 07:37:31 -0700 (Tue, 21 Sep 2010) | 1 line
  
  make auto_any ctor explicit
........

svn path=/branches/release/boost/numeric/ublas/; revision=65792
2010-10-06 21:36:44 +00:00
David Bellot
b80340ec2b more doxygen documentation: matrix methods
svn path=/trunk/boost/numeric/ublas/; revision=65791
2010-10-06 20:51:07 +00:00
David Bellot
2084253b9e more doxygen documentation: matrix methods
svn path=/trunk/boost/numeric/ublas/; revision=65791
2010-10-06 20:51:07 +00:00
David Bellot
b00460b663 more doxygen documentation: matrix methods
[SVN r65791]
2010-10-06 20:51:07 +00:00
David Bellot
a575425c3a more doxygen documentation: matrix methods 2010-10-06 20:51:07 +00:00
David Bellot
051bd10e49 final patch for size operation
svn path=/trunk/boost/numeric/ublas/; revision=65783
2010-10-06 13:27:27 +00:00
David Bellot
51858a6223 final patch for size operation
svn path=/trunk/boost/numeric/ublas/; revision=65783
2010-10-06 13:27:27 +00:00
David Bellot
481ec71de3 final patch for size operation
[SVN r65783]
2010-10-06 13:27:27 +00:00
David Bellot
698fcc6f74 final patch for size operation 2010-10-06 13:27:27 +00:00
Jeremiah Willcock
de39d9911c Merged r64064 (quote fix in example) from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65769
2010-10-05 18:08:27 +00:00
Jeremiah Willcock
454864cd2d Merged r64064 (quote fix in example) from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65769
2010-10-05 18:08:27 +00:00
Jeremiah Willcock
a402f4c999 Merged r64065 (fixes to implicit_graph example), r65199 and r65386 (documentation fixes), plus copied test_graphs.cpp from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65768
2010-10-05 18:06:09 +00:00
Jeremiah Willcock
170a856ca8 Merged r64065 (fixes to implicit_graph example), r65199 and r65386 (documentation fixes), plus copied test_graphs.cpp from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65768
2010-10-05 18:06:09 +00:00
Jeremiah Willcock
385b821b2b Merged r64209 (addition to users list), r64223 (fix to users list), r64763 (improved interfaces to smallest_last_ordering), r65593 (patches to stoer_wagner_min_cut) from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65767
2010-10-05 17:53:09 +00:00
Jeremiah Willcock
db71cac506 Merged r64209 (addition to users list), r64223 (fix to users list), r64763 (improved interfaces to smallest_last_ordering), r65593 (patches to stoer_wagner_min_cut) from trunk
svn path=/branches/release/boost/numeric/ublas/; revision=65767
2010-10-05 17:53:09 +00:00
Jeremiah Willcock
22982ca3bf Merged r64074, r64645, r64935, r65198, r65385, r65764 (all related to bundled graph properties as far as I remember)
svn path=/branches/release/boost/numeric/ublas/; revision=65766
2010-10-05 17:42:47 +00:00
Jeremiah Willcock
2a2b1e6f99 Merged r64074, r64645, r64935, r65198, r65385, r65764 (all related to bundled graph properties as far as I remember)
svn path=/branches/release/boost/numeric/ublas/; revision=65766
2010-10-05 17:42:47 +00:00
Jeremiah Willcock
4664febfc0 Merged changes r64063 (W. P. McNeill examples), r65590 (stoer_wagner_min_cut from Daniel Trebbien), 64187 (DIMACS reader updates), and 64762 (DIMACS reader updates)
svn path=/branches/release/boost/numeric/ublas/; revision=65751
2010-10-04 18:50:40 +00:00
Jeremiah Willcock
4cd392b0ef Merged changes r64063 (W. P. McNeill examples), r65590 (stoer_wagner_min_cut from Daniel Trebbien), 64187 (DIMACS reader updates), and 64762 (DIMACS reader updates)
svn path=/branches/release/boost/numeric/ublas/; revision=65751
2010-10-04 18:50:40 +00:00