CVS log for src/external/public-domain/sqlite/Makefile.inc
Up to [cvs.NetBSD.org] / src / external / public-domain / sqlite
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Apr 19 22:40:45 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +7 -1
lines
sqlite: suppress a few lint warnings
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Feb 5 21:48:52 2021 UTC (3 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
Reenable threadsafe sqlite.
Do it properly and only enable thread-safety, but not the worker thread
support. The latter is what requires the whole libpthread dependency.
A potential compromis would be to use a weak pthread_create and only
enable worker threads if it is provided, but given that it is only
really used for large sorts, don't bother for now.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 12 17:53:43 2020 UTC (4 years ago) by nia
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Revert addition of pthread dependency on sqlite.
It is less trivial than expected and introduced some surprising breakage.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 8 21:56:48 2020 UTC (4 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3
lines
sqlite: do not build without multithreading support
at least a few pkgsrc packages avoid base sqlite because it fails
this check, and it's probably a surprising performance penalty for
unsuspecting users
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 29 12:38:06 2020 UTC (4 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1
lines
sqlite3: Turn on extensions that default-on using the configure script
Includes json1 and fts5, which are both needed by various things in pkgsrc
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Fri Nov 4 14:48:50 2016 UTC (8 years, 1 month ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +2 -1
lines
Sync with HEAD
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 13 18:11:19 2016 UTC (8 years, 1 month ago) by martin
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
phil-wifi,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
is-mlppp-base,
is-mlppp,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
PR lib/51533: make big endian arm support work again, patch from
Rin Okuyama.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 3 10:27:00 2016 UTC (8 years, 5 months ago) by abhinav
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
Don't use threads.
Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:58:14 2012 UTC (12 years, 1 month ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +13 -5
lines
sync with head
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 11 23:15:38 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +13 -5
lines
Pull up following revision(s) (requested by wiz in ticket #303):
external/public-domain/sqlite/Makefile.inc: revision 1.5
Make HAVE_* define match what configure finds.
In particular, this enables usleep(3) (compared to using sleep(3) before).
ok joerg@
Revision 1.3.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 11 17:51:41 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
Pull up following revision(s) (requested by khorben in ticket #294):
external/public-domain/sqlite/Makefile.inc: revision 1.4
PR/46322: Pierre Pronchery: SQLite from base is compiled without
SQLITE_ENABLE_COLUMN_METADATA
XXX: Pullup for 6
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 1 20:28:02 2012 UTC (12 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-base,
tls-maxphys,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
agc-symver-base,
agc-symver
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -5
lines
Make HAVE_* define match what configure finds.
In particular, this enables usleep(3) (compared to using sleep(3) before).
ok joerg@
Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:04:51 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2
lines
sync with head
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 11 00:41:41 2012 UTC (12 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2
lines
PR/46322: Pierre Pronchery: SQLite from base is compiled without
SQLITE_ENABLE_COLUMN_METADATA
XXX: Pullup for 6
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 11 01:34:18 2011 UTC (13 years, 1 month ago) by christos
Branches: MAIN
CVS tags: netbsd-6-base
Branch point for: netbsd-6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
enable unlock notify
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Oct 16 17:24:50 2011 UTC (13 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base
Branch point for: yamt-pagecache
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
Build with -DSQLITE_ENABLE_FTS3_PARENTHESIS
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 13 21:40:27 2011 UTC (13 years, 2 months ago) by joerg
Branches: MAIN
Add build glue for SQLite
CVSweb <webmaster@jp.NetBSD.org>