• R/O
  • SSH

aotus: List of commits

Repository for the aotus library is now located at https://github.com/apes-suite/aotus


RSS
Rev. Tiempo Autor
6e1aee72017f tip 2023-06-21 00:57:46 Harald Klimach

Updated include path for change Lua directory (5.4.6)

77e354c87dbf 2023-06-21 00:55:20 Harald Klimach

Updated Lua from 5.4.4 to 5.4.6.

496a6434f1d3 2023-02-01 00:15:33 Harald Klimach

Updated Lua to incorporate patches up to bug 9 for Lua 5.4.4

f1d4a8743773 2022-11-18 21:24:50 Harald Klimach

Added support for the Fujitsu FRPTX compiler for ARM64FX

d4cc734f7d53 2022-08-31 16:37:29 Harald Klimach

Applied patch 5 for Lua 5.4.4.

https://github.com/lua/lua/commit/196bb94d66e727e0aec053a0276c3ad701500762

a31931ecf1d2 2022-08-31 16:20:35 Harald Klimach

Applied patch 4 for Lua 5.4.4.

https://github.com/lua/lua/commit/42d40581dd919fb134c07027ca1ce0844c670daf

39d8be88b1bb 2022-08-31 16:14:39 Harald Klimach

Applied Patch 3 for Lua 5.4.4

https://github.com/lua/lua/commit/c764ca71a639f5585b5f466bea25dc42b855a4b0

eeceb4ecd81b 2022-06-09 19:34:19 Harald Klimach

Moved references from geb.sts.nt.uni-siegen to geb.inf.tu-dresden.

82420628d4ad 2022-05-02 18:33:24 Harald Klimach

Applied patch 2 for Lua 5.4.4

Lua can generate wrong code when _ENV is <const>.

85dac2955524 2022-05-02 18:28:20 Harald Klimach

Applied patch 1 for Lua 5.4.4

lua.c assumes that argv has at least one element.

de2bd538f02d 2022-03-05 09:27:56 Harald Klimach

Do not warn about maybe uninitialized values for GCC, as it does
not work properly, see:
https://gcc.gnu.org/bugzilla//show_bug.cgi?id=86117#c5

b6107acdb171 2022-03-05 04:30:16 Harald Klimach

Added the option to remove FCFLAGS for individual taskgenerators.

06d5887b826c 2022-02-24 06:54:22 Harald Klimach

Updated links

69242d752cad 2022-02-17 04:32:59 Harald Klimach

Updated Lua to 5.4.4

ad66447cd566 2022-01-28 23:00:54 Harald Klimach

Updated links to documentation in the README to point to tu-dresden.

1d1011581a5a 2022-01-27 15:29:06 Harald Klimach

Initialize myhandle to silence compiler warning for aot_path_module.

db170397acbf 2022-01-26 22:38:26 Harald Klimach

Incorporate patch #11 for Lua 5.4.3

Finalizers can be called with an invalid stack:

https://github.com/lua/lua/commit/cf613cdc6fa367257fc61c256f63d917350858b5

55f7418239bc 2022-01-26 00:30:08 Harald Klimach

Incorporate patch #10 for Lua 5.4.3

Finalizers should not be able to invoke the GC.

https://github.com/lua/lua/commit/0bfc572e51d9035a615ef6e9523f736c9ffa8e57

763bfa7ec6c3 2022-01-25 23:46:30 Harald Klimach

Incorparate Bugfix #9 for Lua 5.4.3

https://github.com/lua/lua/commit/1de95e97ef65632a88e08b6184bd9d1ceba7ec2f

e476ffee14b6 2021-12-15 11:05:35 Harald Klimach

Added continuous integration file.

6d1588c16529 2021-12-13 07:28:17 Harald Klimach

Incorporated bugfixes for Lua 5.4.3 up to patch number 8.
See https://www.lua.org/bugs.html

c847dad34347 2021-10-19 04:25:07 Harald Klimach

Updated Lua from 5.4.2 to 5.4.3.

c8b222bce7d3 2021-10-19 04:02:23 Harald Klimach

Added clang_compilation_database to create a compilation database for IDEs,
see http://clang.llvm.org/docs/JSONCompilationDatabase.html

a9d6f1d22e6e 2021-01-05 19:52:17 Harald Klimach

Replaced lua-5.3.5 with lua-5.4.2.

Lua 5.4 was released on 29 Jun 2020.
Its main new features are a new generational mode for garbage collection
and const and to-be-closed variables:
http://www.lua.org/versions.html#5.4
However, there was pretty long list of issues with 5.4.0 and I was hesitant to
update. With 5.4.2 most issues of this release appear to be resolved now.

d177f433fa34 2020-02-14 20:56:48 Harald Klimach

Applied patch 4 (Joining an upvalue with itself can cause a use-after-free crash) for Lua.

b1db0128c6dc 2020-02-14 02:09:06 Harald Klimach

Added the copy_subdir option to the FORD documentation.

This allows the use of media directories within the page_dir hierarchy
to contain directories that will be copied into the generated documentation
and may be used to hold images for example.

8557f1a82517 2019-08-26 19:06:28 Harald Klimach

Added the Aotus logo to the documentation.

361fcbc22158 2019-08-22 06:22:27 Harald Klimach

Merged precompiler flags into main development.

7d97abf71c46 2018-07-24 21:58:13 Raphael Haupt

Merged updates to aotus with changes in aot_path_module.

ebd7e451050e 2018-07-24 21:49:55 Raphael Haupt

merged

Show on old repository browser