Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite the very real enterprise project of totally not a satire project to C++ (real) #694

Open
wants to merge 37 commits into
base: uinverse
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cbd5a88
Get rid of slow code
GEOEGII555 Jul 8, 2024
f901147
convert into a visual studio project
GEOEGII555 Jul 8, 2024
a801e21
remove temporary folder
GEOEGII555 Jul 8, 2024
56a216a
Add a .gitignore file
GEOEGII555 Jul 8, 2024
5e5a652
add a console interface and a typedef for a string that uses TCHARs
GEOEGII555 Jul 8, 2024
f333340
Add an argument parser
GEOEGII555 Jul 8, 2024
943d122
Add an input reader
GEOEGII555 Jul 8, 2024
d0e0477
Create _FizzBuzzer
GEOEGII555 Jul 8, 2024
1d8dbcf
Add an output writer
GEOEGII555 Jul 8, 2024
6e6808f
Add a fake input stream, which just spams numbers from 1 to 100
GEOEGII555 Jul 8, 2024
4362181
Check if the file is empty.
GEOEGII555 Jul 8, 2024
304a98f
fix
GEOEGII555 Jul 8, 2024
55295bc
more bug fixes
GEOEGII555 Jul 8, 2024
7723292
Add a readme
GEOEGII555 Jul 8, 2024
a4531d8
Fix file writing, update .gitignore
GEOEGII555 Jul 8, 2024
57f3932
Already fixed
GEOEGII555 Jul 8, 2024
b4e8a09
Add persistent cache (not tested)
GEOEGII555 Jul 8, 2024
f79272c
Close the file handles.
GEOEGII555 Jul 8, 2024
65242b6
Fix persistent caching.
GEOEGII555 Jul 8, 2024
6c1455b
Made flags be constant expressions.
GEOEGII555 Jul 15, 2024
580325c
Use getter functions instead of direct class member access.
GEOEGII555 Jul 15, 2024
f6ab067
Added 2 interfaces.
GEOEGII555 Jul 15, 2024
c9d36c2
Change the loop to std::ranges::for_each with std::views::iota
GEOEGII555 Jul 15, 2024
8c00abc
Use tostringstreams instead of normal strings in baseoutputwriter
GEOEGII555 Jul 15, 2024
f4550d9
Use inline instead of extern
GEOEGII555 Jul 15, 2024
2254cd1
Change the loop to use iterators instead. Also fix a couple of bugs.
GEOEGII555 Jul 15, 2024
950127b
rvalue ref
GEOEGII555 Jul 15, 2024
ff091b1
Update README.md
GEOEGII555 Oct 29, 2024
836e4bb
Update argparser.cpp
GEOEGII555 Nov 12, 2024
12eac55
Update argparser.cpp
GEOEGII555 Nov 12, 2024
b95d1fb
Update argparser.cpp
GEOEGII555 Nov 12, 2024
0b5ff92
Update argparser.hpp
GEOEGII555 Nov 12, 2024
383dc7e
Update argparser.cpp
GEOEGII555 Nov 12, 2024
bdf2e21
Update main.cpp
GEOEGII555 Nov 12, 2024
05383b9
Update input_reader.cpp
GEOEGII555 Nov 12, 2024
655cfb9
Update input_reader.cpp
GEOEGII555 Nov 12, 2024
ea747b3
Update input_reader.cpp
GEOEGII555 Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .gitattributes

This file was deleted.

Loading