|
|
037c62bf12
|
- Added missing functionality from C++ spec
|
2025-08-20 14:00:52 -04:00 |
|
|
|
494d766741
|
- Missing functionality and documentation
|
2025-08-20 00:49:15 -04:00 |
|
|
|
83f0c01e29
|
- Fixes for Doxygen Layouts
- Changed dynarray indexing to use size_t
- Added groups to optional documentation
|
2025-08-19 18:05:09 -04:00 |
|
|
|
4ff739d625
|
- Fixed Doxygen Structure once more, this bug with sections appearing under the first subpage is becoming frustrating. Currently got it so everything appears under "Contents"
|
2025-08-18 23:13:09 -04:00 |
|
|
|
7cd38604a7
|
- More Documentation
|
2025-08-18 19:41:08 -04:00 |
|
|
|
733fca41ef
|
- Git ignore for generated README
|
2025-08-18 14:16:30 -04:00 |
|
|
|
55a8c54119
|
- Documentation of containers and adjusting page hierarchy
|
2025-08-18 14:13:35 -04:00 |
|
|
|
27754a56d7
|
- missed dnf for Doxygen under Fedora
|
2025-08-17 12:00:51 -04:00 |
|
|
|
fcf9c6adcb
|
- Fixed naming issue from copying set as multiset.h
|
2025-08-17 11:55:53 -04:00 |
|
|
|
e6c0a60ea9
|
- Update Fedora in README.md
|
2025-08-17 11:51:46 -04:00 |
|
|
|
5252ba84c9
|
- Update TOC in README.md
|
2025-08-17 10:03:43 -04:00 |
|
|
|
73041e994d
|
- Added Debian dependencies to README.md and fixed some issues that I ran into on a clean machine
|
2025-08-17 09:51:08 -04:00 |
|
|
|
3ddc2b3d97
|
- bugfix for deque with _size not being initialized
- wrote PrettyPrinter for deque
|
2025-08-16 13:20:51 -04:00 |
|
|
|
e91c2aa9f1
|
- Fixed logic error with making graph connections regarding connection objects
|
2025-08-16 13:05:45 -04:00 |
|
|
|
38b7221fa0
|
- deque, object_pool, and graph data structures + PrettyPrinters
|
2025-08-16 07:56:25 -04:00 |
|
|
|
8bfb59cd20
|
- Fixed rdtree traversers once more, a bug with initializing the queues was causing faulty results. Consider setting up more robust tests.
|
2025-08-14 21:28:41 -04:00 |
|
|
|
2535e1ac4b
|
Reworked RD-Tree to behave more consistently. The construction of the tree did not allow specifying what index to insert a child at under a parent.
Traverser orders were also broken, which is now fixed.
|
2025-08-14 17:07:48 -04:00 |
|
|
|
f173c3e7cd
|
- Fixed some semantics issues to make data structure names more akin to their mathematical equivalents
- multiset.h TODO: test
- Fixed some double underscores that I missed
|
2025-08-14 02:57:46 -04:00 |
|
|
|
cc4d85c393
|
- Outlined more functions for component systems
- Tidied up map and set structures to invoke less constructors and assignments
|
2025-08-12 13:55:07 -04:00 |
|
|
|
d6e31a89b0
|
- Implemented PrettyPrinters for vector, quaternion, and matrix
|
2025-08-11 17:39:51 -04:00 |
|
|
|
74fb525453
|
- Implemented file.h and path.h PrettyPrinter
|
2025-08-11 12:17:57 -04:00 |
|
|
|
b9de039a10
|
- Debugged more PrettyPrinters, all implemented thus far work in testing
- Fixed implementation of tuple.h, TODO: Still need to complete
- Wrote a PrettyPrinter for tuple.h
|
2025-08-10 23:46:36 -04:00 |
|
|
|
9f96155856
|
- Adjusted some tests while debugging PrettyPrinters
- Adjusted RDTreePrinter to print more "tree-like"
- Added SetPrinter and MapPrinter
- Fixed Issues with CStringPrinter and StringPrinter
|
2025-08-10 00:27:04 -04:00 |
|
|
|
d2be083a8f
|
- Fixed up PrettyWriters
|
2025-08-09 19:43:26 -04:00 |
|
|
|
efe56b3699
|
- test doc
|
2025-08-08 17:02:04 -04:00 |
|
|
|
b7d8426e86
|
- PrettyPrinters working, added cstring/wcstring, string/wstring, optional, allocation, list
|
2025-08-08 01:54:39 -04:00 |
|
|
|
2cb41e1437
|
- Documented and Debugged containers
- Attempted to setup gdb prettywriters
|
2025-08-07 19:03:34 -04:00 |
|
|
|
0f721f57ea
|
- Moved OpenGL library wrapper into platform
- Finished reorganizing PLANNING.md
|
2025-08-05 16:14:00 -04:00 |
|
|
|
4a3639ecb4
|
- Continued Texture Implementation
- Began reorganizing the planning document into /planning/
|
2025-08-04 21:11:22 -04:00 |
|
|
|
ff4d6efedc
|
- Finished Buffer Object Implementation
- Implemented Vertex Array Object
- Began Texture Implementation
|
2025-08-03 13:49:33 -04:00 |
|
|
|
9dc9ed4ed1
|
- More buffer functions
|
2025-08-03 02:10:27 -04:00 |
|
|
|
5e04eb0ca6
|
- Started implementing OpenGL wrappers
|
2025-08-02 20:59:56 -04:00 |
|
|
|
3d42dea9eb
|
- Started interface for renderers
- Renamed fproc -> langproc (I'll probably never settle on a naming convention for this)
- Refactored set to use median psl
|
2025-08-02 13:17:20 -04:00 |
|
|
|
3d4ea4398a
|
- Setup Contexts to pull more info from the GPU
- Started outlining OpenGL implementation
|
2025-07-28 21:06:52 -04:00 |
|
|
|
7aafa4c9aa
|
- Implemented EGL Context
|
2025-07-28 13:00:20 -04:00 |
|
|
|
8124ea2ae5
|
- Refactor on platform implementation. See comment in interface/platform.h for more info
|
2025-07-27 22:44:32 -04:00 |
|
|
|
d02a51fd8d
|
- Removed Double Underscores for portability
|
2025-07-26 21:13:32 -04:00 |
|
|
|
7493b5252a
|
- More implementations and dependencies for Linux Wayland support
|
2025-07-26 20:57:25 -04:00 |
|
|
|
7ea2710ee0
|
List Data Structure
|
2025-07-23 13:26:50 -04:00 |
|
|
|
f9de242b87
|
Adjusted Platform Structure
|
2025-07-23 12:12:29 -04:00 |
|
|
|
2117e4347c
|
Merge branch 'main' of https://git.mslockbo.org/mslockbo/fennec
|
2025-07-23 12:05:30 -04:00 |
|
|
|
5ab2952e83
|
- Adjusted Formatting of tests
- Finished map implementation and unit tests
TODO: Threading
|
2025-07-23 12:05:18 -04:00 |
|
|
|
65573f28e4
|
- Adjusted Formatting of tests
- Finished map implementation and unit tests
TODO: Threading
|
2025-07-23 12:05:02 -04:00 |
|
|
|
73333b4c67
|
- Separated Platform and Compiler Dependent Behaviour into CMake scripts
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
|
2025-07-22 00:59:41 -04:00 |
|
|
|
ab1c7d94be
|
- Component-Wise Functions for Quaternions
- Fixed Allocation Bug with Strings
|
2025-07-17 23:16:01 -04:00 |
|
|
|
86286e84d7
|
- README.md Formatting
|
2025-07-16 23:35:32 -04:00 |
|
|
|
c72d1afe32
|
- Quaternions
- Started Tests for Quaternions
- Fixed some style issues with constructors
|
2025-07-16 23:16:54 -04:00 |
|
|
|
f1552b89b1
|
- Functions to construct matrices from translations, scaling, and rotations
|
2025-07-16 03:45:54 -04:00 |
|
|
|
89f59c75f3
|
- Wrote and Debugged Unit Tests for fennec::file
|
2025-07-14 21:15:39 -04:00 |
|
|
|
6ae682aff6
|
- Removed a bug with attempt to include pure c headers
- Added some more information about the license
- fennec::file implementation
|
2025-07-14 05:11:52 -04:00 |
|