- 30 May, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 29 May, 2013 3 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
Also add type ConstZoneTableAccessorPtr for convenience, pass smart pointer by reference in unit test.
-
Paul Selkirk authored
Also redo the associated unit tests, and fix some white-space issue.
-
- 26 May, 2013 2 commits
-
-
Paul Selkirk authored
-
Paul Selkirk authored
-
- 22 May, 2013 3 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 21 May, 2013 3 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Michal 'vorner' Vaner authored
Fix CSV-related test for usermanager that failed on some versions of python (seen on 3.2.4 on Gentoo).
-
- 20 May, 2013 5 commits
-
-
JINMEI Tatuya authored
okayed on jabber.
-
JINMEI Tatuya authored
one of the tests directly uses the boost mapped_file_segment class, which can result in compiler warnings on some platforms.
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
accidently had phrase repeated in c077699f
-
Michal 'vorner' Vaner authored
Comments, unused values, etc.
-
- 17 May, 2013 15 commits
-
-
JINMEI Tatuya authored
confirmed locally, and should be trivial, so I'm committing it directly.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
as stopIOService public any (non templated) derived class can use it. this seems to be the simplest and portable way to build it.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Thomas Markwalder authored
-
Michal 'vorner' Vaner authored
Include the stdint.h for uint64_t. It compiled on most systems, but failed on some before.
-
Michal 'vorner' Vaner authored
Compensate for different error message from different versions of the csv library. We don't really care that much about which exact text of the error is printed as long as something is printed and makes sense. So allow both versions know to be produced.
-
Michal 'vorner' Vaner authored
Don't accept invalid inputs. It seems some versions of the csv library rejected this before, but some didn't. Making sure all of them reject now, to get more reliable operation and consistent behavior.
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Make the zone loading work even on top of MemorySegmentMapped. In particular, handle the MemorySegmentGrown exception, which may cause relocation of data.
-
- 16 May, 2013 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this chunk was accidentally removed in e448bbba causing test faiulres.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
error_code wasn't an exception type; it should have been system_error.
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
the source tree.
-
Michal 'vorner' Vaner authored
-