summaryrefslogtreecommitdiffstats
path: root/Modules/FindLua.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindLua: try to find library according to version from headerBrad King2017-01-241-7/+9
* FindLua: Add dl library to Lua static library linkingMichael Krasnyk2017-01-201-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* FindLua: Iterate through all include subdirs to find a suitable headerIvan Ivanov2016-06-201-16/+29
* FindLua: Check header file against suitable versionsIvan Ivanov2016-06-201-5/+12
* FindLua: Factor out a helper function for version extractionIvan Ivanov2016-06-201-23/+30
* FindLua: Prefix private APIs with `_lua_`Ivan Ivanov2016-06-201-8/+8
* FindLua: Add library name for Lua 5.3 on homebrewAnders Bakken2016-05-091-0/+1
* FindLua: fix wrong version list if EXACT is givenRolf Eike Beer2014-10-021-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-13/+31
* Modules: add FindLua.cmakeRolf Eike Beer2013-08-311-0/+153
59f270f38f8'>src/H5Pdxpl.c
Commit message (Expand)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-24/+24
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-3/+11
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* More various warnings (#958)Sean McBride2021-08-251-1/+1
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-2/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-4/+274
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-3/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-19/+19
* Enhance API tracing (#120)Quincey Koziol2020-11-261-12/+13
* Clang-format of source filesAllen Byrne2020-09-301-460/+446
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-2/+2
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-12/+6
* Trim trailing whitespaceQuincey Koziol2020-04-201-24/+24
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+2
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective...Quincey Koziol2019-01-07