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

  1. 6219872 Initial pristine autosetup bits. by stephan · 10 months ago
  2. 838d2d3 Improved help message for the --enable-test-status configuration option. by drh · 11 months ago
  3. 1d5a12e New ./configure option --enable-test-status causes testrunner.tcl to be by drh · 11 months ago
  4. f87a54a Adjust the "configure" script so that it just disables the ability to by drh · 11 months ago
  5. 7c5a829 Improved help message for --disable-tcl on the configure script. by drh · 11 months ago
  6. 3f138e1 Reinstate the --disable-tcl option on ./configure. by drh · 11 months ago
  7. 210f6f8 Improvements to ./configure that will hopefully break fewer builds. by drh · 12 months ago
  8. eb48fdd Fix problems in the configure/Makefile system caused by recent enhancements by drh · 12 months ago
  9. bb99e73 Simplification the ./configure script. Carry Makefile CFLAGS and OPTS through by drh · 12 months ago
  10. 91db27a Clean up and restructure the TCL configuration sections in autoconf. by drh · 12 months ago
  11. d3b5896 Adjust the configure script so that the --with-tcl option is used to by drh · 12 months ago
  12. 18ec0d4 Increase the version number to 3.47.0 to begin the next development cycle. by drh · 1 year, 2 months ago
  13. 0a626b2 Increase the version number to 3.46.0 to begin the next development cycle. by drh · 1 year, 6 months ago
  14. d706adb Update the version number to 3.45.0 to begin the next development cycle. by drh · 1 year, 9 months ago
  15. cc11526 Enable -Wall for the compiler on --enable-debug builds. by drh · 1 year, 10 months ago
  16. 8525e2d Enhance the ./configure script and its associated Makefile.in so that the by drh · 1 year, 11 months ago
  17. 9d6acd9 Change the version number to 3.44.0 to begin the next development by drh · 1 year, 11 months ago
  18. ea1b2fa Increase the version number to 3.43.0 in order to begin the next by drh · 2 years, 2 months ago
  19. 7b56a0e Update the version number to 3.42.0 to begin the next development cycle. by drh · 2 years, 5 months ago
  20. a7c4985 Merge trunk into wasi-patches branch and add missing yes/no result to the configure script's output for the --with-wasi-sdk=PATH test. by stephan · 2 years, 6 months ago
  21. 60a1a0f Incorporate wasi-sdk RANLIB configure script patch from the VMware OCTO team. by stephan · 2 years, 7 months ago
  22. 22166f8 Rerun autoconf using version 2.69 to minimize configure script differences by drh · 2 years, 7 months ago
  23. 3bcb5ce Imply configure flag --disable-shared when --with-wasi-sdk is active because libtool is running gcc for linking the shared lib, which cannot work in a wasi build. by stephan · 2 years, 7 months ago
  24. 1469618 Add --with-wasi-sdk=DIR flag to configure.ac. This mode compiles but fails to link the DLL because libtool is apparently hard-coded to gcc for the DLL. by stephan · 2 years, 7 months ago
  25. f0962c9 Run configure.ac through autoupdate, as required by autoconf for rebuilding configure. These (many) changes were made entirely by the autotools, except that some whitespace-only changes were reverted by hand to reduce noise, and are a preliminary step to adding a new flag to configure.ac. by stephan · 2 years, 7 months ago
  26. 26e0f2e Update the version number to 3.41.0 to begin the next development cycle. by drh · 2 years, 8 months ago
  27. a4b2f41 Change the name of the autoconf-generated configuration file from "config.h" by drh · 2 years, 10 months ago
  28. 62f1b48 Increase the version number to 3.40.0 so as to begin the next development cycle. by drh · 3 years, 1 month ago
  29. fc4fe5a Update the version number of version 3.39.0 for the next development cycle. by drh · 3 years, 5 months ago
  30. 9dbf96b An attempt to integrate the JSON functions directly into the SQLite core, by drh · 3 years, 7 months ago
  31. 4a0a98d Bump the version number up to 3.38.0 in order to begin the next development by drh · 3 years, 8 months ago
  32. e13dfe4 By default, do not emit #line directives in the amalgamation. by mistachkin · 4 years ago
  33. 696555d Further revisions to #line handling for amalgamation builds. by mistachkin · 4 years ago
  34. 4902235 Merge from trunk, rename tool option for its effect by larrybr · 4 years ago line_tags
  35. 4b1c3eb Amalgamation has #line directives by default. Minor mksqlite3c.tcl changes by larrybr · 4 years ago
  36. f51bad4 The previous check-in is a significant change to btree, so go ahead and by drh · 4 years, 1 month ago
  37. f93ff6b Increase the version number to 3.36.0 to begin the next development cycle. by drh · 4 years, 4 months ago
  38. 42d2aec Increase the patch level to 3.35.3. by drh · 4 years, 4 months ago
  39. 0d3485f Increase the version number to 3.35.2. by drh · 4 years, 4 months ago
  40. c9f1a7d Bump the version number to 3.35.1. by drh · 4 years, 4 months ago
  41. 42c93b5 Math functions are enabled by default in the main configure script. by drh · 4 years, 4 months ago
  42. 24ec37c Improvements to the configure script. Math functions are enabled by drh · 4 years, 4 months ago
  43. d9cc532 Rerun autoconf. by drh · 4 years, 6 months ago
  44. e2ce8c4 Fix to the --disable-math option to ./configure. by drh · 4 years, 7 months ago
  45. f6e904b Begin adding new SQL functions that depend on -lm: ceil(), ceiling(), by drh · 4 years, 7 months ago
  46. 636f505 Increase the version number to 3.35.0 to begin the next development cycle. by drh · 4 years, 8 months ago
  47. ef5b2d2 Remove the VERSION_NUMBER macro from configure.ac as it has been unused by drh · 4 years, 8 months ago
  48. a3d6d6a Update the version number to 3.34.0 for the next development cycle. by drh · 5 years ago
  49. b13d5c2 Remove bashism from configure script. by dan · 5 years ago
  50. b13c3a3 Fix the --enable-update-limit option to ./configure. by drh · 5 years ago
  51. 47937cf Increase the version number to 3.33.0 to begin the next release cycle. by drh · 5 years ago
  52. e859e43 Version number to 3.32.1. by drh · 5 years ago
  53. 081ce20 Increase the version number to 3.32.0. by drh · 5 years ago
  54. f54f105 Update the version number to 3.31.1. by drh · 5 years ago
  55. 29368ea Add the --enable-all option to the main configure script as a short-hand by drh · 6 years ago
  56. 656d535 Increase the version number to 3.31.0 for the next release cycle. by drh · 6 years ago
  57. 7f88a24 Increase the version number to 3.30.0 for the next release cycle. by drh · 6 years ago
  58. 6b23603 Increase the version number to 3.29 for the next development cycle. by drh · 6 years ago
  59. fb55671 Add the --limit N option to dbfuzz2. Set the default callback limit to 250K. by drh · 6 years ago
  60. 83acc14 Increase the version number to 3.28.0 for the next release cycle. by drh · 6 years ago
  61. 8a65380 Increase the version number to 3.27.0 for the next development cycle. by drh · 7 years ago
  62. 6a9afa9 Increase the version number to 3.26.0 as we start the next development cycle. by drh · 7 years ago
  63. a961d3a Merge enhancements from trunk. by drh · 7 years ago
  64. 8fa622d Fix various --enable and --disable options on the top-level configure script. by drh · 7 years ago
  65. bb777d5 Update the version number to 3.25.0 for the next development cycle. by drh · 7 years ago
  66. 748b8fd Forward port the geopoly extension functions into the r-tree extension, by drh · 7 years ago
  67. f5ced1f Increase the version number to 3.24.0 by drh · 7 years ago
  68. 032495a Increase the version number to 3.23.1. by drh · 7 years ago
  69. 588049c Increase the version number to 3.23.0 for the next development cycle. by drh · 7 years ago
  70. 56c9311 Enhance the configure script to detect zLib. by drh · 8 years ago
  71. b68db31 Increase the version number for the next release - which is still months by drh · 8 years ago
  72. 0b11bcb Update the configure script so that it looks for tclsh8.7 ahead of tclsh8.6. by drh · 8 years ago
  73. 83bebdd Add the --enable-update-limit option to the ./configure script. by drh · 8 years ago
  74. 01d837d Increase the version number to 3.21.0 in anticipation for changes to go by drh · 8 years ago
  75. 8c9ed05 Fix an issue with OPT_FEATURE_FLAGS in configure.ac. by drh · 8 years ago
  76. ee84126 Increase the version number to 3.20 for the next release cycle. by drh · 8 years ago
  77. 32d0eba Attempt to remove bash-isms from configure.ac. Use -O0 with --enable-debug. by drh · 8 years ago
  78. 5210578 Increase the version number for the next development cycle. by drh · 8 years ago
  79. 653a5f4 Bump the version number up to 3.18.0. by drh · 8 years ago
  80. 63a49ce Increase the version number to 3.17.0 for the next release cycle. by drh · 9 years ago
  81. 223b4bb Change the --enable-debug option on configure so that it enables the by drh · 9 years ago
  82. 9e31fe0 Bump the version number in anticipation of the next development cycle. by drh · 9 years ago
  83. 765fecf Increment the version number to 3.15. by drh · 9 years ago
  84. 5d513ba If both MEMSYS3 and MEMSYS5 are enabled, than automatically disable MEMSYS3. by drh · 9 years ago
  85. 6fe4c18 Another attempt at getting --enable-memsysN working. by drh · 9 years ago
  86. 26197d1 Fix the --enable-memsysN options in configure so that they actually work. by drh · 9 years ago
  87. c530b9c Add --enable-memsys3 and --enable-memsys5 options to the configure script. by drh · 9 years ago
  88. 6831474 Update the configure script with additional hints on the location of by drh · 9 years ago
  89. c0a195b Increase the version number to 3.14.0 since we are already making significant by drh · 9 years ago
  90. 5e18d40 Turn the session extension off by default. Enable using --enable-session on by drh · 9 years ago session-make
  91. 9fc4caf Increase the version number to 3.13.0 on account of the new session extension. by drh · 9 years ago
  92. e32a256 Update the configure script to detect pread/pwrite and update os_unix.c to by drh · 9 years ago
  93. b5a55ce Bump the version number to 3.12.0. by drh · 9 years ago
  94. ba60fbb Fix for pthread detection in the configure scripts. by drh · 9 years ago
  95. 13c808a Look for pthread_mutexattr_init() instead of pthread_create() in autoconf by drh · 10 years ago
  96. 2fca705 Increase the version number to 3.11.0 due to the WAL overwrite enhancement. by drh · 10 years ago
  97. b457764 Increase the version number to 3.10.0, due to the addition of the by drh · 10 years ago
  98. e44b835 Add the --enable-editline option to various autoconf scripts. by drh · 10 years ago
  99. 04ce31f Merge the 3.9.1 changes into trunk. (This only updates the version number by drh · 10 years ago
  100. 0b08640 Cherrypick the json form-feed fix, and other #ifdef and build script changes by drh · 10 years ago