Граф коммитов

266 Коммитов

Автор SHA1 Сообщение Дата
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
Mike Hommey 682364d535 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Mike Hommey a58f7369ea Bug 939071 - Kill SHORT_LIBNAME. r=ted 2013-11-19 11:47:47 +09:00
Mike Hommey b2e90f6233 Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal 2013-11-19 11:47:45 +09:00
Mike Hommey e80e877ab7 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Ryan VanderMeulen b8fc9b13cf Bug 928251 - Upgrade SQLite to version 3.8.1 - Mozilla changes. r=mak 2013-11-15 21:46:39 -05:00
Ryan VanderMeulen a7bb2fe640 Bug 928251 - Upgrade SQLite to version 3.8.1 - SQLite changes. r=mak 2013-11-15 21:46:38 -05:00
Mike Hommey a470038314 Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00