Ryan VanderMeulen
cf4d89e24e
Bug 1241121
- Upgrade SQLite to version 3.10.2. r=mak
...
--HG--
extra : rebase_source : e1aa31cfa0211da5c03ea7c92b7777bcc4c748e4
2016-01-21 08:53:39 -05:00
Ryan VanderMeulen
c36e4d1d07
Bug 1237324 - Upgrade SQLite to version 3.10.1. r=mak
2016-01-04 22:54:15 -05:00
Mike Hommey
ddfe97408d
Bug 1235132 - Remove whitespaces from sqlite.symbols. r=gps
2015-12-31 07:22:11 +09:00
Mike Hommey
e6c2b71205
Bug 1235132 - Convert sqlite and nss to SYMBOLS_FILE. r=gps
...
--HG--
rename : config/external/nss/nss.def => config/external/nss/nss.symbols
rename : db/sqlite3/src/sqlite.def => db/sqlite3/src/sqlite.symbols
2015-12-31 07:22:08 +09:00
Ryan VanderMeulen
4538efc57a
Bug 1214713 - Upgrade SQLite to version 3.9.1. r=mak
2015-10-21 12:19:31 -04:00
Nicholas Nethercote
5b34a25af2
Bug 1216020 - Comment all ALLOW_COMPILER_WARNINGS lines. r=glandium.
...
DONTBUILD because it only changes comments.
This will hopefully prevent confusion like that in bug 1215903.
--HG--
extra : rebase_source : f0a601d77b5f42b4fbe090693234f934e3becc42
2015-10-19 18:05:20 -07:00
Mike Hommey
9f2c4e94ba
Bug 1209875 - Get rid of XULPPFLAGS. r=gps
...
The flags added in toolkit/locales/Makefile.in turn out not to be actually
used, so just remove that.
The remaining uses of XULPPFLAGS are to set debug flags depending on whether
MOZ_DEBUG is set or not. Just set a dedicated variable with the right value
from configure.
2015-10-01 07:30:48 +09:00
Nicholas Nethercote
f44287005f
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Ryan VanderMeulen
e6798f2427
Bug 1188578 - Upgrade SQLite to version 3.8.11.1. r=mak
2015-07-30 07:49:40 -04:00
Nathan Froyd
a6e6ad5385
Bug 1185616 - remove optimization-related hacks in sqlite's Makefile.in; r=glandium
...
The Mac-specific MODULE_OPTIMIZE_FLAGS was presumably related to the
ancient version of gcc we used to use on the Mac. Ideally, clang will
not have the same issues.
By the same token, the Windows-specific MODULE_OPTIMIZE_FLAGS was due to
MSVC 2005. Ideally, the pertinent crashes have been fixed in MSVC 2013
and above.
2015-07-20 11:09:49 -04:00
Ted Mielczarek
e72a575271
bug 1174747 - Fix sqlite3 build on iOS. r=glandium
...
--HG--
extra : commitid : J6p0tD1GAu6
extra : rebase_source : 5617c17338ac51b8cad641d250a25396ea6b3c20
2015-05-07 08:39:13 -04:00
Ben Turner
e4ac5e1134
Bug 1149815 - Pass storage function failure codes through to callers, r=asuth.
2015-06-20 09:08:20 -07:00
Wes Kocher
72a315a1e1
Backed out changeset 6435d5aab611 (bug 858680)
2015-05-21 16:44:38 -07:00
Ben Turner
c769c6825d
Bug 858680 - Part 3: Allow mozStorage to access the dbstats virtual table, r=asuth.
...
--HG--
extra : rebase_source : 250bc47337695abb09e926fb8a21e5df72724fe4
2015-04-30 16:30:57 -07:00
Ben Turner
af31caeec8
Bug 1162176, Part 1. r=mak.
...
--HG--
extra : rebase_source : c980220594475e8c8654802466f9376a11fed616
2015-05-19 09:17:10 -07:00
Ryan VanderMeulen
87a9bf8ffd
Backed out changesets ba117e790ece and e183bcc18cd3 (bug 1162176) for bustage.
...
CLOSED TREE
2015-05-19 13:17:01 -04:00
Ben Turner
737bc42a61
Bug 1162176, Part 1. r=mak.
...
--HG--
extra : rebase_source : 80b7c35704b2a1250ffb5936f367baf6ab424294
2015-05-19 09:17:10 -07:00
Ben Turner
3452e7aea1
Bug 1162643 - Upgrade to SQLite 3.8.10.1, r=mak.
2015-05-11 13:44:14 -07:00
Reed Loden
5ad916619b
Bug 1152939 - "Upgrade to SQLite 3.8.9". r=mak77
...
--HG--
extra : rebase_source : 927dff511753aa7ec0242ffb656555b0c35025a7
2015-04-14 17:31:00 +02:00
Ben Turner
b44d471515
Bug 1127899 - Upgrade to SQLite 3.8.8.2, r=mak.
2015-01-31 18:00:34 -08:00
Ryan VanderMeulen
9aadb1a898
Bug 1122717 - Upgrade SQLite to version 3.8.8.1. r=mak
2015-01-24 10:24:03 -05:00
Ryan VanderMeulen
5d3df25f61
Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak
2014-12-10 10:02:17 -05:00
Ben Turner
202ba2f567
Bug 1101217 - Upgrade to SQLite 3.8.7.2, r=mak
2014-11-18 20:52:33 -08:00
Ryan VanderMeulen
df160c4211
Bug 1091076 - Update SQLite to version 3.8.7.1 - Mozilla changes. r=mak
2014-11-04 10:48:42 -05:00
Ryan VanderMeulen
ad1d68d135
Bug 1091076 - Update SQLite to version 3.8.7.1 - SQLite changes. r=mak
2014-11-04 10:48:42 -05:00
Kyle Huey
ec61506159
Bug 1088143: Update SQLite to version 3.8.6.1. r=mak
2014-10-23 10:34:49 -07:00
Ryan VanderMeulen
361b515048
Bug 1054680 - Upgrade SQLite to version 3.8.6 - Mozilla changes. r=asuth
2014-08-25 08:56:01 -04:00
Ryan VanderMeulen
c783f1b866
Bug 1054680 - Upgrade SQLite to version 3.8.6 - SQLite changes. r=asuth
2014-08-25 08:56:01 -04:00
Mike Hommey
89777800f9
Bug 1047267 - Move remaining OS_LIBS and EXTRA_LIBS to moz.build. r=gps
...
* * *
Bug 1047267 - To fold with "Move remaining OS_LIBS and EXTRA_LIBS to moz.build"
2014-08-07 14:21:03 +09:00
Mike Hommey
303e056692
Bug 1049311
- Remove sqlite resource files. r=mshal
2014-08-07 02:59:29 +09:00
Ryan VanderMeulen
56b5a0a07d
Bug 1020815 - Upgrade SQLite to version 3.8.5 - Mozilla changes. r=mak
2014-06-24 14:46:02 -04:00
Ryan VanderMeulen
56d1c1b4d0
Bug 1020815 - Upgrade SQLite to version 3.8.5 - SQLite changes. r=mak
2014-06-24 14:46:02 -04:00
Nathan Froyd
9d9500952d
Bug 1018375 - part 2 - make db/sqlite3/src/ produce a version script for Linux-like OSes; r=glandium
2014-05-30 14:12:51 -04:00
Ryan VanderMeulen
dc964354da
Bug 988507 - Upgrade SQLite to version 3.8.4.2. r=mak
2014-03-26 16:02:23 -04:00
Chris Peterson
2219396a85
Bug 984076 - Suppress clang and gcc warnings in third-party code: sqlite3. r=mak
2014-03-15 23:13:40 -07:00
Ryan VanderMeulen
c0b89bd612
Bug 981720 - Upgrade SQLite to version 3.8.4.1 - Mozilla changes. r=mak
2014-03-18 08:50:26 -04:00
Ryan VanderMeulen
67fb124e8b
Bug 981720 - Upgrade SQLite to version 3.8.4.1 - SQLite changes. r=mak
2014-03-18 08:50:26 -04:00
Masatoshi Kimura
54183f5f58
Bug 979252 - Stop using GetVersionEx from SQLite. r=mak
2014-03-07 22:47:58 +09:00
Ehsan Akhgari
9df66916f4
Bug 973405 - Move some misc LOCAL_INCLUDES to moz.build; r=glandium
2014-02-18 08:49:12 -05:00
Ryan VanderMeulen
395ff96eb1
Bug 971583 - Upgrade SQLite to version 3.8.3.1 - Mozilla changes. r=mak
2014-02-13 09:53:52 -05:00
Ryan VanderMeulen
453650c7d8
Bug 971583 - Upgrade SQLite to version 3.8.3.1 - SQLite changes. r=mak
2014-02-13 09:53:52 -05:00
Ehsan Akhgari
d91d200572
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Ehsan Akhgari
096d1fad98
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-10 09:03:53 -05:00
Ryan VanderMeulen
21feb9ff0e
Bug 967443 - Upgrade SQLite to version 3.8.3 - Mozilla changes. r=mak
2014-02-06 10:19:33 -05:00
Ryan VanderMeulen
b041655976
Bug 967443 - Upgrade SQLite to version 3.8.3 - SQLite changes. r=mak
2014-02-06 10:19:32 -05:00
Ryan VanderMeulen
0720d1185a
Bug 947624 - Upgrade SQLite to version 3.8.2 - Mozilla changes. r=mak
2014-01-07 09:09:05 -05:00
Ryan VanderMeulen
52141db414
Bug 947624 - Upgrade SQLite to version 3.8.2 - SQLite changes. r=mak
2014-01-07 09:09:05 -05:00
Mike Hommey
62d390485a
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Mike Hommey
8fd06cf41b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
...
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00