Howard Hinnant
|
845c9f8a51
|
Change typedef to using.
Conflicts:
src/ripple/app/TODO.md
src/ripple/app/ledger/Ledger.h
src/ripple/protocol/Protocol.h
|
2015-05-22 11:09:50 -07: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 |
|
Vinnie Falco
|
2d490f6e6a
|
beast cleaning and tidying:
* Consolidate small modules into one
* Remove Android-specific platform support
* Remove Chrono.h from beast_core.h
* Removed files:
- TypeTraits.h
- Utility.h
- Net.h
- Asio.h
* Remove zlib support:
- Remove inline zlib library sources
- Remove GZIPCompressorOutputStream
- Remove GZIPDecompressorInputStream
* Remove obsolete or unused classes:
- AbstractObject
- BigInteger
- BufferedInputStream
- CacheLine
- CPUMeter
- DatagramSocket
- DynamicObject
- FileLogger
- FPUFlags
- Identifier
- JSON
- LocalisedStrings
- MACAddress
- MemoryAlignment
- MemoryInputStream
- MemoryMappedFile
- NamedValueSet
- OptionalScopedPointer
- PerformanceCounter
- PropertySet
- ScopedTimeInterval
- SparseSet
- SpinDelay
- StreamingSocket
- StringPool
- SubregionStream
- Uuid
- Variant
|
2014-03-21 07:30:50 -07:00 |
|
Vinnie Falco
|
8b659a6d32
|
Add workaround/noexcept.h for visual studio
|
2014-03-19 13:42:05 -07:00 |
|
Nik Bougalis
|
a3845f54e1
|
Add RelativeTime::value_type typedef
|
2013-10-06 18:33:53 -07:00 |
|
Vinnie Falco
|
ae22d5dc8a
|
Add more methods to RelativeTime
|
2013-10-03 18:36:53 -07:00 |
|
Vinnie Falco
|
f3d97c76df
|
Add RelativeTime::fromStartup
|
2013-10-01 12:25:00 -07:00 |
|
Vinnie Falco
|
d37dd46f65
|
Move RelativeTime to chrono, add ostream support
|
2013-09-28 15:09:12 -07:00 |
|