aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/FindCURL.cmake
Commit message (Collapse)AuthorAge
* Clean up and tweak build systemShadowNinja2015-03-27
| | | | | | | | | | | | | | | | * Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
* Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ↵sapier2013-11-17
| | | | ignore missing CURL_DLL
* Prefer shared cURL library instead of the static one.Ilya Zhuravlev2012-12-21
|
* Tweak CMake files for cURLsfan52012-12-18
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-16
nce 'unused typedef' warning for STATIC_ASSERT()kwolekr2015-11-03 * Rename and move basicmacros.h to util/basic_macros.hest312015-11-02 * Move basic, non-numeric macros from util/numeric.h to basicmacros.hkwolekr2015-10-27 * Add BufReader and vector-based serialization methodskwolekr2015-10-15 * Rename macros with two leading underscoresShadowNinja2015-10-14 * Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14 * Fix some SRP issuesest312015-09-30 * Clean up threadingShadowNinja2015-08-23 * Fix indianred and indigo of color-stringRui2015-08-19 * Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est312015-08-19 * Fix BufferedPacket race condition (fixes #2983)kwolekr2015-08-06 * Initialize random for verification key generation tooest312015-08-06 * src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2015-08-02 * Improve accuracy and safety of float serializationkwolekr2015-08-01 * Clean up util/serialization.{cpp,h} and add unit testskwolekr2015-08-01 * Android: fix horrible libiconv buildest312015-07-29 * Add AreaStore data structureest312015-07-27 * Check output of mpz_set_str and fix leak on error conditionest312015-07-24 * Remove some old dead code. Fix some Clang warnings in SRP (ng->N... willLoic Blot2015-07-24 * Clarify docs for auth.cpp methodest312015-07-21 * Increase limit of serialized long stringskwolekr2015-07-14 * Add more robust error checking to deSerialize*String routineskwolekr2015-07-13 * Misc. minor fixeskwolekr2015-07-10 * Use UTF-8 instead of narrowest312015-07-08 * Add UpdateThread and use it for minimap and mesh threadsest312015-06-29 * Fix *BSD build with GNU iconvkwolekr2015-06-29 * Fix string conversion error messageest312015-06-23 * More correct wrap_rows implementationfigec2015-06-20 * Fix wrap_rows at inner byte of multibyte sequencefigec2015-06-18 * Make wrap_rows not wrap inside utf-8 multibyte sequencesest312015-06-17 * Fail iconv call gracefullyest312015-06-17 * Android: bypass broken wide_to_utf8 with wide_to_narrowest312015-06-14 * Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-13 * Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-18 * Make early protocol auth mechanism generic, and add SRPest312015-05-11