Merge beast_basics to beast_core

This commit is contained in:
Vinnie Falco
2013-08-24 09:02:58 -07:00
parent db05b9ff04
commit 5002ab2169
50 changed files with 607 additions and 653 deletions

View File

@@ -173,6 +173,10 @@ namespace beast
#include "maths/beast_Random.cpp"
#include "memory/beast_MemoryBlock.cpp"
#include "memory/beast_FifoFreeStoreWithTLS.cpp"
#include "memory/beast_FifoFreeStoreWithoutTLS.cpp"
#include "memory/beast_GlobalPagedFreeStore.cpp"
#include "memory/beast_PagedFreeStore.cpp"
#include "misc/beast_Main.cpp"
#include "misc/beast_Result.cpp"
@@ -205,6 +209,17 @@ namespace beast
#include "text/beast_TextDiff.cpp"
#include "thread/impl/TrackedMutex.cpp"
#include "thread/beast_DeadlineTimer.cpp"
#include "thread/beast_OncePerSecond.cpp"
#include "thread/beast_InterruptibleThread.cpp"
#include "thread/beast_Semaphore.cpp"
#include "thread/beast_CallQueue.cpp"
#include "thread/beast_Listeners.cpp"
#include "thread/beast_ManualCallQueue.cpp"
#include "thread/beast_ParallelFor.cpp"
#include "thread/beast_ThreadGroup.cpp"
#include "thread/beast_ThreadWithCallQueue.cpp"
#include "thread/beast_Workers.cpp"
#include "threads/beast_ChildProcess.cpp"
#include "threads/beast_ReadWriteLock.cpp"