-
Notifications
You must be signed in to change notification settings - Fork 74
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: siara-cc/esp32_arduino_sqlite3_lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: siara-cc/esp32_arduino_sqlite3_lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 13 files changed
- 4 contributors
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2c31179 - Browse repository at this point
Copy the full SHA 2c31179View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fe151fb - Browse repository at this point
Copy the full SHA fe151fbView commit details
Commits on May 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b6e3475 - Browse repository at this point
Copy the full SHA b6e3475View commit details
Commits on May 4, 2022
-
This will allow users using CMake toolchains (like myself) to include this as a component.
Configuration menu - View commit details
-
Copy full SHA for 98740e3 - Browse repository at this point
Copy the full SHA 98740e3View commit details
Commits on May 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e9f58e - Browse repository at this point
Copy the full SHA 7e9f58eView commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0850945 - Browse repository at this point
Copy the full SHA 0850945View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8435103 - Browse repository at this point
Copy the full SHA 8435103View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc4447 - Browse repository at this point
Copy the full SHA cbc4447View commit details -
Configuration menu - View commit details
-
Copy full SHA for caf273d - Browse repository at this point
Copy the full SHA caf273dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f35709 - Browse repository at this point
Copy the full SHA 9f35709View commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4f401f - Browse repository at this point
Copy the full SHA f4f401fView commit details
Commits on Oct 12, 2023
-
~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp: In function 'int ESP32Open(sqlite3_vfs*, const char*, sqlite3_file*, int, int*)': ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp:457:12: error: ordered comparison of pointer with integer zero ('FILE*' and 'int') 457 | if( p->fp<=0){ | ~~~~~^~~ ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp: In function 'int ESP32Delete(sqlite3_vfs*, const char*, int)': ~/Arduino/libraries/Sqlite3Esp32/src/esp32.cpp:499:12: error: ordered comparison of pointer with integer zero ('FILE*' and 'int') 499 | if( dfd<=0 ){ | ~~~^~~
Configuration menu - View commit details
-
Copy full SHA for 49555ec - Browse repository at this point
Copy the full SHA 49555ecView commit details -
xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(unishox1.c.o):~/Arduino/libraries/Sqlite3Esp32/src/unishox1.c:60: multiple definition of `c_95'; /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(shox96_0_2.cpp.o):~/Arduino/libraries/Sqlite3Esp32/src/shox96_0_2.cpp:36: first defined here xtensa-esp32s3-elf/bin/ld: /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(unishox1.c.o):~/Arduino/libraries/Sqlite3Esp32/src/unishox1.c:61: multiple definition of `l_95'; /tmp/arduino/sketches/187BF6CB77363D60470B1CC6568AB0AA/libraries/Sqlite3Esp32/objs.a(shox96_0_2.cpp.o):~/Arduino/libraries/Sqlite3Esp32/src/shox96_0_2.cpp:37: first defined here collect2: error: ld returned 1 exit status
Configuration menu - View commit details
-
Copy full SHA for 9b85a1d - Browse repository at this point
Copy the full SHA 9b85a1dView commit details
Commits on Oct 13, 2023
-
Merge pull request #77 from tobozo/master
Fix for compilation errors with esp32-arduino 3.x.x
Configuration menu - View commit details
-
Copy full SHA for d723213 - Browse repository at this point
Copy the full SHA d723213View commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15b74c0 - Browse repository at this point
Copy the full SHA 15b74c0View commit details
Commits on Dec 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5f02d4 - Browse repository at this point
Copy the full SHA f5f02d4View commit details
Commits on Feb 13, 2024
-
Michael Haberler committed
Feb 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 23f22e1 - Browse repository at this point
Copy the full SHA 23f22e1View commit details
Commits on Feb 14, 2024
-
Merge pull request #87 from mhaberler/master
fix type error on comparison
Configuration menu - View commit details
-
Copy full SHA for d0b26f5 - Browse repository at this point
Copy the full SHA d0b26f5View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1cba6e2 - Browse repository at this point
Copy the full SHA 1cba6e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10fb9cf - Browse repository at this point
Copy the full SHA 10fb9cfView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.2...master