This website requires JavaScript.
Explore
Help
Sign In
livie
/
phoenix-firestorm
Watch
1
Star
0
Fork
You've already forked phoenix-firestorm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
df00e8a0b2
phoenix-firestorm
/
indra
/
llkdu
History
Nicky Dasmijn
c16a364377
There was an idiom to test with LL_DARWIN if the compiler used is clang. This is not correct, as clang is available on all 3 platforms. The correct way to check for this is via __clang__ (
https://clang.llvm.org/docs/LanguageExtensions.html#builtin-macros
)
2020-07-22 06:48:15 +03:00
..
tests
There was an idiom to test with LL_DARWIN if the compiler used is clang. This is not correct, as clang is available on all 3 platforms. The correct way to check for this is via __clang__ (
https://clang.llvm.org/docs/LanguageExtensions.html#builtin-macros
)
2020-07-22 06:48:15 +03:00
CMakeLists.txt
…
include_kdu_xxxx.h
There was an idiom to test with LL_DARWIN if the compiler used is clang. This is not correct, as clang is available on all 3 platforms. The correct way to check for this is via __clang__ (
https://clang.llvm.org/docs/LanguageExtensions.html#builtin-macros
)
2020-07-22 06:48:15 +03:00
llimagej2ckdu.cpp
…
llimagej2ckdu.h
…
llkdumem.cpp
…
llkdumem.h
…