mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
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
This commit is contained in:
@@ -24,9 +24,6 @@
|
||||
#ifndef BEAST_PERFORMANCECOUNTER_H_INCLUDED
|
||||
#define BEAST_PERFORMANCECOUNTER_H_INCLUDED
|
||||
|
||||
#include "../files/beast_File.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/** A timer for measuring performance of code and dumping the results to a file.
|
||||
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
#ifndef BEAST_RELATIVETIME_H_INCLUDED
|
||||
#define BEAST_RELATIVETIME_H_INCLUDED
|
||||
|
||||
#include "../text/beast_String.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/** A relative measure of time.
|
||||
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
#ifndef BEAST_TIME_H_INCLUDED
|
||||
#define BEAST_TIME_H_INCLUDED
|
||||
|
||||
#include "beast_RelativeTime.h"
|
||||
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
Holds an absolute date and time.
|
||||
|
||||
Reference in New Issue
Block a user