summaryrefslogtreecommitdiffstats
path: root/db
Commit message (Collapse)AuthorAgeLines
* Issue #457 - Silence SQLite compiler warningMoonchild2020-08-30-0/+4
| | | | | | | | | | | | | Our use of SQLite explicitly avoids using MSVC's _msize which the lib would notrmally use. This was set up this way in BZ bug 719579 for legitimate reasons (because _msize would end up using the system symbol, which would crash trying to get the size information from jemalloc allocations). Since we build the SQLite lib separately there is no easy way to avoid this warning as it's not directly linked against mozglue.dll which has the jemalloc functions it wants for _msize when not using the system allocator. It is implicitly assuming the function is an extern returning an int (with the call specifically casting to int) which is correct (well, correct _enough_, anyway) so the warning can safely be ignored for our specific use as it all lines up at link time.
* [db] Update SQLite lib to 3.33.0Moonchild2020-08-30-16361/+22133
|
* Mork is not dependent on dbm and never was.Matt A. Tobin2020-04-14-6/+5
|
* Issue #1053 - Remove android support from dbMatt A. Tobin2020-04-14-8/+1
|
* Remove redundant moz.build from db/Matt A. Tobin2020-04-14-11/+0
|
* Issue #1457 - Unfold sqlite3 from nssMatt A. Tobin2020-04-14-15/+11
|
* Bug 1584473 - Follow-up: Remove leftover references to ↵Matt A. Tobin2019-11-11-3/+3
| | | | | | nsIMdbRowCellCursor::MakeCell() in comments. Tag #1273
* Bug 1584473 - Fix several issuesMatt A. Tobin2019-11-11-52/+0
| | | | | | | | * Fix undefined HRESULT codes in class CMapiApi in MapiApi.cpp. * Fix doubled up sub-expressions in MIME and MAPI. * Remove broken/unused morkRowCellCursor::MakeCell() Tag #1273
* Bug 1568095 - Make morkAtom::GetYarn() static.Matt A. Tobin2019-11-11-44/+44
| | | | Tag #1273
* Bug 1399756 - (More) Code clean-up: Style nits, typos and trailing spacesMatt A. Tobin2019-11-10-21/+21
| | | | Tag #1273
* Bug 1487082 - Resolve potential for build bustage regarding bad implicit ↵Matt A. Tobin2019-11-10-10/+10
| | | | | | | | | | | conversion constructors * Part 1: make conversion CTORs explicit. Minor tweaks to conform with new(ish) static analysis rule which flags up implicit single-argument conversion constructors. * Part 2: fix a couple of double-mRefCnt declaration errors. * Part 3: Fix unsafe use of NS_ConvertASCIItoUTF16(). Tag #1273
* Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-10-3966/+5306
|\
| * Issue #1254 - Update SQLite to 3.30.1wolfbeast2019-11-08-3966/+5306
| |
* | Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03-0/+11
| |
* | Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1Matt A. Tobin2019-11-03-0/+38601
|/
* Update SQLite to 3.29.0wolfbeast2019-07-28-5127/+7153
|
* Update SQLite to 3.27.2wolfbeast2019-03-30-3936/+5265
|
* Update SQLite lib to 3.26.0wolfbeast2018-12-18-10315/+26460
|
* Update SQLite lib to 3.21.0.wolfbeast2018-03-29-5554/+8215
|
* Update SQLite to 3.19.3.wolfbeast2018-02-04-2607/+4158
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+212171