Nathan Moinvaziri
Nathan Moinvaziri
We currently don't use the lingui.config.js because our locales are loaded remotely with the remote loader. So it would be good if the interface allowed specifying another file to load...
This should be resolved now in the develop branch.
The readme has been updated. Please use cmake going forward for native instruction support.
This might work with this instead? ```cmake add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) target_include_directories(zlib PUBLIC $ $) add_library(zlibstatic STATIC ${ZLIB_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) target_include_directories(zlibstatic PUBLIC $ $) ``` Perhaps somebody could...
@jay that modified path is only passed into _open and _wopen. Are you seeing otherwise? As far as I can tell after it is used by those functions it is...
From what I can see, I think it should be okay to merge both. I have rebased this PR as requested.
This should be possible now with `-D WITH_RUNTIME_CPU_DETECTION=OFF` correct?
TBH we use `develop` at work and it is pretty stable. It could be another year before a release, so why wait for a magic number?
Closing since there have been 2.1.x releases since June.
Since package managers vary, the instructions will also vary. CPack has been added in #1556. I have created a PR to add instructions to the readme #1579.