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
6c32b174e8
Tune HashMap parameters
2013-09-09 10:28:10 -07:00
Vinnie Falco
e1f80ef6a6
Rename to IsCond<>
2013-09-09 10:28:09 -07:00
Vinnie Falco
eac898a26f
Fix compile error on configs with c++11 move support
2013-09-05 05:08:41 -07:00
Vinnie Falco
5a06121a85
New ContainerTest generic templates
2013-09-05 04:22:27 -07:00
Vinnie Falco
bcd6e9d676
Refactor SharedPtr and fix ContainerDeletePolicy bug
2013-09-05 04:22:26 -07:00
Vinnie Falco
6c267d6388
Add HashMap unit test
2013-09-05 04:22:25 -07:00
Vinnie Falco
2e1167fbd9
Added DynamicArray, DynamicList, and HashMap
2013-09-03 08:31:16 -07:00
Vinnie Falco
88060183f6
Tidy up includes and header material
2013-08-30 17:33:33 -07:00
Vinnie Falco
e869713990
Fix warnings
2013-08-26 18:59:57 -07:00
Vinnie Falco
6616cd86ef
Add ContainerDeletePolicy for ownership containers
2013-08-17 21:10:01 -07:00
Vinnie Falco
b8bf735a66
Make Uncopyable derivations public
2013-08-07 15:16:38 -07:00
Vinnie Falco
93b98b77f7
Return popped element in List
2013-08-07 15:16:31 -07:00
Vinnie Falco
165fbca849
Fix clang warnings
2013-08-07 15:16:31 -07:00
Vinnie Falco
217d3bb7a8
Rename to swapWith and use a template parameter
2013-07-28 14:58:19 -07:00
Vinnie Falco
e30e663ab2
Call pass() in AbstractFifo unit test
2013-07-28 02:41:09 -07:00
Vinnie Falco
9fde380230
Return index in Array::add()
2013-07-28 02:41:09 -07:00
Vinnie Falco
adad62aed8
Generalize swapWithArray
...
Conflicts:
Subtrees/beast/TODO.txt
2013-07-27 11:00:21 -07:00
Vinnie Falco
318d0f28f1
HashMap ctor stores an instance of the hash function
2013-07-27 10:47:32 -07:00
Vinnie Falco
26484fe64b
Add OwnedArray::clearQuick()
2013-07-27 10:47:32 -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
46222af7df
Fix beast macro calls
2013-07-03 10:05:43 -07:00
Vinnie Falco
ec672b939b
constness fix in OwnedArray
2013-07-03 09:41:46 -07:00
Vinnie Falco
6c561fdf96
Update some beast container code
2013-07-03 09:41:44 -07:00
Vinnie Falco
02f137ace8
Tidy up List documentation
2013-07-01 09:32:07 -07:00
Vinnie Falco
a3325d4e1f
Use LeakChecked throughout Beast
2013-07-01 09:32:04 -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
a458afc111
Return object in OwnedArray add routines
2013-07-01 09:32:02 -07:00
Vinnie Falco
153435dce3
Fix assertion
2013-06-26 17:42:48 -07:00
Vinnie Falco
dcd1bd4c89
Fix false assertion
2013-06-26 17:42:47 -07:00
Vinnie Falco
59b2824d46
Fix Clang static analysis warnings
2013-06-26 00:19:41 -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