- 14 Jun, 2017 1 commit
-
-
Jonathan Müller authored
-
- 09 Jun, 2017 2 commits
-
-
Andreas Schönle authored
* fix warnings and errors in test compiles with BUILD_SHARED_LIBS * did requested changes and added one change to allow all tests to succeed in windows DLL (cherry picked from commit 79f11dba)
- 08 Jun, 2017 28 commits
-
-
Tomek Rozen authored
Each instantiation of ArgArray template uses sizeof operator, which returns a std::size_t value. GCC 7.1 warns about invalid conversion (error: conversion to ‘unsigned int’ from ‘long unsigned int’ may alter its value [-Werror=conversion]). (cherry picked from commit e14bac62)
-
Victor Zverovich authored
(cherry picked from commit 0284a289)
-
Victor Zverovich authored
(cherry picked from commit 07ed4215)
-
Victor Zverovich authored
(cherry picked from commit c56d3459)
-
Jonathan Müller authored
Fixes #505. (cherry picked from commit 52aabbe7)
-
Quentin Buathier authored
(cherry picked from commit 4423490d)
-
Victor Zverovich authored
(cherry picked from commit cc736e76)
-
Victor Zverovich authored
(cherry picked from commit db0d54f8)
-
Victor Zverovich authored
(cherry picked from commit e208fbff)
-
Magnus Bjerke Vik authored
When using the NDK 13b toolchain standalone or with CMake, ANDROID is not defined, but __ANDROID__ is defined instead. (cherry picked from commit bc6af754)
-
Victor Zverovich authored
(cherry picked from commit 9e9ad57f)
-
Calum Robinson authored
Managed C++ code doesn't have the _BitScanReverse* intrinsics, we must use the fallback code for count_digits etc. (cherry picked from commit a2596d68)
-
Eric Fiselier authored
(cherry picked from commit b9aaa507)
-
Victor Zverovich authored
(cherry picked from commit fac55463)
-
Victor Zverovich authored
(cherry picked from commit 796beaad)
-
Victor Zverovich authored
(cherry picked from commit def68746)
-
Victor Zverovich authored
(cherry picked from commit f5b1c16e) # Conflicts: # CMakeLists.txt
-
Victor Zverovich authored
(cherry picked from commit cfd00af3)
-
Victor Zverovich authored
(cherry picked from commit 62744019) # Conflicts: # fmt/printf.h # test/string-test.cc
-
Jonathan Müller authored
(cherry picked from commit 8cef95f7)
-
Victor Zverovich authored
(cherry picked from commit 922ae489)
-
Chen Hayat authored
(cherry picked from commit 05ba3e78)
-
Victor Zverovich authored
(cherry picked from commit 1daddec1) # Conflicts: # fmt/printf.h # fmt/string.h # fmt/time.h
-
Jonathan Müller authored
(cherry picked from commit d8867a2b)
-
Jonathan Müller authored
Fixes #413. (cherry picked from commit 6c012578)
-
Victor Zverovich authored
(cherry picked from commit 7ce7def5)
-
- 01 Nov, 2016 1 commit
-
-
Jonathan Müller authored
-
- 31 Oct, 2016 4 commits
-
-
Jonathan Müller authored
-
Jonathan Müller authored
-
Jan Hellwig authored
(cherry picked from commit 15d0f327)
-
Jan Hellwig authored
(cherry picked from commit 8c63ea43)
-
- 28 Oct, 2016 1 commit
-
-
Victor Zverovich authored
(cherry picked from commit abbefd71)
-
- 23 Oct, 2016 3 commits
-
-
Victor Zverovich authored
(cherry picked from commit cee50b75)
-
Jean-Michaël Celerier authored
(cherry picked from commit 9ec3bea2)