- Mar 04, 2019
-
-
Florian Loitsch authored
Fixes #89.
-
- Dec 03, 2018
-
-
Florian Loitsch authored
-
Florian Loitsch authored
Fixes #62
-
Florian Loitsch authored
-
- Nov 01, 2018
-
-
Alexey Brodkin authored
More info about ARC architecture is here: [1] & [2]. We need ARC supported here for many things like: - ICU (see [3]) - Qt5 etc [1] https://www.synopsys.com/designware-ip/processor-solutions/arc-processors.html [2] https://en.wikipedia.org/wiki/ARC_(processor) [3] https://unicode-org.atlassian.net/browse/ICU-20155 Fixes #81
-
- Sep 15, 2018
-
-
Florian Loitsch authored
-
- Sep 09, 2018
-
-
Florian Loitsch authored
-
Florian Loitsch authored
Large hex literals would lose their minus sign.
-
Florian Loitsch authored
Fixes #49
-
- Sep 08, 2018
-
-
Florian Loitsch authored
Fixes #48.
-
Florian Loitsch authored
-
Florian Loitsch authored
This should make it easier to add new architectures.
-
Florian Loitsch authored
Fixes #73.
-
- Aug 02, 2018
-
-
thomaslmiller authored
-
- May 22, 2018
-
-
Florian Loitsch authored
Use `static_assert` with newer compilers.
-
Florian Loitsch authored
Add Native Client as support architecture.
-
- May 07, 2018
-
-
Florian Loitsch authored
Fixes #67.
-
Florian Loitsch authored
Fixes #66.
-
- Apr 20, 2018
-
-
Florian Loitsch authored
Avoid undefined cast to make ASAN happy.
-
Florian Loitsch authored
-
- Apr 19, 2018
-
-
Florian Loitsch authored
-
- Apr 13, 2018
-
-
Florian Loitsch authored
Add `exports_files`
-
Florian Loitsch authored
The LICENSE file wasn't exported.
-
- Apr 10, 2018
-
-
Tom Jackson authored
-
- Mar 02, 2018
-
-
Shane authored
* Clarify output charset in DoubleToAscii documentation * Fixing typo in charset docs.
-
- Jan 17, 2018
-
-
Guy Kogus authored
-
- Dec 07, 2017
-
-
Florian Loitsch authored
Rename macros.
-
- Dec 06, 2017
-
-
Florian Loitsch authored
Renamed DISALLOW_COPY_AND_ASSIGN and DISALLOW_IMPLICIT_CONSTRUCTORS to DC_DISALLOW_COPY_AND_ASSIGN and DC_DISALLOW_IMPLICIT_CONSTRUCTORS. This makes it easier to use this library in projects that have macros with the same name (as is common in Google).
-
- Sep 15, 2017
-
-
Florian Loitsch authored
Some refactorings: remove unused static, replace deprecated headers, init member in constructor
-
- Sep 14, 2017
- Sep 12, 2017
-
-
Florian Loitsch authored
Fix typo in variable name.
-
Isaac Hier authored
-
- Sep 10, 2017
-
-
Florian Loitsch authored
CMake fixes.
-
- Sep 08, 2017
-
-
Isaac Hier authored
-
Florian Loitsch authored
Implement ALLOW_CASE_INSENSIBILITY mode for StringToDoubleConverter c…
-
- Sep 07, 2017
-
-
Isaac Hier authored
-
Isaac Hier authored
-
- Sep 06, 2017
-
-
Isaac Hier authored
-