index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
utils
/
compiler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using deprecated functions for key loading
Jack Lloyd
2020-12-14
1
-10
/
+12
*
Avoid using C++ attribute for ffi.h
Jack Lloyd
2020-11-28
1
-3
/
+7
*
Remove unnecessary code due to compiler limitations
Jack Lloyd
2020-11-11
1
-76
/
+4
*
Remove old BOTAN_IF_CONSTEXPR define
Jack Lloyd
2020-11-11
1
-11
/
+0
*
Use if constexpr
Jack Lloyd
2020-11-11
1
-4
/
+4
*
Some math deprecations
Jack Lloyd
2020-11-05
1
-13
/
+4
*
Avoid C++ comment in compiler.h
Jack Lloyd
2020-09-10
1
-1
/
+1
*
Avoid inlining the deprecated modular inverse functions
Jack Lloyd
2020-03-02
1
-0
/
+6
*
Remove support for splitting the amalgamation by ABI
Jack Lloyd
2020-01-22
1
-3
/
+3
*
if constexpr is C++17 only
Jack Lloyd
2019-12-06
1
-1
/
+1
*
Have Clang print the deprecated message
Jack Lloyd
2019-10-01
1
-1
/
+1
*
fix deprecation warnings on MSVC
Patrick Schmidt
2019-10-01
1
-2
/
+2
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+16
*
Fix warning - always_inline attribute wants also inline
Jack Lloyd
2019-08-31
1
-1
/
+1
*
Add BOTAN_FORCE_INLINE and use it in BLAKE2b
Jack Lloyd
2019-08-31
1
-0
/
+17
*
The allocator cb can possibly return null
David Carlier
2019-08-05
1
-2
/
+0
*
Support disable thread_local but not threads
Jack Lloyd
2019-07-19
1
-4
/
+8
*
Avoid use of __GNUG__ in headers that may be parsed by C compilers
Jack Lloyd
2019-07-02
1
-5
/
+5
*
Fix a warning when building under XLC
Jack Lloyd
2019-06-29
1
-1
/
+4
*
Officially deprecate headers
Jack Lloyd
2019-06-07
1
-0
/
+7
*
Avoid C++ style comments in headers that may be parsed as C
Jack Lloyd
2019-04-19
1
-2
/
+2
*
Prevent a warning with old GCC
Jack Lloyd
2019-02-27
1
-4
/
+5
*
Add additional annotations for malloc functions
Jack Lloyd
2019-02-17
1
-1
/
+1
*
Refactor CPUID to make it thread safe
Jack Lloyd
2019-01-30
1
-0
/
+9
*
Define BOTAN_IF_CONSTEXPR
Jack Lloyd
2019-01-17
1
-0
/
+12
*
Clean up define for inline asm
Jack Lloyd
2018-12-31
1
-2
/
+6
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-46
/
+0
*
Apple Clang requires min/max be constexpr
Jack Lloyd
2018-05-13
1
-1
/
+10
*
Avoid warning with old Clang
Jack Lloyd
2018-01-01
1
-1
/
+1
*
Enable GCC inline asm under Sun Studio compilers
Jack Lloyd
2017-12-31
1
-1
/
+1
*
Drop support for Cilk+
Jack Lloyd
2017-12-02
1
-32
/
+2
*
Add annotation so GCC/Clang/MSVC know it is an allocation function.
Jack Lloyd
2017-09-30
1
-0
/
+11
*
Clean up header includes
Jack Lloyd
2017-09-21
1
-0
/
+4
*
Improve support for IBM XLC
Jack Lloyd
2017-09-21
1
-1
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Move the annotations to compiler.h since the user shouldn't modify
Jack Lloyd
2017-09-19
1
-0
/
+23
*
Avoid using GCC ivdep pragma in GCC 4.8 [ci skip]
Jack Lloyd
2017-08-28
1
-1
/
+1
*
Add BOTAN_ALIGNAS macro for MSVC 2013
Jack Lloyd
2017-04-27
1
-0
/
+9
*
Fix further compiler macro bug exposed by #921
Jack Lloyd
2017-03-19
1
-1
/
+1
*
BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_IS
Daniel Neus
2017-03-15
1
-1
/
+1
*
Workaround for MSVC 2013
Jack Lloyd
2017-01-29
1
-1
/
+9
*
Avoid using target function attribute in Clang before 3.8
Jack Lloyd
2017-01-03
1
-1
/
+1
*
Add compiler.h macro header extracted from build.h
Jack Lloyd
2016-11-26
1
-0
/
+169