Vinnie Falco
|
c202386a79
|
Robust method for extracting the underlying template type
|
2013-08-15 15:45:14 -07:00 |
|
Vinnie Falco
|
95ec3f4db5
|
Import ProxyHandshake into beast
|
2013-08-15 15:45:14 -07:00 |
|
Vinnie Falco
|
ab207fa835
|
Fix unused variable warning
|
2013-08-15 08:31:13 -07:00 |
|
Vinnie Falco
|
bbe60e6bb8
|
Fix Workers warning
|
2013-08-15 08:28:51 -07:00 |
|
Vinnie Falco
|
94aca14251
|
Call _exit from Process::terminate()
|
2013-08-12 13:29:24 -07:00 |
|
Vinnie Falco
|
13f68c668e
|
Add thread naming to Workers
|
2013-08-12 11:00:55 -07:00 |
|
Vinnie Falco
|
6fbc45a45d
|
Add numberOfCurrentlyRunningTasks to Workers
|
2013-08-12 11:00:47 -07:00 |
|
Vinnie Falco
|
2fa132f9cc
|
Add programming by contract support
|
2013-08-12 11:00:37 -07:00 |
|
Vinnie Falco
|
bbcb5a7ae5
|
Use std::ostream for double to String conversions
|
2013-08-10 03:12:53 -07:00 |
|
Vinnie Falco
|
4073c99bdb
|
Disable failing TestPeer unit test
|
2013-08-10 00:46:33 -07:00 |
|
Vinnie Falco
|
58b0c0ef34
|
Fix c++0x errors
|
2013-08-10 00:45:40 -07:00 |
|
Vinnie Falco
|
d4d741cd62
|
Use deadline_timer to handle async logic properly
|
2013-08-09 23:14:58 -07:00 |
|
Vinnie Falco
|
4d93e0972c
|
Tidy up beast_asio
|
2013-08-09 20:53:49 -07:00 |
|
Vinnie Falco
|
a277fc3fbb
|
Fix gcc warnings and errors
|
2013-08-09 19:59:59 -07:00 |
|
Vinnie Falco
|
405c9be337
|
TestPeer boost::asio Socket and UnitTest framework
|
2013-08-09 19:47:12 -07:00 |
|
Vinnie Falco
|
eacbc7d9fa
|
Update .gitignore for beast_boost module
|
2013-08-09 19:23:40 -07:00 |
|
Vinnie Falco
|
7c7fcde596
|
Clean up rvalues in arguments and call sites
|
2013-08-09 19:23:40 -07:00 |
|
Vinnie Falco
|
748cc7773a
|
Add SslContext abstraction
|
2013-08-09 19:23:40 -07:00 |
|
Vinnie Falco
|
d8d0b63f88
|
Fix using BOOST_ASIO_MOVE_CAST for passing rvalue references
|
2013-08-07 19:14:21 -07:00 |
|
Vinnie Falco
|
071b404f80
|
Fix use sites of BOOST_ASIO_MOVE_ARG
|
2013-08-07 18:42:19 -07:00 |
|
Vinnie Falco
|
b806ce2d9e
|
More match options for unit test selection string
|
2013-08-07 17:31:48 -07:00 |
|
Vinnie Falco
|
f48ab1b286
|
Add 'print' unit test which prints the list of tests
|
2013-08-07 15:34:13 -07:00 |
|
Vinnie Falco
|
cd1c72e004
|
Set __WIN32_WINNT in properties
|
2013-08-07 15:16:43 -07:00 |
|
Vinnie Falco
|
cd4961f017
|
Fix gcc compile errors
|
2013-08-07 15:16:43 -07:00 |
|
Vinnie Falco
|
303706e6af
|
Revise all Socket function signatures and return values
|
2013-08-07 15:16:42 -07:00 |
|
Vinnie Falco
|
5f4865b4cd
|
Tidy up beast_asio
|
2013-08-07 15:16:41 -07:00 |
|
Vinnie Falco
|
6b2c6a5d39
|
Add beast_asio module
|
2013-08-07 15:16:40 -07:00 |
|
Vinnie Falco
|
05e93b0786
|
Tweak fatal_error macro to remove warning
|
2013-08-07 15:16:40 -07:00 |
|
Vinnie Falco
|
b8bf735a66
|
Make Uncopyable derivations public
|
2013-08-07 15:16:38 -07:00 |
|
Vinnie Falco
|
f53f6df97c
|
Adjust access-specifier
|
2013-08-07 15:16:38 -07:00 |
|
Vinnie Falco
|
91a7835aa0
|
Add fatal_error() macro
|
2013-08-07 15:16:37 -07:00 |
|
Vinnie Falco
|
8135c89683
|
Change to fatal_assert()
|
2013-08-07 15:16:37 -07:00 |
|
Vinnie Falco
|
c83f6b29e0
|
Update beast vcxproj
|
2013-08-07 15:16:36 -07:00 |
|
Vinnie Falco
|
9b3d0d73aa
|
Fatal error in ~Thread if thread still running (undefined behavior)
|
2013-08-07 15:16:36 -07:00 |
|
Vinnie Falco
|
21b422cda9
|
Add fatal_require and improved FatalError reporting interfaces
|
2013-08-07 15:16:35 -07:00 |
|
Vinnie Falco
|
d559bdf24e
|
Add bool return to stopThread
|
2013-08-07 15:16:35 -07:00 |
|
Vinnie Falco
|
2d2e33f0c6
|
Return results of expect in UnitTest
|
2013-08-07 15:16:35 -07:00 |
|
Vinnie Falco
|
6b407d3141
|
Add RelativeTime::seconds() ctor
|
2013-08-07 15:16:34 -07:00 |
|
Vinnie Falco
|
87fe9ed877
|
Add default to UnitTest::fail() and tidy up
|
2013-08-07 15:16:34 -07:00 |
|
Vinnie Falco
|
b7e3de987f
|
Generate a fatal error if a running Thread object is destroyed
|
2013-08-07 15:16:33 -07:00 |
|
Vinnie Falco
|
ebee433c65
|
Add getConstData for MemoryBlock
|
2013-08-07 15:16:33 -07:00 |
|
Vinnie Falco
|
be3f19c811
|
Add Random::fillBitsRandomly
|
2013-08-07 15:16:32 -07:00 |
|
Vinnie Falco
|
6d8a34540c
|
Add default value to Semaphore ctor
|
2013-08-07 15:16:32 -07:00 |
|
Vinnie Falco
|
93b98b77f7
|
Return popped element in List
|
2013-08-07 15:16:31 -07:00 |
|
Vinnie Falco
|
5e33606f1a
|
Add std container compatibility to MemoryBlock
|
2013-08-07 15:16:31 -07:00 |
|
Vinnie Falco
|
165fbca849
|
Fix clang warnings
|
2013-08-07 15:16:31 -07:00 |
|
Alex Dupre
|
87a27f5239
|
Comment out a quite useless test case if platform is not Windows, since getcwd()
return the canonical path (resolving symlinks), while HOME may contains symlinks.
|
2013-08-05 09:39:41 -07:00 |
|
Alex Dupre
|
3e5b0836a9
|
Fix retrieval of CPU info (number of CPUs, speed, flags, vendor) on FreeBSD,
using 'dmesg' and 'sysctl' instead of /proc/cpuinfo that is Linux-specific.
|
2013-08-05 09:39:34 -07:00 |
|
Vinnie Falco
|
2b9c9bdc18
|
Fix clang compile
|
2013-08-01 15:54:24 -07:00 |
|
Vinnie Falco
|
77e0ee9006
|
Run startup unit tests from Main
|
2013-08-01 15:27:18 -07:00 |
|