-
Notifications
You must be signed in to change notification settings - Fork 30
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
Initial merge with xeus-clang-repl #14
Draft
alexander-penev
wants to merge
69
commits into
compiler-research:main
Choose a base branch
from
alexander-penev:MergeXeusClangRepl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
39b1b13
Initial merge with xeus-clang-repl
alexander-penev 10d02c4
Source cleanup
alexander-penev 30db5ce
Add python magic
alexander-penev 959eb07
Fix rich results display
alexander-penev a2ac8c2
Move docker container to port 9999 and some other minor fixes
alexander-penev 61e1a8e
Fix build paths. Fix inspect to work with CppInterOp
alexander-penev 365a6f6
Add mamba install of CppInterOp
alexander-penev d493445
Remove clang-dev dep
alexander-penev ba87e69
Fix CppInterOp package find
alexander-penev 39eddea
Fix CppInterOp package find
alexander-penev 286687f
Fix CppInterOp package find
alexander-penev 66b9b4b
Fix CppInterOp package find
alexander-penev ed8dc76
Fix CppInterOp package find
alexander-penev 6963241
Fix CppInterOp package find
alexander-penev 2996647
Fix CppInterOp package find
alexander-penev 82f94ba
Fix CppInterOp package find
alexander-penev cac2f64
Fix CppInterOp package find
alexander-penev 9eaf1a7
Fix CppInterOp package find
alexander-penev 8431daf
Fix CppInterOp package find
alexander-penev 4a99c80
Fix CppInterOp package find
alexander-penev f4da8bc
Fix CppInterOp package find
alexander-penev 27bd9c1
Fix CppInterOp package find
alexander-penev 182b0d7
Fix CppInterOp package find
alexander-penev b0f2b80
Fix CppInterOp package find
alexander-penev 0aa3d4a
Fix CppInterOp package find
alexander-penev bca9949
Fix CppInterOp package find
alexander-penev d0f9af0
Update main.yml
alexander-penev 4297c1b
Update main.yml
alexander-penev dc1c374
Update main.yml
alexander-penev d8a4b4c
Update main.yml
alexander-penev 395c95a
Update main.yml
vgvassilev 31f7f36
Fix argpars
alexander-penev 1a933f4
Update main.yml
alexander-penev eae4c10
Fix 1
alexander-penev 9d5e285
Fix '?std::vector' error
alexander-penev 7f9ffb9
Debug 1
alexander-penev 76e6180
Fix xcpp crash
alexander-penev 0ef7b75
Fix argv crash 2
alexander-penev 5abd0ee
Cleanup debuging commands
alexander-penev 3fb19d9
Try fix pytest run
alexander-penev 4718304
Try fix
alexander-penev af0d85a
Try to fix 2
alexander-penev 04f3663
Try to fix 3
alexander-penev 8ea9692
Try to fix 4
alexander-penev 424b479
Try to fix 5
alexander-penev c6c0de4
Try to fix 6
alexander-penev 76ad13c
Update CMakeLists.txt
vgvassilev bf96863
Allow debugging wasm
vgvassilev d300c95
Emscripten finds Development.Embed and not Python::Python
vgvassilev 0859ed0
Don't build the pythonexec just yet
vgvassilev eae9650
More wasm fixes
vgvassilev 8bda4fe
Try setting the lib suffix
vgvassilev eb55cd6
Fix pytest
alexander-penev dba64ea
Fix pytest 1
alexander-penev 36b3e72
Fix
alexander-penev c17f736
Try 1
alexander-penev cc90a16
Fix
alexander-penev 1e3a995
Extend debug time
alexander-penev 7bf6909
Debug 90
alexander-penev 3990230
Debug 60
alexander-penev f65cd08
Debug 30
alexander-penev 4ad7dc0
Update main.yml
alexander-penev 7ccb228
Update main.yml
alexander-penev 483e047
Update main.yml
vgvassilev 040d307
Allow debugging wasm
vgvassilev 02e7981
Emscripten finds Development.Embed and not Python::Python
vgvassilev 8a334e5
Try setting the so->a
vgvassilev 8049756
Add back the GNUInstallDirs
vgvassilev 0e655ef
Remove unused set
vgvassilev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
build/**/* | ||
build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious to know what is this export being used for !