Nik Bougalis
|
958b3a1dc0
|
Simplify Beast:
* Remove asio HTTP classes
* Remove beast::File, beast::String, beast::Stream, beast::Array,
beast::MemoryBlock, beast::CriticalSection and other unused
classes.
* Remove unused platform-specific code.
* Reduce Beast custom assert and debugging helper macros.
|
2016-01-25 09:07:41 -08:00 |
|
Tom Ritchford
|
b783e353c4
|
Remove trailing spaces.
|
2015-07-31 17:39:03 -07:00 |
|
Howard Hinnant
|
75c8d7aa57
|
Detab beast
|
2014-10-15 19:39:30 -04:00 |
|
Vinnie Falco
|
ce8f56727e
|
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool.
* Various manual fixes to include paths.
|
2014-06-02 09:16:28 -07:00 |
|
Vinnie Falco
|
3fbff6e620
|
beast cleanup and tidying:
* Replace custom types with C++11 <cstdint> types
* Fix sqlite integer intos and uses
* Fix String implicit integer constructors
* Escape the enclosing namespace in sqdb
* Replace contract checks with assert
* Make many header files compile independently
* Remove the dependence on beast_core.h in many places
* Remove unused or obsolete classes and functions
* Remove unused or obsolete macros
* Remove unused network functions and files
* Remove unused or obsolete classes:
- ChildProcess
- HighResolutionTimer
- InterProcessLock
- Throw
- TrackedMutex
- UntrackedMutex
- XmlDocument
- XmlElement
|
2014-03-23 15:23:55 -07:00 |
|
NATTSiM
|
eb19343f91
|
Fix clang compile
|
2013-12-27 17:46:51 -08:00 |
|
Vinnie Falco
|
29c38ef0d4
|
RelativeTime tidying
|
2013-10-20 15:31:50 -07:00 |
|
Patrick Dehne
|
74d616ac78
|
monotonicCurrentTimeInSeconds should return seconds, not milliseconds
|
2013-10-21 00:11:44 +02:00 |
|
Patrick Dehne
|
30cf0f8d3a
|
Rename millisecondsSinceStartup to monotonicCurrentTimeInSeconds
|
2013-10-20 23:37:24 +02:00 |
|
Patrick Dehne
|
b112b333bd
|
Make fromStartup compile on mac
|
2013-10-20 01:38:59 +02:00 |
|
Nik Bougalis
|
a3845f54e1
|
Add RelativeTime::value_type typedef
|
2013-10-06 18:33:53 -07:00 |
|
Vinnie Falco
|
f3d97c76df
|
Add RelativeTime::fromStartup
|
2013-10-01 12:25:00 -07:00 |
|
Vinnie Falco
|
f07515eb88
|
Add Stoppable prepare and start interfaces
|
2013-09-28 15:30:01 -07:00 |
|
Vinnie Falco
|
d37dd46f65
|
Move RelativeTime to chrono, add ostream support
|
2013-09-28 15:09:12 -07:00 |
|