summaryrefslogtreecommitdiffhomepage
path: root/contrib
AgeCommit message (Collapse)Author
2024-03-12Added bash completion for ./Starshatter.exeAki
2024-03-12Legal notices updatedAki
Rename contrib -> third-party intendes to express the origin and purpose of that part of the code better. I plan to readd contrib/ again but with more in-project things like bash-completions, dev workflow scripts etc.
2024-03-09Zlib shared library is no longer part of distributionAki
2024-03-09Replaced MachineInfo with stripped cross-platform solutionAki
It could easily handle more, but is there really need for it? Having some information about the machine in logs is nice, but with the current state of affairs most of errors are coming from bad pointer uses than anything else... InfoEx is STATIC, because it seems FoundationEx can cause multiple definitions in scenarios like this.
2024-03-07Added gtest to the project and a stub test for showcaseAki
2024-03-03libogg and libvorbis are no longer part of this source treeAki
2024-03-03libpng sources removed from this treeAki
2024-03-03zlib sources removed from this treeAki
This, for whatever reason, breaks std::fs exception handling. All remaining external projects will be moved to use this approach soon. This is to prepare it for more new libraries which would otherwise make the tree grow even further.
2024-02-18Extracted third-party SHA1 to contrib/Aki
2024-02-17Opcode and ICE now compile under 32 bit LinuxAki
2022-10-17Naively added components to install targetsAki
2022-04-07Wrapped min max calls to avoid macro that should be disabledAki
2022-04-07Switched parts of cmake tree for MSVCAki
2022-03-07Changed to use find_file for dllsAki
2022-02-11Changed install mode for execute permissionsAki
2022-02-11Added needed MinGW runtime libraries to installsAki
2022-02-09Added simplistic install-time configurationAki
2022-02-09Moved third-party libraries to a separate subdirectoryAki