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

v0.1.8 #17

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
09b385a
initial map setup, create store folder
aswinnnn Oct 18, 2023
f8c81d6
cargo update
aswinnnn Oct 21, 2023
d49d59e
localize pep-508, remove pep-508
aswinnnn Oct 22, 2023
5166607
update pic
aswinnnn Oct 23, 2023
ac53a4f
Revert wrong commit msg
aswinnnn Oct 23, 2023
c9da4bc
switch to linux
aswinnnn Oct 23, 2023
51b988d
update thumb
aswinnnn Oct 23, 2023
d22ff0e
update README.md
aswinnnn Oct 23, 2023
07d3717
update assets
aswinnnn Oct 23, 2023
881ca47
remove old thumb
aswinnnn Oct 23, 2023
10e1c24
try out sqlx
aswinnnn Oct 24, 2023
41d1e69
update .sqlx
aswinnnn Oct 24, 2023
17813ae
update .sqlx
aswinnnn Oct 24, 2023
a1ee99d
update .sqlx
aswinnnn Oct 24, 2023
b11694c
create Database types, traits, fix PYSCAN_ROOT db connection, update …
aswinnnn Oct 28, 2023
2a0bd39
update .sqlx
aswinnnn Oct 28, 2023
70ff8d0
update .sqlx
aswinnnn Oct 28, 2023
676b70e
update .sqlx
aswinnnn Oct 28, 2023
2dd77cd
update .sqlx
aswinnnn Oct 28, 2023
9b29a99
implement ProjectDatabase. No tests performed yet.
aswinnnn Oct 28, 2023
e9446ba
provisional pipcache database. Add sqlx offline-compile support
aswinnnn Oct 28, 2023
65c50d4
create subcommand 'init', new todos, better errors
aswinnnn Oct 28, 2023
55bede6
implement DependencyChanges
aswinnnn Oct 29, 2023
3a7dc4f
update .sqlx
aswinnnn Oct 29, 2023
acc3759
add depth check
aswinnnn Oct 29, 2023
b0e8178
add .pyscan to .gitignore
aswinnnn Oct 30, 2023
ea00664
update .sqlx
aswinnnn Oct 30, 2023
9914d0a
implement PyscanData, update .sqlx, fix DB paths
aswinnnn Oct 30, 2023
7367070
implement project identification system
aswinnnn Nov 3, 2023
bdecdf3
update .sqlx
aswinnnn Nov 5, 2023
2ae218d
switch to clang and mold, pave way for dependency changes
aswinnnn Nov 19, 2023
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
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/home/golds/mold-2.3.3-x86_64-linux/bin/mold"]
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ __pycache__/
# C extensions
*.so

# Test DB
testy.db

# Distribution / packaging
.Python
.venv/
Expand Down Expand Up @@ -72,4 +75,13 @@ docs/_build/
.python-version
out.txt
requirements.txt
ptest
ptest

# Pyscan
.pyscan/
.pyscan/
.pyscan/
.pyscan/
.pyscan/
.pyscan/
.pyscan/

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading