e301b400ba
More readme additions and another debug line out fix.
2023-03-31 17:27:59 -04:00
6bc4346652
Update readme, fix an issue with stb_image.refactor script (needed newline at eof), some script changes.
2023-03-31 16:17:02 -04:00
6e91555a20
Script additions and improvements, fix IO bug.
2023-03-31 01:04:56 -04:00
1b0c5d176c
Addeed stb_image header
...
Going to use as another test case.
2023-03-30 23:19:40 -04:00
ea09b27b3b
ok
2023-03-30 22:52:58 -04:00
d344043c44
ok
2023-03-30 22:50:01 -04:00
bdc272cc2b
Added release tag..
2023-03-30 22:41:46 -04:00
8d5cdec586
ok
2023-03-30 22:34:32 -04:00
1d807eaf0a
Another release attempt
2023-03-30 22:31:07 -04:00
2fe7ded7ec
Ok.
2023-03-30 21:58:31 -04:00
1f2d3cdd42
Attempt to add release versioning again...
2023-03-30 21:53:24 -04:00
03f5441b25
Attempting to use avakar's release action
2023-03-30 21:37:53 -04:00
b05ee03609
Workflow: Remove step "Create GitHub release"
2023-03-30 21:21:31 -04:00
e30539fe32
Workflow : Removing body file.
2023-03-30 21:14:24 -04:00
935bfe63ad
Hopefully workflow works.
2023-03-30 21:07:10 -04:00
d95d4a8d06
Attempting workflow error fix.
2023-03-30 20:50:31 -04:00
7d7c34d157
Update release name to just use commit #.
2023-03-30 20:47:25 -04:00
25df998dc2
Remove the readme upload.
2023-03-30 20:44:57 -04:00
9479a28282
Change workflow release tag name and release_name
2023-03-30 20:40:56 -04:00
0246b8419a
Fixed workflow error with readme upload.
2023-03-30 20:35:31 -04:00
0da1505190
Update to scripts and readme, workflow added release publishing.
2023-03-30 20:14:51 -04:00
d73d22282b
Some code cleanup
2023-03-30 19:54:19 -04:00
78cdfcd7b3
Made a separate build script for CI.
2023-03-30 19:43:44 -04:00
018286be6f
Some refinement to the gh-workflow
2023-03-30 19:34:07 -04:00
a0a3e42e6a
Various updates to scripts
2023-03-30 19:33:46 -04:00
f9b8f02351
Corrections to debug code for release builds.
2023-03-30 19:33:35 -04:00
5bfa8395db
Fixing issue with build script not being able to find refactor script in gh-actions.
2023-03-30 18:50:45 -04:00
048fcac1bf
Bloat.cpp: Bad static on Global_Arena
2023-03-30 18:46:22 -04:00
eccbdac3b2
Powershell is dumb
2023-03-30 18:43:22 -04:00
2933393f55
Still dumb
2023-03-30 18:39:39 -04:00
61880e8dee
I'm dumb
2023-03-30 18:37:01 -04:00
9bf6af8ce5
Fix issue with cls command on gh-actions.
2023-03-30 18:34:55 -04:00
20dd92a684
Possible fix for gh-action yml error.
2023-03-30 18:32:33 -04:00
be6b37ae00
attempting to just run the pwsh script with just hardcoded command.
2023-03-30 18:31:41 -04:00
e867768862
GH-Actions: Installing meson with pip instead.
2023-03-30 18:28:06 -04:00
b08ff787a8
Switching to chocolately as for some reason gh-actions doesn't support winget...
2023-03-30 18:20:33 -04:00
263fa66f7f
GH-Actions: Using winget instead, win-server 2019.
2023-03-30 18:13:45 -04:00
6e9d35cb37
Attempt to fix issue with scoop usage in admin mode.
2023-03-30 18:08:33 -04:00
2176314adf
Merge pull request #3 from Ed94/build_workflow
...
Create main.yml
2023-03-30 18:04:00 -04:00
484c2ac35c
Create main.yml
2023-03-30 18:02:57 -04:00
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
503df85733
Setup new test and sucessfuly compiles!
2023-03-30 17:36:36 -04:00
c4f0b35a30
Fixed bugs with spec file parsing related to word ignores.
2023-03-30 17:35:57 -04:00
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
1cd4287eb2
Fixed issue with ignoring multi-line comments.
2023-03-27 20:14:04 -04:00
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
d0fad572bc
Non-include refactors work. Multi-file works.
2023-03-18 03:10:43 -04:00
97967e56d9
WIP - Got it somewhat working, still have issues with multiple files.
2023-03-17 18:12:20 -04:00
7e120ae5e9
fixing grammatical mistakes
2023-03-17 02:19:32 -04:00
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