-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unify to single source directory #25
Merged
Merged
Commits on Jul 17, 2023
-
All c files compile w. clang except fcio.c
fcio.c is not included in the clang/ dir anyways
Configuration menu - View commit details
-
Copy full SHA for 1f03d27 - Browse repository at this point
Copy the full SHA 1f03d27View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a36c1 - Browse repository at this point
Copy the full SHA b7a36c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e463bf0 - Browse repository at this point
Copy the full SHA e463bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5817f6 - Browse repository at this point
Copy the full SHA d5817f6View commit details -
Add volatile read/writes to clang random
This introduces 16 and 32 bit versions of POKE/PEEK in order to reduce the number of ifdefs.
Configuration menu - View commit details
-
Copy full SHA for ef368cd - Browse repository at this point
Copy the full SHA ef368cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b746e9 - Browse repository at this point
Copy the full SHA 1b746e9View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 150baf9 - Browse repository at this point
Copy the full SHA 150baf9View commit details -
The restructures so that the root directory contains `src/` and `include/`. Compiler specific asm files are in src/cc65 and src/llvm respectively. This required updated of the builds systems as well as instructions in the README.
Configuration menu - View commit details
-
Copy full SHA for 3d61a41 - Browse repository at this point
Copy the full SHA 3d61a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 328b9db - Browse repository at this point
Copy the full SHA 328b9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bb400d - Browse repository at this point
Copy the full SHA 3bb400dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7372747 - Browse repository at this point
Copy the full SHA 7372747View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0801501 - Browse repository at this point
Copy the full SHA 0801501View commit details -
Rename Makefile -> Makefile_cc65
This to allow for other compilers like vbcc and kickc
Configuration menu - View commit details
-
Copy full SHA for 2a8e000 - Browse repository at this point
Copy the full SHA 2a8e000View commit details -
vbcc can compile src/memory.c to no need for special dir
Configuration menu - View commit details
-
Copy full SHA for 1b6085a - Browse repository at this point
Copy the full SHA 1b6085aView commit details -
Possible kickc specific assembler code moves to src/kickc. Main headers seem to be compatible.
Configuration menu - View commit details
-
Copy full SHA for d11b9a5 - Browse repository at this point
Copy the full SHA d11b9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for faf9c4c - Browse repository at this point
Copy the full SHA faf9c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae37960 - Browse repository at this point
Copy the full SHA ae37960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da2483 - Browse repository at this point
Copy the full SHA 0da2483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70de6b4 - Browse repository at this point
Copy the full SHA 70de6b4View commit details -
Merge branch 'unify-cc65-clang' of github.com:mlund/mega65-libc into …
…unify-cc65-clang
Configuration menu - View commit details
-
Copy full SHA for 6723b7f - Browse repository at this point
Copy the full SHA 6723b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda2836 - Browse repository at this point
Copy the full SHA bda2836View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.