summaryrefslogtreecommitdiff
path: root/lib/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-051-1/+1
| | | | | | | | | | | There is really no good reason to explicitly change the TARGET variable. And the empty SHARED_LIBRARY variable should also be in the manifest.mn to begin with. All the other empty variables start empty or undefined, so there is also no need to explicitly set them empty. Differential Revision: https://phabricator.services.mozilla.com/D70691
* Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyeaJan-Marek Glogowski2020-05-052-13/+3
| | | | | | | | | | | | | | * Drop the WIN% "32" default DLL suffix * Add default resource file handling => drop default RES * Generate IMPORT_LIBRARY based on IMPORT_LIB_SUFFIX and SHARED_LIBRARY, so we can drop all the explicit empty IMPORT_LIBRARY lines Originally this patch also tried to add a default MAPFILE rule, but this fails, because the ARCH makefiles set linker flags based on an existing MAPFILE variable. Differential Revision: https://phabricator.services.mozilla.com/D70369
* Bug 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-052-8/+0
| | | | | | | Copying private headers is now simply included in the exports target, as these headers use an extra directory anyway. Differential Revision: https://phabricator.services.mozilla.com/D69021
* Bug 1549847 - Ignore sqlite compilation warnings. r=mtEdouard Oger2019-08-232-1/+11
| | | | Differential Revision: https://phabricator.services.mozilla.com/D43200
* Bug 1550636 - Upgrade SQLite in NSS to v3.29 (2019-07-10). r=jcjMarcus Burghardt2019-08-163-25209/+66103
| | | | | | | | #define SQLITE_VERSION "3.29.0" #define SQLITE_VERSION_NUMBER 3029000 #define SQLITE_SOURCE_ID "2019-07-10 17:32:03 fc82b73eaac8b36950e527f12c4b5dc1e147e6f4ad2217ae43ad82882a88bfa6" Differential Revision: https://phabricator.services.mozilla.com/D42332
* Bug 1549847 - Do not treat warnings as errors on iOS. r=KevinJacobs,jcjEdouard Oger2019-05-081-0/+14
| | | | Differential Revision: https://phabricator.services.mozilla.com/D30270
* bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskusTed Mielczarek2016-11-101-1/+1
| | | | | Mozilla's build system currently puts NSS public headers directly in $(DIST)/include/nss, so we need a way to override the export directory.
* Bug 1311615 - Building with gyp should copy headers, libs, executables to ↵Tim Taubert2016-10-211-2/+2
| | | | | | the right directory r=franziskus Differential Revision: https://nss-dev.phacility.com/D104
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-232-0/+75
|
* Bug 1303627 - Add gcov support for Mac/Linux. r=ttaubertJed Davis2016-06-281-0/+1
| | | | | Based on original patch by jld for Linux.
* Bug 1234698, Upgrade to sqlite 3.10.2, approval from ekr/wtc/ryan.sleeviKai Engert2016-02-053-25888/+75986
|
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-172-5/+10
|
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-122-10/+5
|
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-072-5/+10
|
* Bug 668130: Remove Solaris auditing code in fipstokn.c, which breaksJulien Pierre2014-03-131-4/+0
| | | | Solaris 11. r=wtc.
* Bug 845556, adjust Makefiles and tests to new NSS directory layout, r=wtcKai Engert2013-02-281-1/+1
| | | | (Previous changeset with identical description was accidentally empty.)
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-287-0/+144852
changeset! r=wtc