summaryrefslogtreecommitdiff
path: root/lib/base
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1792821 - Updating the clang-format version to 10. r=jschanckAnna Weine2022-10-072-2/+2
| | | | Differential Revision: https://phabricator.services.mozilla.com/D158323
* Bug 1784191 - Cast the result of GetProcAddress. r=bbeurdouche,nss-reviewersMike Hommey2022-08-121-1/+1
| | | | | | | | | | clang trunk recently added a check for incompatible function pointers, and now is not happy with a FARPROC being given as a PRThreadPrivateDTOR, because that's not the same signature. But FARPROC is the "normal" return type from GetProcAddress, but OTOH, it's not the actual type signature for PR_Free. Differential Revision: https://phabricator.services.mozilla.com/D154337
* Bug 1396616 - Update nssUTF8_Length to RFC 3629 and fix buffer overrun. ↵Masatoshi Kimura2022-03-221-19/+42
| | | | | | r=nss-reviewers,jschanck Differential Revision: https://phabricator.services.mozilla.com/D139790
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-053-21/+7
| | | | | | | | | | | 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 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-051-1/+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 1389967 In MinGW, work around a pointer to a function thunk disappearing ↵Tom Ritter2018-05-211-0/+29
| | | | when we unload nssckbi r=franziskus,dmajor
* Bug 1187421 - fix leak in error_get_my_stack, r=ttaubertFranziskus Kiefer2017-02-171-0/+3
|
* bug 1316604 - Add variables for <(nss_dist_dir)/{public,private}. r=franziskusTed Mielczarek2016-11-101-2/+2
| | | | | 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-3/+3
| | | | | | the right directory r=franziskus Differential Revision: https://nss-dev.phacility.com/D104
* Bug 1277228 - some scan-build fixes to enable it on base/certdb/certhigh, ↵Franziskus Kiefer2016-10-171-4/+1
| | | | | | r=ttaubert try: -t all
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-232-0/+65
|
* Bug 1295115 - follow up to clang-format for CI, r= kaieFranziskus Kiefer2016-08-144-9/+9
|
* Bug 1254656 - added some null checks to nssList_* calls and functions, ↵Franziskus Kiefer2016-03-081-1/+9
| | | | r=ttaubert
* Bug 1251185, NSS clang-format: else line-break fixes, r=ttaubertNSS_3_23_BETA7Franziskus Kiefer2016-02-257-67/+34
|
* Bug 1218427 - clang format on lib/base, r=rrelyeaFranziskus Kiefer2015-11-2414-2471/+1913
|
* Bug 1182667 - Enable warnings as errors, r=rrelyeaMartin Thomson2015-08-173-6/+3
|
* Backed out changeset 4355f55afeb2 (Bug 1158489)Martin Thomson2015-08-123-3/+6
|
* Bug 1182667 - Removing warnings, enabling -Werror, r=rrelyeaMartin Thomson2015-08-073-6/+3
|
* Bug 802430: Allow NSS to be built with NO_NSPR_10_SUPPORT, r=wtcBrian Smith2013-05-021-3/+3
|
* Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivialBrian Smith2013-04-2517-59/+0
| | | | cases). 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-2817-0/+5943
changeset! r=wtc