- 16 Dec, 2011 1 commit
-
-
Stephen Morris authored
A previous change updated the test for removeIdentical(). This change was omitted from the test for the const version.
-
- 14 Dec, 2011 1 commit
-
-
Jelte Jansen authored
-
- 13 Dec, 2011 3 commits
-
-
Stephen Morris authored
Original code checked the wrong variable when doing a status check on read(2)/write(2).
-
Stephen Morris authored
-
Stephen Morris authored
shared_ptr is a candidates for the next STL version and Windows has already adopted it. This change removes ambiguity between the Boost and Windows versions of the class.
-
- 12 Dec, 2011 18 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
A method iterates over a std::map and removes from it elements that match those in another map. This can lead to a problem on some operating systems if the element removal affects the iterator. The fix here is to iterate over the (unchanging) reference map.
-
Stephen Morris authored
This leads to a warning on some compiler.
-
Stephen Morris authored
The .cc has it defined as "struct" and the .h file referenced a "class". This has now been harmonised as "struct".
-
Stephen Morris authored
Some loops changed to use unsigned loop indexes to avoid warning messages from some compilers.
-
Stephen Morris authored
One compiler had a problem with the unqualifier data type "error_code". This has been changed to "asio::error_code".
-
Stephen Morris authored
Was declared as "class" in one and "struct" in another - now declared as "struct" in both.
-
Stephen Morris authored
-
Stephen Morris authored
Some compilers warn if "this" is referred to in a constructor initialization list. This change replaces such initializations with an assignment within the constructor body.
-
- 09 Dec, 2011 10 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
JINMEI Tatuya authored
This will fix build failure due to the mixture of these in ?:. (and in any event when we can make something const that's generally good to do)
-
Stephen Morris authored
Conflicts: src/lib/datasrc/database.cc src/lib/datasrc/datasrc_messages.mes
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 08 Dec, 2011 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also fixed a minor type for entry 338 (as discussed on the dev ML)
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Stephen Morris authored
-
Yoshitaka Aharen authored
This reverts commit 662233a1, reversing changes made to b41b7dc3.
-
Yoshitaka Aharen authored
This reverts commit 8dcf5eeb.
-