summaryrefslogtreecommitdiffstats
path: root/src/sqlite3gen.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #7606 Unable to build "master" branchalbert-github2020-02-221-2/+2
* Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-1/+1
|\
| * Spelling corrections for src directoryalbert-github2019-11-051-1/+1
* | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-4/+4
|/
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-71/+64
* Fix some typos luz.paz2019-09-161-2/+2
* Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-1/+1
|\
| * Show git version informationalbert-github2019-05-311-1/+1
* | Avoid calling non-const member aliases and 0 pointer dereference in sqlite3Dimitri van Heesch2019-06-171-1/+5
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-7/+7
|/
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-1/+1
* issue_6597 SIGSEGV presumably caused by C++ "using" declarationalbert-github2018-11-051-1/+1
* sqlite3: fix missing external_file view schema colTravis A. Everett2018-10-131-0/+1
* Expand sqlite3gen's breadth, depth, and qualityTravis A. Everett2018-09-031-533/+1624
* sqlite3gen: start checking operations statusAdrian Negreanu2017-10-251-112/+139
* sqlite3gen: add missing protectedsettable columnAdrian Negreanu2017-10-251-1/+1
* sqlite3gen: add index on paramsAdrian Negreanu2017-10-251-1/+11
* sqlite3gen: use sqlite3_exec for schema setupAdrian Negreanu2017-10-251-10/+3
* sqlite3gen: add openDbConnectionAdrian Negreanu2017-10-251-8/+28
* const-ifyAdrian Negreanu2017-09-251-18/+20
* typosKunda2017-03-051-2/+2
* sqlite3gen: stripWhitespace on bitfield's textAdrian Negreanu2016-08-091-1/+1
* sqlite3gen: stripFromPath on all calls to insertFileAdrian Negreanu2016-08-091-5/+5
* sqlite3gen: sync with xmlgenAdrian Negreanu2016-08-091-56/+199
* sqlite3gen: insert xrefs using integer refidsAdrian Negreanu2016-08-051-22/+22
* sqlite3gen: use the refid stored in the refids tableAdrian Negreanu2016-07-251-13/+21
* sqlite3gen: defnname -> defnameAdrian Negreanu2016-07-251-9/+9
* sqlite3gen: export proper memberdef refidAdrian Negreanu2016-07-201-1/+2
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-1/+1
* sqlite3: add schema commentsAdrian Negreanu2015-06-091-107/+127
* sqlite3: fix constnessAdrian Negreanu2015-06-091-1/+2
* Fix for bug 746673.Travis A. Everett2015-03-241-4/+11
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* sqlite3: speedup the SELECTsAdrian Negreanu2014-02-271-185/+258
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* sqlite3: updatesAdrian Negreanu2014-02-081-332/+422
* sqlite3: SQLITE_TRANSIENTsAdrian Negreanu2014-02-011-4/+4
* sqlite3: extract more infoAdrian Negreanu2014-02-011-13/+21
* sqlite3: clear bindings on errors and more care with returnAdrian Negreanu2014-01-141-12/+18
* sqlite3: remove some debug messagesAdrian Negreanu2014-01-091-2/+0
* sqlite3: leave out insertMemberReference until xref location is validAdrian Negreanu2014-01-091-1/+2
* sqlite3: use the new qtools APIAdrian Negreanu2014-01-081-6/+8
* sqlite3: add memberdef initializerAdrian Negreanu2013-08-171-2/+5
* sqlite3: make innerclass refid non-transientAdrian Negreanu2013-08-171-1/+1
* sqlite3: be more careful with returnAdrian Negreanu2013-08-171-6/+14
* sqlite3: shuffle the code so it's aligned with xmlgen.cppAdrian Negreanu2013-08-051-207/+210
* sqlite3: more SQLITE_TRANSIENT-sAdrian Negreanu2013-08-041-2/+2
* sqlite3: no more exitAdrian Negreanu2013-08-031-17/+29
* sqlite3: support for includes and includedbyAdrian Negreanu2013-08-031-16/+46
* sqlite3: sometimes bindXParameter requires SQLITE_TRANSIENTAdrian Negreanu2013-08-031-5/+5