diff --git a/.vscode/dryrun.log b/.vscode/dryrun.log index e270521..e6fc6a1 100644 --- a/.vscode/dryrun.log +++ b/.vscode/dryrun.log @@ -2,7 +2,6 @@ make --dry-run --always-make --keep-going --print-directory make: Entering directory '/home/marek/GitProjects/Courses/Website/public/math589/LectureNotes/GaussianElimination' cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o gauss_solve.o gauss_solve.c cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o main.o main.c - cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o helpers.o helpers.c cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 gauss_solve.o main.o helpers.o -o gauss_solve -lm gcc -shared -I/usr/include/python3.12 -o libgauss.so -fPIC gauss_solve.c diff --git a/.vscode/settings.json b/.vscode/settings.json index 0db6422..b72c84a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "C_Cpp_Runner.debuggerPath": "gdb", "C_Cpp_Runner.cStandard": "", "C_Cpp_Runner.cppStandard": "", - "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat", + "C_Cpp_Runner.msvcBatchPath": "", "C_Cpp_Runner.useMsvc": false, "C_Cpp_Runner.warnings": [ "-Wall", diff --git a/.vscode/targets.log b/.vscode/targets.log index bcb155f..d3fc699 100644 --- a/.vscode/targets.log +++ b/.vscode/targets.log @@ -6,7 +6,7 @@ make all --print-data-base --no-builtin-variables --no-builtin-rules --question # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. -# Make data base, printed on Wed Oct 2 21:29:05 2024 +# Make data base, printed on Wed Oct 2 21:43:49 2024 # Variables @@ -88,6 +88,8 @@ CURDIR := /home/marek/GitProjects/Courses/Website/public/math589/LectureNotes/Ga APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = true # environment LESSOPEN = | /usr/bin/lesspipe %s +# environment +VSCODE_L10N_BUNDLE_LOCATION = # automatic *D = $(patsubst %/,%,$(dir $*)) # environment @@ -109,7 +111,7 @@ MAKEFILE_LIST := Makefile # automatic @F = $(notdir $@) # environment -VSCODE_PID = 51204 +VSCODE_PID = 53928 # environment XDG_SESSION_TYPE = wayland # automatic @@ -225,7 +227,7 @@ MANAGERPID = 3141 # environment DEBUGINFOD_URLS = https://debuginfod.ubuntu.com # environment -GIO_LAUNCHED_DESKTOP_FILE_PID = 51149 +GIO_LAUNCHED_DESKTOP_FILE_PID = 53886 # environment _ = /snap/code/169/usr/share/code/code # environment @@ -278,9 +280,6 @@ VSCODE_CLI = 1 ELECTRON_NO_ATTACH_CONSOLE = 1 # environment SNAP_COMMON = /var/snap/code/common - -make: *** No rule to make target 'main.o', needed by 'gauss_solve'. Stop. - # default .FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell nocomment grouped-target extra-prereqs archives jobserver output-sync check-symlink load # environment @@ -294,7 +293,7 @@ GDMSESSION = ubuntu # environment SNAP_LIBRARY_PATH = /var/lib/snapd/lib/gl:/var/lib/snapd/lib/gl32:/var/lib/snapd/void # variable set hash-table stats: -# Load=140/1024=14%, Rehash=0, Collisions=4/178=2% +# Load=141/1024=14%, Rehash=0, Collisions=5/179=3% # Pattern-specific Variable Values @@ -302,9 +301,9 @@ SNAP_LIBRARY_PATH = /var/lib/snapd/lib/gl:/var/lib/snapd/lib/gl32:/var/lib/snapd # Directories -# . (device 66307, inode 11414305): 15 files, no impossibilities. +# . (device 66307, inode 11414305): 20 files, no impossibilities. -# 15 files, no impossibilities in 1 directories. +# 20 files, no impossibilities in 1 directories. # Implicit Rules @@ -331,7 +330,7 @@ Makefile: gauss_solve.o: gauss_solve.h # Implicit rule search has been done. -# File does not exist. +# Last modified 2024-10-02 21:32:30.937174216 # File has been updated. # Successfully updated. @@ -339,6 +338,7 @@ clean: FORCE # Implicit rule search has not been done. # Modification time never checked. # File has not been updated. + # recipe to execute (from 'Makefile', line 32): @-rm gauss_solve *.o @-rm *.so @@ -352,9 +352,10 @@ check_ctype_wrapper: gauss_solve.py libgauss.so # Not a target: gauss_solve.c: -# Implicit rule search has not been done. -# Modification time never checked. -# File has not been updated. +# Implicit rule search has been done. +# Last modified 2024-09-29 19:09:45.763596916 +# File has been updated. +# Successfully updated. check_gauss_solve: gauss_solve # Implicit rule search has not been done. @@ -371,8 +372,9 @@ check_gauss_solve: gauss_solve gauss_solve: gauss_solve.o main.o helpers.o # Implicit rule search has not been done. -# File does not exist. -# File has not been updated. +# Last modified 2024-10-02 21:32:30.971173597 +# File has been updated. +# Successfully updated. # recipe to execute (from 'Makefile', line 15): $(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS) @@ -380,12 +382,15 @@ all: gauss_solve libgauss.so # Command line target. # Implicit rule search has been done. # File does not exist. -# File has not been updated. +# File has been updated. +# Successfully updated. libgauss.so: gauss_solve.c # Implicit rule search has not been done. -# Modification time never checked. -# File has not been updated. + +# Last modified 2024-10-02 21:32:30.996173142 +# File has been updated. +# Successfully updated. # recipe to execute (from 'Makefile', line 29): gcc -shared -I/usr/include/python3.12 -o $@ -fPIC $(LIB_SOURCES) @@ -399,14 +404,16 @@ gauss_solve.h: # Not a target: main.o: # Implicit rule search has been done. -# File does not exist. -# File has not been updated. +# Last modified 2024-10-02 21:32:30.949173998 +# File has been updated. +# Successfully updated. # Not a target: helpers.h: -# Implicit rule search has not been done. -# Modification time never checked. -# File has not been updated. +# Implicit rule search has been done. +# Last modified 2024-09-25 08:49:17.655560248 +# File has been updated. +# Successfully updated. # Not a target: gauss_solve.py: @@ -415,9 +422,10 @@ gauss_solve.py: # File has not been updated. helpers.o: helpers.h -# Implicit rule search has not been done. -# Modification time never checked. -# File has not been updated. +# Implicit rule search has been done. +# Last modified 2024-10-02 21:32:30.952173943 +# File has been updated. +# Successfully updated. # files hash-table stats: # Load=18/1024=2%, Rehash=0, Collisions=0/48=0% @@ -430,9 +438,9 @@ helpers.o: helpers.h # strcache buffers: 1 (0) / strings = 30 / storage = 296 B / avg = 9 B # current buf: size = 8162 B / used = 296 B / count = 30 / avg = 9 B -# strcache performance: lookups = 58 / hit rate = 48% +# strcache performance: lookups = 63 / hit rate = 52% # hash-table stats: -# Load=30/8192=0%, Rehash=0, Collisions=0/58=0% -# Finished Make data base on Wed Oct 2 21:29:05 2024 +# Load=30/8192=0%, Rehash=0, Collisions=0/63=0% +# Finished Make data base on Wed Oct 2 21:43:49 2024