aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite
AgeCommit message (Collapse)Author
2024-02-17Dep/g3d: Support ARM with MSVCShauren
2023-03-25Dep: Fix build on m1 macShauren
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-10-01Dep/g3d: Document new patchShauren
2022-10-01Core/Misc: Fix *BSD compile errors (#28287)Lloyd Dilley
(cherry picked from commit 2b8fc95fdec69ca5c057c2e63a1313d8165d44ea)
2022-02-13Debug build fixShauren
2022-02-11Dep/g3d: Purge Windows.h includes from headers we includeShauren
2022-01-26Core/Misc: Fix compile errors found with msvc /permissive-Shauren
(cherry picked from commit b3db50a3b41b2db209327387f59afa1c40532773)
2022-01-23Correct g3d patch naming conflicts with 3.3.5 branchShauren
2022-01-23Fixed -Wdeprecated-copy warning in G3DShauren
(cherry picked from commit a650bd631a4681d09e3ff66f79b73b99299565f3)
2022-01-23Fix warnings related to Vector3::operator= and remove -Wno-deprecated-copy ↵Shauren
suppression (cherry picked from commit 042b1abfd747160085e5acc24a842a076b20ea01)
2021-12-30Core/Misc: Fix invalid utf-8 commentsShauren
(cherry picked from commit 6259763469826526fc26b07ff20885d5b04a791f)
2021-12-22Core: Build on ARM64 - Raspberry Pi (preferable 4) (#23885)daMaex
* build again on aarch64 * include mm_malloc header instead of defining self (cherry picked from commit cbe765df7a75f61941583ab95ecaa153e198d3de)
2021-12-22Dep/G3D: Add more of our modifications as separate patchesShauren
2021-02-06Core/Misc: Fix static analysis issuesjackpoz
(cherry picked from commit 7e73f5f1edd8c99c3639e2a342cf044f6192fb6a)
2021-02-06Dep/G3D: Add static assert checks for Array functions being used with ↵jackpoz
non-POD types (cherry picked from commit f017b1d470aec0ca4918e059343d57de99fb2254)
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
* Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 (cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c)
2017-03-07Dep/G3D: Fixed Visual Studio 2017 buildvincent-michael
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-10-11Dep/G3D: Backport warning fix from G3D10jackpoz
(cherry picked from commit bf5c37a5d056485fc256aa7f128f81eeb125a992)
2016-03-19CMake: Provide proper interface targets from dependenciesNaios
* to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-11-04Dep/g3d: Removed std::shared_ptr, std::weak_ptr, std::dynamic_pointer_cast, ↵Shauren
std::static_pointer_cast and std::enable_shared_from_this from global namespace
2015-08-02Dep: Added description to g3d hotfix listShauren
2015-08-01Dep: Silenced build warning in G3D header, part2, forgot to saveShauren
2015-08-01Dep: Silenced build warning in G3D headerShauren
2015-07-03Dep/G3D: Backport fix from G3D10jackpoz
(cherry picked from commit b9d5b194df2719bda956ea4f8794916ceb4bdd58)
2015-06-29Core/Dependencies: Fix some warnings in G3Djackpoz
(cherry picked from commit c86cf03dcefad845ca52b1bb1c9b1baa89105462)
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-08-23Core/Dependencies: Fix some -Wconversion warnings in G3Djackpoz
2014-08-22Core/Dependencies: Update G3D to v9.0 r4036jackpoz
2014-07-17Readd G3D-v8.0_hotfix9.diff that slipped through thanks to .gitignoreleak
2014-06-01Replaced ACE based typedefs for fixed width ints with C++11 versionsleak
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-09-01Dep/G3D: Fix encoding of G3D-v8.0_hotfix8.diffNay
2013-09-01Dep/G3D: Fix a typo in Vector3int32 += operatorChaplain
2013-09-01Dep/G3D: Update Readme.txtNay
2013-08-31Dep/G3D: Fix a typo in Matrix4 == operatorNay
2013-03-09Buildsystem: Add support for compiling with MinGW on WindowsNay
Tested with: - Windows 8 x64 - MySQL 5.5.30 win32 - OpenSSL 1.0.1c (32 bits) - No PCH - MinGW with GCC 4.7.0 TODO: - Fix compile/link with PCH enabled - Fix compile with WheatyExceptonionReport enabled (ignored for now) - Fix compile of .rc files (ignored for now) - Test with more platforms
2013-02-28Core/Dep: G3D: Correction to patch G3D-v8.0_hotfix5.diff, add missing #ifdef ↵click
-test (applied to sourcetree as well)
2013-02-27Core: Add support for compiling core in a cygwin-environmentclick
- rename/readd/add G3D-patches - give a history on the changes (some G3D-changes didn't even HAVE a patch - boo!) DON'T MESS ABOUT WITH CHANGING DEP/* LIBRARIES AND NOT LEAVING A DIFF IN THE SOURCETRE, MKAY!?
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-11-10Core/Build: Restore FindOpenSSL, even when it's provided by cmake, this file ↵Spp
also provides newbie-check (warns if you trying to use wrong libs) - Also, apply the hack needed to make g3dlite compile in OS X
2012-11-09Core/Build: Update the G3DLite extra patch to compile under OS X with ClangTuxity
2012-09-04Dep/G3D: Restored 99c8399772701af9bf3c79e4c514aead57cdc7d6Shauren
2012-09-03Dependencies/G3D: Fix build on x64 (change already included in TC's diff)Nay
2012-09-03Core/Dependencies: Update G3D to version 8.01Nay