From 735b915f6a0b66e4409f33bf6d88a1afeddc1d7a Mon Sep 17 00:00:00 2001 From: scheffle Date: Fri, 1 Nov 2024 17:44:01 +0100 Subject: [PATCH] move third party libraries into its own subfolder --- .../expat/ascii.h | 0 .../expat/asciitab.h | 0 .../expat/expat.h | 0 .../expat/expat_external.h | 0 .../expat/iasciitab.h | 0 .../expat/internal.h | 0 .../expat/latin1tab.h | 0 .../expat/macconfig.h | 0 .../expat/nametab.h | 0 .../expat/utf8tab.h | 0 .../expat/winconfig.h | 0 .../expat/xmlparse.c | 0 .../expat/xmlrole.c | 0 .../expat/xmlrole.h | 0 .../expat/xmltok.c | 0 .../expat/xmltok.h | 0 .../expat/xmltok_impl.c | 0 .../expat/xmltok_impl.h | 0 .../expat/xmltok_ns.c | 0 .../miniz/LICENSE | 44 +++++++++---------- .../miniz/miniz.c | 0 .../miniz/miniz.h | 0 .../miniz/readme.md | 0 .../rapidjson/include/rapidjson/allocators.h | 0 .../include/rapidjson/cursorstreamwrapper.h | 0 .../rapidjson/include/rapidjson/document.h | 0 .../include/rapidjson/encodedstream.h | 0 .../rapidjson/include/rapidjson/encodings.h | 0 .../rapidjson/include/rapidjson/error/en.h | 0 .../rapidjson/include/rapidjson/error/error.h | 0 .../include/rapidjson/filereadstream.h | 0 .../include/rapidjson/filewritestream.h | 0 .../rapidjson/include/rapidjson/fwd.h | 0 .../include/rapidjson/internal/biginteger.h | 0 .../include/rapidjson/internal/clzll.h | 0 .../include/rapidjson/internal/diyfp.h | 0 .../include/rapidjson/internal/dtoa.h | 0 .../include/rapidjson/internal/ieee754.h | 0 .../include/rapidjson/internal/itoa.h | 0 .../include/rapidjson/internal/meta.h | 0 .../include/rapidjson/internal/pow10.h | 0 .../include/rapidjson/internal/regex.h | 0 .../include/rapidjson/internal/stack.h | 0 .../include/rapidjson/internal/strfunc.h | 0 .../include/rapidjson/internal/strtod.h | 0 .../include/rapidjson/internal/swap.h | 0 .../include/rapidjson/istreamwrapper.h | 0 .../include/rapidjson/memorybuffer.h | 0 .../include/rapidjson/memorystream.h | 0 .../include/rapidjson/msinttypes/inttypes.h | 0 .../include/rapidjson/msinttypes/stdint.h | 0 .../include/rapidjson/ostreamwrapper.h | 0 .../rapidjson/include/rapidjson/pointer.h | 0 .../include/rapidjson/prettywriter.h | 0 .../rapidjson/include/rapidjson/rapidjson.h | 0 .../rapidjson/include/rapidjson/reader.h | 0 .../rapidjson/include/rapidjson/schema.h | 0 .../rapidjson/include/rapidjson/stream.h | 0 .../include/rapidjson/stringbuffer.h | 0 .../rapidjson/include/rapidjson/uri.h | 0 .../rapidjson/include/rapidjson/writer.h | 0 .../rapidjson/license.txt | 0 .../uidescription/compresseduidescription.cpp | 2 +- .../detail/uijsonpersistence.cpp | 8 ++-- vstgui/uidescription/xmlparser.cpp | 2 +- 65 files changed, 28 insertions(+), 28 deletions(-) rename vstgui/{uidescription => thirdparty}/expat/ascii.h (100%) rename vstgui/{uidescription => thirdparty}/expat/asciitab.h (100%) rename vstgui/{uidescription => thirdparty}/expat/expat.h (100%) rename vstgui/{uidescription => thirdparty}/expat/expat_external.h (100%) rename vstgui/{uidescription => thirdparty}/expat/iasciitab.h (100%) rename vstgui/{uidescription => thirdparty}/expat/internal.h (100%) rename vstgui/{uidescription => thirdparty}/expat/latin1tab.h (100%) rename vstgui/{uidescription => thirdparty}/expat/macconfig.h (100%) rename vstgui/{uidescription => thirdparty}/expat/nametab.h (100%) rename vstgui/{uidescription => thirdparty}/expat/utf8tab.h (100%) rename vstgui/{uidescription => thirdparty}/expat/winconfig.h (100%) rename vstgui/{uidescription => thirdparty}/expat/xmlparse.c (100%) rename vstgui/{uidescription => thirdparty}/expat/xmlrole.c (100%) rename vstgui/{uidescription => thirdparty}/expat/xmlrole.h (100%) rename vstgui/{uidescription => thirdparty}/expat/xmltok.c (100%) rename vstgui/{uidescription => thirdparty}/expat/xmltok.h (100%) rename vstgui/{uidescription => thirdparty}/expat/xmltok_impl.c (100%) rename vstgui/{uidescription => thirdparty}/expat/xmltok_impl.h (100%) rename vstgui/{uidescription => thirdparty}/expat/xmltok_ns.c (100%) rename vstgui/{uidescription => thirdparty}/miniz/LICENSE (98%) rename vstgui/{uidescription => thirdparty}/miniz/miniz.c (100%) rename vstgui/{uidescription => thirdparty}/miniz/miniz.h (100%) rename vstgui/{uidescription => thirdparty}/miniz/readme.md (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/allocators.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/cursorstreamwrapper.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/document.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/encodedstream.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/encodings.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/error/en.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/error/error.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/filereadstream.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/filewritestream.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/fwd.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/biginteger.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/clzll.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/diyfp.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/dtoa.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/ieee754.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/itoa.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/meta.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/pow10.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/regex.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/stack.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/strfunc.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/strtod.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/internal/swap.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/istreamwrapper.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/memorybuffer.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/memorystream.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/msinttypes/inttypes.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/msinttypes/stdint.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/ostreamwrapper.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/pointer.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/prettywriter.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/rapidjson.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/reader.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/schema.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/stream.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/stringbuffer.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/uri.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/include/rapidjson/writer.h (100%) rename vstgui/{uidescription => thirdparty}/rapidjson/license.txt (100%) diff --git a/vstgui/uidescription/expat/ascii.h b/vstgui/thirdparty/expat/ascii.h similarity index 100% rename from vstgui/uidescription/expat/ascii.h rename to vstgui/thirdparty/expat/ascii.h diff --git a/vstgui/uidescription/expat/asciitab.h b/vstgui/thirdparty/expat/asciitab.h similarity index 100% rename from vstgui/uidescription/expat/asciitab.h rename to vstgui/thirdparty/expat/asciitab.h diff --git a/vstgui/uidescription/expat/expat.h b/vstgui/thirdparty/expat/expat.h similarity index 100% rename from vstgui/uidescription/expat/expat.h rename to vstgui/thirdparty/expat/expat.h diff --git a/vstgui/uidescription/expat/expat_external.h b/vstgui/thirdparty/expat/expat_external.h similarity index 100% rename from vstgui/uidescription/expat/expat_external.h rename to vstgui/thirdparty/expat/expat_external.h diff --git a/vstgui/uidescription/expat/iasciitab.h b/vstgui/thirdparty/expat/iasciitab.h similarity index 100% rename from vstgui/uidescription/expat/iasciitab.h rename to vstgui/thirdparty/expat/iasciitab.h diff --git a/vstgui/uidescription/expat/internal.h b/vstgui/thirdparty/expat/internal.h similarity index 100% rename from vstgui/uidescription/expat/internal.h rename to vstgui/thirdparty/expat/internal.h diff --git a/vstgui/uidescription/expat/latin1tab.h b/vstgui/thirdparty/expat/latin1tab.h similarity index 100% rename from vstgui/uidescription/expat/latin1tab.h rename to vstgui/thirdparty/expat/latin1tab.h diff --git a/vstgui/uidescription/expat/macconfig.h b/vstgui/thirdparty/expat/macconfig.h similarity index 100% rename from vstgui/uidescription/expat/macconfig.h rename to vstgui/thirdparty/expat/macconfig.h diff --git a/vstgui/uidescription/expat/nametab.h b/vstgui/thirdparty/expat/nametab.h similarity index 100% rename from vstgui/uidescription/expat/nametab.h rename to vstgui/thirdparty/expat/nametab.h diff --git a/vstgui/uidescription/expat/utf8tab.h b/vstgui/thirdparty/expat/utf8tab.h similarity index 100% rename from vstgui/uidescription/expat/utf8tab.h rename to vstgui/thirdparty/expat/utf8tab.h diff --git a/vstgui/uidescription/expat/winconfig.h b/vstgui/thirdparty/expat/winconfig.h similarity index 100% rename from vstgui/uidescription/expat/winconfig.h rename to vstgui/thirdparty/expat/winconfig.h diff --git a/vstgui/uidescription/expat/xmlparse.c b/vstgui/thirdparty/expat/xmlparse.c similarity index 100% rename from vstgui/uidescription/expat/xmlparse.c rename to vstgui/thirdparty/expat/xmlparse.c diff --git a/vstgui/uidescription/expat/xmlrole.c b/vstgui/thirdparty/expat/xmlrole.c similarity index 100% rename from vstgui/uidescription/expat/xmlrole.c rename to vstgui/thirdparty/expat/xmlrole.c diff --git a/vstgui/uidescription/expat/xmlrole.h b/vstgui/thirdparty/expat/xmlrole.h similarity index 100% rename from vstgui/uidescription/expat/xmlrole.h rename to vstgui/thirdparty/expat/xmlrole.h diff --git a/vstgui/uidescription/expat/xmltok.c b/vstgui/thirdparty/expat/xmltok.c similarity index 100% rename from vstgui/uidescription/expat/xmltok.c rename to vstgui/thirdparty/expat/xmltok.c diff --git a/vstgui/uidescription/expat/xmltok.h b/vstgui/thirdparty/expat/xmltok.h similarity index 100% rename from vstgui/uidescription/expat/xmltok.h rename to vstgui/thirdparty/expat/xmltok.h diff --git a/vstgui/uidescription/expat/xmltok_impl.c b/vstgui/thirdparty/expat/xmltok_impl.c similarity index 100% rename from vstgui/uidescription/expat/xmltok_impl.c rename to vstgui/thirdparty/expat/xmltok_impl.c diff --git a/vstgui/uidescription/expat/xmltok_impl.h b/vstgui/thirdparty/expat/xmltok_impl.h similarity index 100% rename from vstgui/uidescription/expat/xmltok_impl.h rename to vstgui/thirdparty/expat/xmltok_impl.h diff --git a/vstgui/uidescription/expat/xmltok_ns.c b/vstgui/thirdparty/expat/xmltok_ns.c similarity index 100% rename from vstgui/uidescription/expat/xmltok_ns.c rename to vstgui/thirdparty/expat/xmltok_ns.c diff --git a/vstgui/uidescription/miniz/LICENSE b/vstgui/thirdparty/miniz/LICENSE similarity index 98% rename from vstgui/uidescription/miniz/LICENSE rename to vstgui/thirdparty/miniz/LICENSE index 1982f4bb8..b6ff45a30 100755 --- a/vstgui/uidescription/miniz/LICENSE +++ b/vstgui/thirdparty/miniz/LICENSE @@ -1,22 +1,22 @@ -Copyright 2013-2014 RAD Game Tools and Valve Software -Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC - -All Rights Reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +Copyright 2013-2014 RAD Game Tools and Valve Software +Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC + +All Rights Reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/vstgui/uidescription/miniz/miniz.c b/vstgui/thirdparty/miniz/miniz.c similarity index 100% rename from vstgui/uidescription/miniz/miniz.c rename to vstgui/thirdparty/miniz/miniz.c diff --git a/vstgui/uidescription/miniz/miniz.h b/vstgui/thirdparty/miniz/miniz.h similarity index 100% rename from vstgui/uidescription/miniz/miniz.h rename to vstgui/thirdparty/miniz/miniz.h diff --git a/vstgui/uidescription/miniz/readme.md b/vstgui/thirdparty/miniz/readme.md similarity index 100% rename from vstgui/uidescription/miniz/readme.md rename to vstgui/thirdparty/miniz/readme.md diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/allocators.h b/vstgui/thirdparty/rapidjson/include/rapidjson/allocators.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/allocators.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/allocators.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/cursorstreamwrapper.h b/vstgui/thirdparty/rapidjson/include/rapidjson/cursorstreamwrapper.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/cursorstreamwrapper.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/cursorstreamwrapper.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/document.h b/vstgui/thirdparty/rapidjson/include/rapidjson/document.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/document.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/document.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/encodedstream.h b/vstgui/thirdparty/rapidjson/include/rapidjson/encodedstream.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/encodedstream.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/encodedstream.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/encodings.h b/vstgui/thirdparty/rapidjson/include/rapidjson/encodings.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/encodings.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/encodings.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/error/en.h b/vstgui/thirdparty/rapidjson/include/rapidjson/error/en.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/error/en.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/error/en.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/error/error.h b/vstgui/thirdparty/rapidjson/include/rapidjson/error/error.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/error/error.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/error/error.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/filereadstream.h b/vstgui/thirdparty/rapidjson/include/rapidjson/filereadstream.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/filereadstream.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/filereadstream.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/filewritestream.h b/vstgui/thirdparty/rapidjson/include/rapidjson/filewritestream.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/filewritestream.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/filewritestream.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/fwd.h b/vstgui/thirdparty/rapidjson/include/rapidjson/fwd.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/fwd.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/fwd.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/biginteger.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/biginteger.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/biginteger.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/biginteger.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/clzll.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/clzll.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/clzll.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/clzll.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/diyfp.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/diyfp.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/diyfp.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/diyfp.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/dtoa.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/dtoa.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/dtoa.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/dtoa.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/ieee754.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/ieee754.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/ieee754.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/ieee754.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/itoa.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/itoa.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/itoa.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/itoa.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/meta.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/meta.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/meta.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/meta.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/pow10.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/pow10.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/pow10.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/pow10.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/regex.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/regex.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/regex.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/regex.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/stack.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/stack.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/stack.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/stack.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/strfunc.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/strfunc.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/strfunc.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/strfunc.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/strtod.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/strtod.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/strtod.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/strtod.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/internal/swap.h b/vstgui/thirdparty/rapidjson/include/rapidjson/internal/swap.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/internal/swap.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/internal/swap.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/istreamwrapper.h b/vstgui/thirdparty/rapidjson/include/rapidjson/istreamwrapper.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/istreamwrapper.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/istreamwrapper.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/memorybuffer.h b/vstgui/thirdparty/rapidjson/include/rapidjson/memorybuffer.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/memorybuffer.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/memorybuffer.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/memorystream.h b/vstgui/thirdparty/rapidjson/include/rapidjson/memorystream.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/memorystream.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/memorystream.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/msinttypes/inttypes.h b/vstgui/thirdparty/rapidjson/include/rapidjson/msinttypes/inttypes.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/msinttypes/inttypes.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/msinttypes/inttypes.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/msinttypes/stdint.h b/vstgui/thirdparty/rapidjson/include/rapidjson/msinttypes/stdint.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/msinttypes/stdint.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/msinttypes/stdint.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/ostreamwrapper.h b/vstgui/thirdparty/rapidjson/include/rapidjson/ostreamwrapper.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/ostreamwrapper.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/ostreamwrapper.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/pointer.h b/vstgui/thirdparty/rapidjson/include/rapidjson/pointer.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/pointer.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/pointer.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/prettywriter.h b/vstgui/thirdparty/rapidjson/include/rapidjson/prettywriter.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/prettywriter.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/prettywriter.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/rapidjson.h b/vstgui/thirdparty/rapidjson/include/rapidjson/rapidjson.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/rapidjson.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/rapidjson.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/reader.h b/vstgui/thirdparty/rapidjson/include/rapidjson/reader.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/reader.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/reader.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/schema.h b/vstgui/thirdparty/rapidjson/include/rapidjson/schema.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/schema.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/schema.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/stream.h b/vstgui/thirdparty/rapidjson/include/rapidjson/stream.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/stream.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/stream.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/stringbuffer.h b/vstgui/thirdparty/rapidjson/include/rapidjson/stringbuffer.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/stringbuffer.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/stringbuffer.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/uri.h b/vstgui/thirdparty/rapidjson/include/rapidjson/uri.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/uri.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/uri.h diff --git a/vstgui/uidescription/rapidjson/include/rapidjson/writer.h b/vstgui/thirdparty/rapidjson/include/rapidjson/writer.h similarity index 100% rename from vstgui/uidescription/rapidjson/include/rapidjson/writer.h rename to vstgui/thirdparty/rapidjson/include/rapidjson/writer.h diff --git a/vstgui/uidescription/rapidjson/license.txt b/vstgui/thirdparty/rapidjson/license.txt similarity index 100% rename from vstgui/uidescription/rapidjson/license.txt rename to vstgui/thirdparty/rapidjson/license.txt diff --git a/vstgui/uidescription/compresseduidescription.cpp b/vstgui/uidescription/compresseduidescription.cpp index d6213b3fe..942f4e531 100644 --- a/vstgui/uidescription/compresseduidescription.cpp +++ b/vstgui/uidescription/compresseduidescription.cpp @@ -19,7 +19,7 @@ namespace { #define MINIZ_NO_STDIO #define MINIZ_NO_ARCHIVE_APIS #define MINIZ_NO_ARCHIVE_WRITING_APIS -#include "miniz/miniz.c" +#include "../thirdparty/miniz/miniz.c" #if _MSC_VER #pragma warning(pop) #endif diff --git a/vstgui/uidescription/detail/uijsonpersistence.cpp b/vstgui/uidescription/detail/uijsonpersistence.cpp index 0808b5829..309321c59 100644 --- a/vstgui/uidescription/detail/uijsonpersistence.cpp +++ b/vstgui/uidescription/detail/uijsonpersistence.cpp @@ -14,11 +14,11 @@ #define RAPIDJSON_HAS_STDSTRING 1 #if DEBUG -#include "../rapidjson/include/rapidjson/error/en.h" +#include "../../thirdparty/rapidjson/include/rapidjson/error/en.h" #endif -#include "../rapidjson/include/rapidjson/document.h" -#include "../rapidjson/include/rapidjson/prettywriter.h" -#include "../rapidjson/include/rapidjson/reader.h" +#include "../../thirdparty/rapidjson/include/rapidjson/document.h" +#include "../../thirdparty/rapidjson/include/rapidjson/prettywriter.h" +#include "../../thirdparty/rapidjson/include/rapidjson/reader.h" //------------------------------------------------------------------------ namespace VSTGUI { diff --git a/vstgui/uidescription/xmlparser.cpp b/vstgui/uidescription/xmlparser.cpp index 81a0438a7..3f883d3f6 100644 --- a/vstgui/uidescription/xmlparser.cpp +++ b/vstgui/uidescription/xmlparser.cpp @@ -33,7 +33,7 @@ namespace VSTGUI { namespace Xml { -#include "expat/expat.h" +#include "../thirdparty/expat/expat.h" }} #endif // VSTGUI_USE_SYSTEM_EXPAT