Commit Graph

704 Commits (master)
 

Author SHA1 Message Date
Lioncash f669191fcb Types: Remove unnecessary macros 4 years ago
Lioncash 8471a7e189 Types: Simplify typedefs 4 years ago
Phillip Stephens 5da7e7bac3
Merge pull request #49 from lioncash/doc 4 years ago
Phillip Stephens 1fc1c9eab3
Merge pull request #48 from lioncash/lz 4 years ago
Lioncash 5140e9e7eb General: Silence -Wdocumentation warnings 4 years ago
Lioncash c524a9caa2 LZLookupTable: Remove unused <deque> include 4 years ago
Lioncash a3a6e3b42a LZLookupTable: Reuse setLookAheadWindow within constructor 4 years ago
Lioncash 70aeed342f LZLookupTable: Convert typedef into a using alias 4 years ago
Lioncash f7b8c33ed2 LZLookupTable: Default-initialize class members directly in the class 4 years ago
Lioncash 3092dc79e7 LZLookupTable: Default destructor 4 years ago
Lioncash 663696fe72 LZLookupTable: Make member functions const where applicable 4 years ago
Lioncash 48ae0d32fe LZBase: Remove unused <string> include 4 years ago
Lioncash 50936ab1a9 LZBase: Default virtual destructor 4 years ago
Phillip Stephens 8506e3236c
Merge pull request #47 from lioncash/ostream 4 years ago
Lioncash be9ac57b9d LZBase: Mark functions as const where applicable 4 years ago
Lioncash d36b7bdc3f Global: Change <iostream> include into <ostream> 4 years ago
Phillip Stephens 2f5dbc11ed
Merge pull request #46 from lioncash/inline 4 years ago
Lioncash 54b1e8f836 General: Use nullptr where applicable 4 years ago
Lioncash d735ed45db General: Use the override keyword where applicable 4 years ago
Lioncash 5657bd7f2f General: Remove unnecessary typename specifiers 4 years ago
Lioncash 919a74c72c General: Remove unnecessary usages of inline 4 years ago
Phillip Stephens 40d7396f22
Merge pull request #45 from libAthena/revert-42-inline 4 years ago
Phillip Stephens af59ea2d48
Revert "General: Minor general cleanup" 4 years ago
Phillip Stephens 4af15d46c9
Merge pull request #44 from lioncash/simplify 4 years ago
Phillip Stephens 97db908b3d
Merge pull request #43 from lioncash/str 4 years ago
Phillip Stephens 5973db475c
Merge pull request #42 from lioncash/inline 4 years ago
Lioncash 831b2ffdb6 IStreamReader/IStreamWriter: Simplify buffer functions where applicable 4 years ago
Lioncash 407c9cfab5 DNAYaml: Replace implementation-specific functions with standardized equivalents 4 years ago
Lioncash 83818a6272 General: Use nullptr where applicable 4 years ago
Lioncash 8e22dda880 General: Use the override keyword where applicable 4 years ago
Phillip Stephens f9205876f0
Merge pull request #41 from lioncash/make 4 years ago
Lioncash 4b7917cc05 General: Remove unnecessary typename specifiers 4 years ago
Lioncash 60c554f67e General: Remove unnecessary usages of inline 4 years ago
Lioncash c3d19a8aab DNAYaml: Make is_base64() internally linked 4 years ago
Lioncash 9fc76a7dea DNAYaml: Use std::string_view instead of std::string for base64 characters 4 years ago
Lioncash ee5b894537 DNAYaml: Get rid of trivial uses of goto 4 years ago
Lioncash 46a847e885 DNAYaml: Make use of std::make_unique where applicable 4 years ago
Phillip Stephens 0532b38059 Fixes for `override` support 4 years ago
Jack Andersen ffbd1a0bcd Windows build fixes 4 years ago
Jack Andersen 0ada695c7a Make simd_floats use std::array for storage 4 years ago
Jack Andersen 478d75f1cb Massive fmtlib refactor 4 years ago
Jack Andersen f3852eb0d2 Remove GXXDEBUG macro from atdna compilation 4 years ago
Jack Andersen 335ed6bb6f Update lzokay 5 years ago
Jack Andersen a9271862dc Ensure athena has zlib include directory available 5 years ago
Jack Andersen 727f057fa7 GCC fixes and better CMake dependency handling 5 years ago
Jack Andersen 9bbd7af9f6 Minor cmake tweak 5 years ago
Jack Andersen b9de854400 Ensure stream readers zero-initialize their return values 5 years ago
Jack Andersen b40d3b17e5 Add True and False tests for bitwise enums 5 years ago
Jack Andersen 0b3fd2b5af Bug fix for Win7 5 years ago
Jack Andersen ef7a9633c6 Constexpr constructors for simd types 5 years ago