summaryrefslogtreecommitdiff
path: root/src/unistring.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up doxygen modulesAlexis Hildebrandt2023-04-161-1/+1
|
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
|
* Increase string size limit in src/unistring.h assertJohn Wiegley2023-03-081-1/+2
|
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
| | | | [skip ci]
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
|
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
| | | | Fixes #2049
* format_t::truncate support wide charactersKuang-che Wu2021-01-171-0/+48
| | | | also add unit tests
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
| | | | [ci skip]
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
| | | | [ci skip]
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
| | | | | | The following script makes it a no-brainer: % NEXT_YEAR=2015; ag -l 'Copyright.*Wiegley' \ | xargs sed -i '' -e "s/\(Copyright.*\)-20[0-9]\{2\}/\1-${NEXT_YEAR}/"
* Use mk_wcwidth instead mk_wcwidth_cjkKan-Ru Chen (陳侃如)2014-02-131-2/+2
|
* Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-131-1/+11
| | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification.
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
|
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-2/+3
|
* Added some debug codeJohn Wiegley2011-02-101-0/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-12/+12
|
* Added find() and operator[] to unistringJohn Wiegley2010-03-081-0/+19
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-5/+0
|
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-2/+5
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* The UTF8 code is now unchecked if --verify is offJohn Wiegley2009-10-251-9/+13
|
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
|
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-3/+10
| | | | | | | | This is necessary in order to redden negative amounts correctly under all circumstances, such as component amounts of a multi-commodity balance. Fixes 727B2DF8-A2A1-4716-9C15-547F20D5F933
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
|
* Changed many assert() calls to VERIFY()John Wiegley2009-03-041-1/+1
|
* Fixed a buffer overrunJohn Wiegley2009-02-271-4/+13
|
* Moved amount_t::right_justify to simply ::justifyJohn Wiegley2009-02-191-0/+18
|
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-3/+1
|
* Added a missing file!John Wiegley2009-02-121-0/+95