2024-01-23 |
tqfx | update Lua version parser. here are the changes in...
|
commit | commitdiff | tree |
2024-01-23 |
tqfx | write functions for unsigned integer bit reversals
|
commit | commitdiff | tree |
2024-01-22 |
tqfx | create crc(8|16|32|64).gen_(msb|lsb)
|
commit | commitdiff | tree |
2024-01-22 |
tqfx | create a_hash_sdbm
|
commit | commitdiff | tree |
2024-01-22 |
tqfx | run the cpp code first
|
commit | commitdiff | tree |
2024-01-21 |
tqfx | remove the constant of CRC
|
commit | commitdiff | tree |
2024-01-21 |
tqfx | rename field patch to field third in a_version
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | change output format of TEST_IS_TRUE and TEST_IS_FALSE
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | create a_float_expm1 and config A_HAVE_EXPM1
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | create a_poly_eval_ and a_poly_evar_
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | update actions/upload-artifact
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | remove swig
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | bump to 0.1.2
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | release 0.1.1
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | remove warnings in Visual Studio 2013
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | fix installation of <package>-config.cmake
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | create liba_complex_rect in Lua
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | improve the implementation of polynomial
|
commit | commitdiff | tree |
2024-01-20 |
tqfx | remove some functions, define some macros and functions
|
commit | commitdiff | tree |
2024-01-19 |
tqfx | fix warnings -Wfloat-conversion,-Wdouble-promotion
|
commit | commitdiff | tree |
2024-01-19 |
tqfx | complex number operation inplace is supported
|
commit | commitdiff | tree |
2024-01-19 |
tqfx | enable EXTRACT_STATIC in doxygem
|
commit | commitdiff | tree |
2024-01-19 |
tqfx | rename test_init to main_init
|
commit | commitdiff | tree |
2024-01-17 |
tqfx | remove warning `-Waggregate-return`
|
commit | commitdiff | tree |
2024-01-17 |
tqfx | rename variable tmp to other name
|
commit | commitdiff | tree |
2024-01-17 |
tqfx | rename j(\w+) to _$1 in JNI function arguments
|
commit | commitdiff | tree |
2024-01-17 |
tqfx | remove the const modifier from function arguments
|
commit | commitdiff | tree |
2024-01-13 |
tqfx | rename _T_s to _T
|
commit | commitdiff | tree |
2024-01-13 |
tqfx | rename a_T_c(_,x) to a_T_(_,x) and create a_T_c(x)
|
commit | commitdiff | tree |
2024-01-13 |
tqfx | specify the output name of embind-emit-tsd
|
commit | commitdiff | tree |
2024-01-13 |
tqfx | fix error: externally-managed-environment
|
commit | commitdiff | tree |
2024-01-13 |
tqfx | fix target(alib,liba) of xmake
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | support llvm-mingw-w64
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | update macro function for float
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | replace sprintf to snprintf
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | zero out unassigned fields when parsing a string
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | create a_complex_proj and rename complex.r to complex.rho
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | Define macro strtonum in test.h
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | Create a_complex_eq,a_complex_ne and a_complex_parse
|
commit | commitdiff | tree |
2024-01-12 |
tqfx | Update implementation of a_version_parse
|
commit | commitdiff | tree |
2024-01-11 |
tqfx | Update documentation for version comparisons
|
commit | commitdiff | tree |
2024-01-11 |
tqfx | __close of Lua 5.4 is supported
|
commit | commitdiff | tree |
2024-01-11 |
tqfx | Fix lua/test/test.lua when enable NOCVTS2N and NOCVTN2S.
|
commit | commitdiff | tree |
2024-01-08 |
tqfx | Fix hpf.rs,lpf.rs: no item named `0,1` in scope
|
commit | commitdiff | tree |
2024-01-08 |
tqfx | Fix doxygen installation in docs.yml
|
commit | commitdiff | tree |
2024-01-08 |
tqfx | Update requires in xmake.lua of README.md.
|
commit | commitdiff | tree |
2024-01-08 |
tqfx | Fix deprecated behaviour: -r used with executable output...
|
commit | commitdiff | tree |
2024-01-07 |
tqfx | Rename PRIzu to PRIz
|
commit | commitdiff | tree |
2024-01-07 |
tqfx | Fix compilation with Visual Studio 2013
|
commit | commitdiff | tree |
2024-01-06 |
tqfx | Use sprintf instead of snprintf in lua hash_bkdr
|
commit | commitdiff | tree |
2024-01-06 |
tqfx | Remove definition of __STDC_VERSION__.
|
commit | commitdiff | tree |
2024-01-06 |
tqfx | Create FFi(Java,JavaScript,Lua,Python,Rust) for LPF...
|
commit | commitdiff | tree |
2024-01-05 |
tqfx | Update the LPF and HPF formulas.
|
commit | commitdiff | tree |
2024-01-03 |
tqfx | Create userdata without user values in Lua 5.4
|
commit | commitdiff | tree |
2024-01-03 |
tqfx | Specify alib as a static library and liba as a dynamic...
|
commit | commitdiff | tree |
2024-01-03 |
tqfx | Rename liba_complex_from_lua to liba_complex_from
|
commit | commitdiff | tree |
2024-01-03 |
tqfx | Fix function print in lua_stack_view
|
commit | commitdiff | tree |
2024-01-03 |
tqfx | Support luamake build system
|
commit | commitdiff | tree |
2023-12-31 |
tqfx | Disable brace insertion for Lua
|
commit | commitdiff | tree |
2023-12-31 |
tqfx | Remove support for Lua 5.0
|
commit | commitdiff | tree |
2023-12-31 |
tqfx | Support fuzzy search in Lua completion
|
commit | commitdiff | tree |
2023-12-29 |
tqfx | Support highlight for string
|
commit | commitdiff | tree |
2023-12-29 |
tqfx | Support completion for keywords
|
commit | commitdiff | tree |
2023-12-28 |
tqfx | Fix is_id("_0") in lua/isocline.c
|
commit | commitdiff | tree |
2023-12-28 |
tqfx | Replace lua_(g|s)etfield to lua_raw(g|s)et and remove...
|
commit | commitdiff | tree |
2023-12-28 |
tqfx | Create lua_registry_(set|get) and remove liba_.*_(func...
|
commit | commitdiff | tree |
2023-12-20 |
tqfx | Fix segment error when parsing `table["@"].`
|
commit | commitdiff | tree |
2023-12-20 |
tqfx | rename lua_stack_show to lua_stack_view and remove...
|
commit | commitdiff | tree |
2023-12-20 |
tqfx | Readability in lua, change 0(set) to -1 and non-0(get...
|
commit | commitdiff | tree |
2023-12-20 |
tqfx | liba.class() is supported in Lua, which is equivalent...
|
commit | commitdiff | tree |
2023-12-20 |
tqfx | Fix function _init_ in Lua
|
commit | commitdiff | tree |
2023-12-19 |
tqfx | Update build script for Lua
|
commit | commitdiff | tree |
2023-12-17 |
tqfx | Rename aelf,adev to a.o,liba.o respectively.
|
commit | commitdiff | tree |
2023-12-17 |
tqfx | Add field extra in version and AllowShort* in .clang...
|
commit | commitdiff | tree |
2023-12-17 |
tqfx | Add parameter len in lua_*_reg
|
commit | commitdiff | tree |
2023-12-16 |
tqfx | Fix lua_Integer formatting for lua version lower than 5.3
|
commit | commitdiff | tree |
2023-12-16 |
tqfx | Update metatable register
|
commit | commitdiff | tree |
2023-12-14 |
tqfx | Support isocline in Lua
|
commit | commitdiff | tree |
2023-12-13 |
tqfx | Suppress -Wanalyzer-null-dereference
|
commit | commitdiff | tree |
2023-12-13 |
tqfx | Rename test_ to test.
|
commit | commitdiff | tree |
2023-12-13 |
tqfx | Rename luaobj to lua.o
|
commit | commitdiff | tree |
2023-12-13 |
tqfx | Delete -static-lib of GNU
|
commit | commitdiff | tree |
2023-12-13 |
tqfx | Update analyzer_flag
|
commit | commitdiff | tree |
2023-12-12 |
tqfx | delete liba_setter in Lua
|
commit | commitdiff | tree |
2023-12-12 |
tqfx | use luaL_register in Lua5.1
|
commit | commitdiff | tree |
2023-12-12 |
tqfx | create LIBA_ANALYZER
|
commit | commitdiff | tree |
2023-12-11 |
tqfx | remove string_append in TargetSanitize and TargetWarnings
|
commit | commitdiff | tree |
2023-12-11 |
tqfx | fix LUA_NUMBER_FMT and FUNC2P
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | remove clang-tidy warning bugprone-assignment-in-if...
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | rename off,OFF to run,RUN for pid*
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | fmt: sort function declarations prefixed with `luaopen_`
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | dub: rename be to big_endian
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | opt: rename pid_neuron to pid_neuro
|
commit | commitdiff | tree |
2023-12-10 |
tqfx | fix: CRC*{L,H} => CRC*{LE,BE}}
|
commit | commitdiff | tree |
2023-12-09 |
tqfx | doc: typo for doxygen
|
commit | commitdiff | tree |
2023-12-09 |
tqfx | add: split polytraj to polytraj{3,5,7}
|
commit | commitdiff | tree |
2023-12-09 |
tqfx | del: remove vector
|
commit | commitdiff | tree |
2023-12-07 |
tqfx | add: module.isqrt
|
commit | commitdiff | tree |
2023-12-05 |
tqfx | doc: rename brief of a_f*_rsqrt
|
commit | commitdiff | tree |
2023-12-05 |
tqfx | opt: optimize the code for a_u*_sqrt
|
commit | commitdiff | tree |