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 |
|
Vinnie Falco
|
d37dd46f65
|
Move RelativeTime to chrono, add ostream support
|
2013-09-28 15:09:12 -07:00 |
|
Vinnie Falco
|
0b7574ba00
|
Add compilation test script
|
2013-09-28 15:09:11 -07:00 |
|
Vinnie Falco
|
7b89bf6cc7
|
Add FixedArray, IntrusiveArray, Crypto
|
2013-09-23 10:13:25 -07:00 |
|