Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. 064b681 First attempt at getting the build to work with Tcl 9.0. by drh · 12 months ago
  2. 32c83c8 Avoid making unnecessary changes to the signatures of the by drh · 9 years ago
  3. 44e95d4 Make the extension auto-loading mechanism work with the __stdcall calling convention. Also, fix a couple Tcl command calling conventions missed in the previous check-in. by mistachkin · 9 years ago
  4. 7617e4a Make sure the SQLITE_TCLAPI macro is always defined. by mistachkin · 9 years ago
  5. 52b1dbb Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. by mistachkin · 9 years ago
  6. d3f4964 Adjust #ifdefs in test_autoext.c so that it compiles with by drh · 12 years ago
  7. 425e27d Add the sqlite3_cancel_auto_extension(X) interface which will undo a prior by drh · 12 years ago
  8. 08ef8d7 Make the SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2 macros into by drh · 12 years ago loadext
  9. c81c11f Remove the obsolete "$Id:$" RCS identifier strings from the source code. by drh · 16 years ago
  10. c8d7567 Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) by drh · 17 years ago
  11. 9323f76 Fix build whether compiling with or without auto-extension enabled (CVS 4891) by mlcreech · 17 years ago
  12. 984bfaa Move SQL functions used for testing only out of func.c and into a new by drh · 17 years ago
  13. f533acc Build without warnings and pass all tests with SQLITE_OMIT_LOAD_EXTENSION. by drh · 19 years ago
  14. 1409be6 Add the new experimental sqlite3_auto_extension() API. (CVS 3362) by drh · 19 years ago