Commit Graph

54 Commits

Author SHA1 Message Date
Ed_
8d5cdec586 ok 2023-03-30 22:34:32 -04:00
Ed_
1d807eaf0a Another release attempt 2023-03-30 22:31:07 -04:00
Ed_
2fe7ded7ec Ok. 2023-03-30 21:58:31 -04:00
Ed_
1f2d3cdd42 Attempt to add release versioning again... 2023-03-30 21:53:24 -04:00
Ed_
03f5441b25 Attempting to use avakar's release action 2023-03-30 21:37:53 -04:00
Ed_
b05ee03609 Workflow: Remove step "Create GitHub release" 2023-03-30 21:21:31 -04:00
Ed_
e30539fe32 Workflow : Removing body file. 2023-03-30 21:14:24 -04:00
Ed_
935bfe63ad Hopefully workflow works. 2023-03-30 21:07:10 -04:00
Ed_
d95d4a8d06 Attempting workflow error fix. 2023-03-30 20:50:31 -04:00
Ed_
7d7c34d157 Update release name to just use commit #. 2023-03-30 20:47:25 -04:00
Ed_
25df998dc2 Remove the readme upload. 2023-03-30 20:44:57 -04:00
Ed_
9479a28282 Change workflow release tag name and release_name 2023-03-30 20:40:56 -04:00
Ed_
0246b8419a Fixed workflow error with readme upload. 2023-03-30 20:35:31 -04:00
Ed_
0da1505190 Update to scripts and readme, workflow added release publishing. 2023-03-30 20:14:51 -04:00
Ed_
d73d22282b Some code cleanup 2023-03-30 19:54:19 -04:00
Ed_
78cdfcd7b3 Made a separate build script for CI. 2023-03-30 19:43:44 -04:00
Ed_
018286be6f Some refinement to the gh-workflow 2023-03-30 19:34:07 -04:00
Ed_
a0a3e42e6a Various updates to scripts 2023-03-30 19:33:46 -04:00
Ed_
f9b8f02351 Corrections to debug code for release builds. 2023-03-30 19:33:35 -04:00
Ed_
5bfa8395db Fixing issue with build script not being able to find refactor script in gh-actions. 2023-03-30 18:50:45 -04:00
Ed_
048fcac1bf Bloat.cpp: Bad static on Global_Arena 2023-03-30 18:46:22 -04:00
Ed_
eccbdac3b2 Powershell is dumb 2023-03-30 18:43:22 -04:00
Ed_
2933393f55 Still dumb 2023-03-30 18:39:39 -04:00
Ed_
61880e8dee I'm dumb 2023-03-30 18:37:01 -04:00
Ed_
9bf6af8ce5 Fix issue with cls command on gh-actions. 2023-03-30 18:34:55 -04:00
Ed_
20dd92a684 Possible fix for gh-action yml error. 2023-03-30 18:32:33 -04:00
Ed_
be6b37ae00 attempting to just run the pwsh script with just hardcoded command. 2023-03-30 18:31:41 -04:00
Ed_
e867768862 GH-Actions: Installing meson with pip instead. 2023-03-30 18:28:06 -04:00
Ed_
b08ff787a8 Switching to chocolately as for some reason gh-actions doesn't support winget... 2023-03-30 18:20:33 -04:00
Ed_
263fa66f7f GH-Actions: Using winget instead, win-server 2019. 2023-03-30 18:13:45 -04:00
Ed_
6e9d35cb37 Attempt to fix issue with scoop usage in admin mode. 2023-03-30 18:08:33 -04:00
Ed_
2176314adf
Merge pull request #3 from Ed94/build_workflow
Create main.yml
2023-03-30 18:04:00 -04:00
Ed_
484c2ac35c
Create main.yml 2023-03-30 18:02:57 -04:00
Ed_
2419f407a8
Merge pull request #2 from Ed94/includes_n_multi-file
Update main with feature updates in includes_n_multi-file
2023-03-30 17:42:11 -04:00
Ed_
503df85733 Setup new test and sucessfuly compiles! 2023-03-30 17:36:36 -04:00
Ed_
c4f0b35a30 Fixed bugs with spec file parsing related to word ignores. 2023-03-30 17:35:57 -04:00
Ed_
17458b4b4c Got include refactors (sig to sub) to work.
Just need to make sure the test case works with the refactored zpl file
2023-03-30 13:59:49 -04:00
Ed_
1cd4287eb2 Fixed issue with ignoring multi-line comments. 2023-03-27 20:14:04 -04:00
Ed_
87c939e2b6 Got include ignores to work, comment ignores work
Not sure yet if include renames work just yet (need to test)

Comment signatures are currently hardcoded for C/C++.
2023-03-25 22:44:36 -04:00
Ed_
d0fad572bc Non-include refactors work. Multi-file works. 2023-03-18 03:10:43 -04:00
Ed_
97967e56d9 WIP - Got it somewhat working, still have issues with multiple files. 2023-03-17 18:12:20 -04:00
Ed_
7e120ae5e9 fixing grammatical mistakes 2023-03-17 02:19:32 -04:00
Ed_
231c893c6b Rework of project implementation
For include and multi-file support. I still need to debug it,
Test will be adjusted as well; I want to get all the files not just zpl refactored using a powershell script.

I dropped the idea of semantically identifiying macros. While it may be possible, I don't see the utility vs the regular idendentifier distinction.
I want to keep the refactoring as simple as possible, where it just takes one pass to go through a file without any context to other files.

So far the ignores behave as a good guard filter for unwanted refactors and the only true weak area was the includes (which should be aleviated with the coming support for it.
2023-03-17 02:09:19 -04:00
Ed_
d44f7ed6fa Updated test to use latest from my fork of zpl. 2023-03-14 02:31:18 -04:00
Ed_
892d0cba64 Updated clang format. 2023-03-13 22:45:45 -04:00
Ed_
aec095a9f0 did some reorganization, build script changes
Moved header and source to code

Changed all build scripts to just be powershell (preferred)
Added clang format (but forgot that you cannot format zpl because it hangs clang format)

Code changes:
* Removed long names just using short names (there is an issue with the opts_compile...)
* Removed zpl.refactored.h (its generated now when `.\build.ps1 test` is run
* Modified zpl.h to just have the radix sort modification.
2023-03-13 20:17:12 -04:00
Ed_
9129b5a9fc renamed test files to make a clearer distinction between the regular files.
Removed c8 typedef.
2023-03-12 22:46:08 -04:00
Ed_
d01625d464 fixed up debug logs and fatal asserts. 2023-03-12 22:38:21 -04:00
Ed_
71d9aa79eb Remove other dir; added gitignore 2023-03-12 22:19:00 -04:00
Ed_
d6345c58bf Merge branch 'main' of https://github.com/Ed94/refactor 2023-03-12 22:13:30 -04:00