Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up doxygen modules | Alexis Hildebrandt | 2023-04-16 | 1 | -1/+1 |
| | |||||
* | Use #pragma once | Alexis Hildebrandt | 2023-04-10 | 1 | -4/+1 |
| | |||||
* | Increase string size limit in src/unistring.h assert | John Wiegley | 2023-03-08 | 1 | -1/+2 |
| | |||||
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
| | | | | [skip ci] | ||||
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
| | |||||
* | Change header guard names to use `INCLUDED_` prefix | Phil Newton | 2022-04-06 | 1 | -3/+3 |
| | | | | Fixes #2049 | ||||
* | format_t::truncate support wide characters | Kuang-che Wu | 2021-01-17 | 1 | -0/+48 |
| | | | | also add unit tests | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -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_cjk | Kan-Ru Chen (陳侃如) | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | Correctly justify Unicode characters in terminal | Kan-Ru Chen (陳侃如) | 2014-02-13 | 1 | -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 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -2/+2 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -2/+3 |
| | |||||
* | Added some debug code | John Wiegley | 2011-02-10 | 1 | -0/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -12/+12 |
| | |||||
* | Added find() and operator[] to unistring | John Wiegley | 2010-03-08 | 1 | -0/+19 |
| | |||||
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -5/+0 |
| | |||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -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 off | John Wiegley | 2009-10-25 | 1 | -9/+13 |
| | |||||
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -4/+4 |
| | |||||
* | Move amount colorization deeper into the core | John Wiegley | 2009-06-16 | 1 | -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 minimum | John Wiegley | 2009-03-04 | 1 | -1/+0 |
| | |||||
* | Changed many assert() calls to VERIFY() | John Wiegley | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Fixed a buffer overrun | John Wiegley | 2009-02-27 | 1 | -4/+13 |
| | |||||
* | Moved amount_t::right_justify to simply ::justify | John Wiegley | 2009-02-19 | 1 | -0/+18 |
| | |||||
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -3/+1 |
| | |||||
* | Added a missing file! | John Wiegley | 2009-02-12 | 1 | -0/+95 |