Vinnie Falco
01fd05cb4b
Add RecursiveMutex, UnlockGuard, TryLockGuard
2013-10-04 14:33:59 -07:00
Vinnie Falco
c67929ea39
Remove unhandled exception catcher
2013-10-01 12:25:01 -07:00
Vinnie Falco
a1ec423235
Add Thread::stopThreadAsync
2013-09-30 09:29:33 -07:00
Vinnie Falco
9534516b42
Add some thread classes and fix SharedData with a simple mutex adapter
2013-09-21 16:58:55 -07:00
Vinnie Falco
34fffca202
Rename beast sources for consistency
2013-09-19 14:42:51 -07:00
Vinnie Falco
43ebbb1c70
Fix SharedSingleton to use memoryBarrier
2013-09-17 17:58:21 -07:00
Vinnie Falco
bfdda3212a
Make ChildProcess UnitTest manual since it malfunctions
2013-09-12 10:55:24 -07:00
Vinnie Falco
43e6d345e4
General beast update, fixes, optimizations, features:
...
* Clean ups, optimizations, and new File::commonDocumentsDirectory enum
* Replace sortArray with std::sort for performance
* More error tolerance in XML parser, speedups
* Refactor some byte-order mark detection code
* Add String::appendCharPointer overloads
* More XML parser optimisations and better error detection
* Misc performance tweaks
* Fixes for support of non utf8 strings
* Increased precision when storing strings in XmlElement
* Minor clean-ups
* Minor fix to XmlDocument
* Cleanups to CriticalSection and related synchronization primitives
* Fix DynamicArray unit test
2013-09-10 10:36:46 -07:00
Vinnie Falco
4676db126a
Remove BEAST_CATCH_UNHANDLED_EXCEPTIONS
2013-09-09 13:34:18 -07:00
Vinnie Falco
201221253d
Refactor SharedPtr and fix ContainerDeletePolicy bug
2013-09-05 04:22:26 -07:00
Vinnie Falco
d9d291abcb
Tidy up includes and header material
2013-08-30 17:33:33 -07:00
Vinnie Falco
04f9270772
Add TrackedMutex and measureFunctionCallTime
2013-08-23 15:00:04 -07:00
Vinnie Falco
14f8ed8dd2
Fatal error if a Thread is destroyed while running
2013-08-17 21:10:02 -07:00
Vinnie Falco
9aaaa6aef0
Make Uncopyable derivations public
2013-08-07 15:16:38 -07:00
Vinnie Falco
75b778924f
Change to fatal_assert()
2013-08-07 15:16:37 -07:00
Vinnie Falco
0c00335627
Fatal error in ~Thread if thread still running (undefined behavior)
2013-08-07 15:16:36 -07:00
Vinnie Falco
c8837d07e7
Add bool return to stopThread
2013-08-07 15:16:35 -07:00
Vinnie Falco
66b96b90d5
Generate a fatal error if a running Thread object is destroyed
2013-08-07 15:16:33 -07:00
Vinnie Falco
728ace79c5
Fix Android warnings
2013-07-31 16:29:34 -07:00
Vinnie Falco
7008db7dda
Add initiallySignaled parameter to WaitableEvent
2013-07-29 13:31:10 -07:00
Vinnie Falco
933ba3c7d6
Make timeouts default to infinity in Thread
2013-07-29 13:30:06 -07:00
Vinnie Falco
2bf39203e8
Add infinite wait default to waitForThreadToExit
2013-07-29 13:30:04 -07:00
Vinnie Falco
cb47146b3b
Add classes ProtectedCall and Main
2013-07-28 14:58:19 -07:00
Vinnie Falco
abd3668b65
Upgrade UnitTest and provide JUnit XML output formatting
2013-07-28 02:44:26 -07:00
Vinnie Falco
d25fe19d87
Add group and run type to UnitTest
2013-07-21 12:55:47 -07:00
Vinnie Falco
312b7352b2
Run an individual unit test
2013-07-21 12:54:08 -07:00
Vinnie Falco
0008193a20
Fix gcc compile
2013-07-15 09:38:12 -07:00
Vinnie Falco
5c691c0883
Rename to SharedObjectArray
...
Conflicts:
Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-15 09:38:11 -07:00
Vinnie Falco
a1289eb502
Use template for UnitTest
2013-07-15 09:38:09 -07:00
Vinnie Falco
93ef4f2301
Rename to SharedObject
2013-07-15 09:38:07 -07:00
Vinnie Falco
8365ed7408
Remove ConcurrentObject and rename to SharedData
2013-07-01 09:32:08 -07:00
Vinnie Falco
ca1eda2df1
Use LeakChecked throughout Beast
2013-07-01 09:32:04 -07:00
Vinnie Falco
386fea5e71
Tidy up and activate the MSVC Debug Heap
2013-07-01 09:32:03 -07:00
Vinnie Falco
e7bda30506
Large tidying up of Beast
...
- Move key classes into beast_core
- Tidy up various macros and files
- Disable leaking FifoFreeStoreWithTLS
2013-07-01 09:32:03 -07:00
Vinnie Falco
94e9632234
Add override specifier to some Beast functions
2013-06-24 15:51:32 -07:00
Vinnie Falco
d0a309e6da
Add beast_basics module
2013-06-17 07:09:33 -07:00
Vinnie Falco
f2d84f0a90
Add Beast fork from JUCE commit 265fb0e8ebc26e1469d6edcc68d2ca9acefeb508
2013-06-16 16:57:52 -07:00