Vinnie Falco
9812d69aa2
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
3c23699a87
Remove BEAST_CATCH_UNHANDLED_EXCEPTIONS
2013-09-09 13:34:18 -07:00
Vinnie Falco
bcd6e9d676
Refactor SharedPtr and fix ContainerDeletePolicy bug
2013-09-05 04:22:26 -07:00
Vinnie Falco
88060183f6
Tidy up includes and header material
2013-08-30 17:33:33 -07:00
Vinnie Falco
b0533a91fe
Add TrackedMutex and measureFunctionCallTime
2013-08-23 15:00:04 -07:00
Vinnie Falco
d9b1b56c98
Fatal error if a Thread is destroyed while running
2013-08-17 21:10:02 -07:00
Vinnie Falco
b8bf735a66
Make Uncopyable derivations public
2013-08-07 15:16:38 -07:00
Vinnie Falco
8135c89683
Change to fatal_assert()
2013-08-07 15:16:37 -07:00
Vinnie Falco
9b3d0d73aa
Fatal error in ~Thread if thread still running (undefined behavior)
2013-08-07 15:16:36 -07:00
Vinnie Falco
d559bdf24e
Add bool return to stopThread
2013-08-07 15:16:35 -07:00
Vinnie Falco
b7e3de987f
Generate a fatal error if a running Thread object is destroyed
2013-08-07 15:16:33 -07:00
Vinnie Falco
4c403643b5
Fix Android warnings
2013-07-31 16:29:34 -07:00
Vinnie Falco
b5f13537ac
Add initiallySignaled parameter to WaitableEvent
2013-07-29 13:31:10 -07:00
Vinnie Falco
8f1fd9c11e
Make timeouts default to infinity in Thread
2013-07-29 13:30:06 -07:00
Vinnie Falco
ae4071d1e0
Add infinite wait default to waitForThreadToExit
2013-07-29 13:30:04 -07:00
Vinnie Falco
7347477d42
Add classes ProtectedCall and Main
2013-07-28 14:58:19 -07:00
Vinnie Falco
52b6ae0a17
Upgrade UnitTest and provide JUnit XML output formatting
2013-07-28 02:44:26 -07:00
Vinnie Falco
4893508348
Add group and run type to UnitTest
2013-07-21 12:55:47 -07:00
Vinnie Falco
a4c63f4c5d
Run an individual unit test
2013-07-21 12:54:08 -07:00
Vinnie Falco
be312286c9
Fix gcc compile
2013-07-15 09:38:12 -07:00
Vinnie Falco
166e2b69cb
Rename to SharedObjectArray
...
Conflicts:
Builds/VisualStudio2012/RippleD.vcxproj.filters
2013-07-15 09:38:11 -07:00
Vinnie Falco
a937c379f6
Use template for UnitTest
2013-07-15 09:38:09 -07:00
Vinnie Falco
1c1d9a9926
Rename to SharedObject
2013-07-15 09:38:07 -07:00
Vinnie Falco
2fefe6ca8d
Remove ConcurrentObject and rename to SharedData
2013-07-01 09:32:08 -07:00
Vinnie Falco
a3325d4e1f
Use LeakChecked throughout Beast
2013-07-01 09:32:04 -07:00
Vinnie Falco
f881ee96f9
Tidy up and activate the MSVC Debug Heap
2013-07-01 09:32:03 -07:00
Vinnie Falco
fe8834a52a
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
95a4dd5693
Add override specifier to some Beast functions
2013-06-24 15:51:32 -07:00
Vinnie Falco
f6da5ba9d3
Add beast_basics module
2013-06-17 07:09:33 -07:00
Vinnie Falco
5371379c3c
Add Beast fork from JUCE commit 265fb0e8ebc26e1469d6edcc68d2ca9acefeb508
2013-06-16 16:57:52 -07:00