- Jun 22, 2019
-
-
Florian Loitsch authored
Reported by seanm (github). Fixes #111.
-
- May 25, 2019
-
-
Florian Loitsch authored
When converting `0x` the converter would assert (or access out of boundary). With `0x1.p1234556666FFFFF` the converter would overflow and not yield the correct exponent.
-
Florian Loitsch authored
-
- May 05, 2019
-
-
Florian Loitsch authored
* minor bug fix: use free() instead of delete[] to free memory allocated by strdup() * fix for uninitialized variable problem found by valgrind * disable assertions for 'optimize' build * removed -g option that was inadvertently added to CCFLAGS * ignore generated files
-
- Apr 22, 2019
-
-
Florian Loitsch authored
-
- Apr 16, 2019
-
-
Florian Loitsch authored
-
Jason Zaman authored
64-bit libraries should be installed in /usr/lib64, not in /usr/lib/ Make the destination lib dir configurable. Commit e13e72e1 removed include(GNUInstallDirs) and ${CMAKE_INSTALL_LIBDIR} which broke installing on 64-bit systems. Signed-off-by:
Jason Zaman <jason@perfinion.com>
-
- Apr 01, 2019
-
-
Rosen Penev authored
This fixes compilation on such platforms.
-
- Mar 11, 2019
-
-
Florian Loitsch authored
Fixes #91.
-
- Mar 06, 2019
-
-
Florian Loitsch authored
-
- Mar 04, 2019
-
-
Florian Loitsch authored
-
Florian Loitsch authored
-
Florian Loitsch authored
Fixes #89.
-
- Feb 16, 2019
-
-
Ben Boeckel authored
-
- Jan 17, 2019
-
-
Tim Paine authored
Support emscripten
-
- 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
-