aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/KviCString.cpp
Commit message (Collapse)AuthorAgeFilesLines
* KviCString::getToken(): add option to skip empty elements (default off) (#2574)Gravatar ctrlaltca2023-11-301-2/+10
|
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-241-1/+1
|
* KviCString: Fix bug in hexToBufferGravatar IceN9ne2017-01-161-7/+6
|
* Cleanup included filesGravatar IceN9ne2016-10-281-1/+3
|
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-4/+7
| | | | + remove separators to make it consistent.
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-328/+3
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-19/+19
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-814/+1186
|
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
|
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-4/+4
| | | | Arfrever
* Do away with the register keyword for variables.Gravatar wodim2015-12-281-65/+65
| | | | > #1793
* Fix coverity defect 28620Gravatar Szymon Tomasz Stefanek2015-12-261-0/+1
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* Clean up double semicolonsGravatar Matt Ullman2015-10-271-1/+1
|
* KviCString: removed duplicate setLength/setLen, added padRightGravatar Fabio Bas2011-07-231-13/+16
| | | | | | Crypto: splitted Initalization Vector engine to its own file, added real cbc mode to Rijndael engine (wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5911 17fca916-40b9-46aa-a4ea-0a15b648b75c
* a common typo, isn't it? :)Gravatar wodim2011-05-151-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Load translation catalogues 'on-the-fly' from the default locale directoryGravatar Szymon Tomasz Stefanek2011-03-231-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work killing QString helpersGravatar Elvio Basello2011-01-101-9/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to ↵Gravatar Szymon Tomasz Stefanek2010-12-271-43/+43
| | | | | | glibc can do better these times. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-0/+3152
names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c