• R/O
  • SSH

main: List of commits

Main development repository for Aotus.


RSS
修訂. 時間 作者
361fcbc22158 tip 2019-08-22 06:22:27 Harald Klimach

Merged precompiler flags into main development.

f7523133f0b1 2019-08-22 05:16:42 Harald Klimach

Merged fixed intent in aot_path_module.

a2f9e7f7f995 2019-08-21 19:27:37 haraldkl

Deleted LICENSE file for github again.

It does not show up as MIT on the project, thus no improvement over the already existing COPYRIGHT file.

e1ce8aca00f5 2019-08-21 19:24:48 haraldkl

Added a LICENSE file with the github template

Allow github to directly show the license of the project.

58c97817c374 2019-08-21 19:04:03 Harald Klimach

merged realloc-lhs with developments on main branch.

dc3806b51586 2019-07-26 04:36:54 Harald Klimach

Added some more useful information when a circular module dependency is found.
With this change waf will try to detect the circular dependency in the modules
if a deadlock happens during build.
The sequence of modules that result in the circular dependency is provided in
the message of the raised error.

d80f00a95539 2019-07-23 02:58:49 Harald Klimach

Changed character len to * in string array output (aot_out_module).

2c0f11b552ae 2019-07-23 02:58:09 Harald Klimach

Added a function to fortran_language.py to obtain the default integer kind.

b16dce047ddc 2019-07-19 22:54:58 Harald Klimach

Added a function to check for available Fortran integer kinds to fortran_language.py.

913282246a05 2019-07-19 16:01:53 Harald Klimach

Added an error indication to aot_out_open to allow callers to react
on failing file openings.

4e6bcec65f26 2019-07-16 22:43:29 Harald Klimach

Added individual copyright headers to all source files.
This follows the advice by Ingo Schwarze on OpenBSD Misc:
https://marc.info/?l=openbsd-misc&m=150190376616804&w=2

See also the manual of Soil
(https://geb.sts.nt.uni-siegen.de/doxy/soil/page/bz_codingGuidelines.html)

e14d776b6ba7 2019-07-16 20:39:17 Harald Klimach

Added individual copyright headers to each source file in LuaFortran.

f4a50eed7ddc 2019-04-29 17:14:13 Nick Papior

maint: fixed bumped in Makefile.smeka

78009498f80e 2019-04-25 21:50:00 Harald Klimach

Merged possibility to set userdata in a table into main branch.

091d727697e7 2019-04-25 21:33:09 Harald Klimach

Merged in zeroth/aotus/set-userdata (pull request #12)

enh: enabled getting user-data back (c_ptr)

Approved-by: Harald Klimach <harald@klimachs.de>

f91631b6b245 set-userdata 2019-04-25 18:15:24 Nick Papior

enh: enabled getting user-data back (c_ptr)

5f0fdadcc669 2019-04-10 22:29:57 Harald Klimach

Changed real kind detection, to actually set the kind directly by options.

bd3869985dce 2018-12-23 23:00:36 Harald Klimach

Updated waf to 2.0.14

3908c0e9d0b9 2018-12-23 04:12:22 Harald Klimach

Update links in README and describe how to generate Makefile with waf.

aae891c2c816 2018-12-22 23:17:32 haraldkl

Merge pull request #3 from haraldkl/master@1

Master@1

1503a87d0a28 2018-12-22 23:04:45 Harald Klimach

Applied patch 1 for Lua 5.3.5

7dbccfdc5c77 2018-12-22 23:02:03 Harald Klimach

Updated Lua to 5.3.5.

f1adbeea1705 2018-12-22 22:32:30 Harald Klimach

Merged avoiding reallocation on assignment and changes to smeka.

1325cf6fd669 2018-11-28 18:03:11 haraldkl

Merge pull request #2 from zerothi/realloc-lhs

enh: ensured no reallocation checks are performed

b82ef465d910 2018-11-28 17:38:10 Nick Papior

bug: fixed build for EXTDOUBLE and QUADRUPLE with smeka

Also fixed realloc-lhs in extdouble and quadruple

Signed-off-by: Nick Papior <nickpapior@gmail.com>

2d0a11bf1120 2018-11-28 17:16:56 Nick Papior

enh: ensured no reallocation checks are performed

When assigning to allocatable variables, the f03 standard allows
for reallocation if the dimensions does not fit. This is an
extra level of overhead.
The simple fix is to use array assignment instead and then no
reallocation check is performed.

Signed-off-by: Nick Papior <nickpapior@gmail.com>

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

4fa673aff682 2018-06-19 17:55:30 Raphael Haupt

added precompiler flagset to fotran_compiler.py

83aa8e2cd606 2013-05-06 18:57:40 Harald Klimach

Corrected intent for fun argument in fun_close

Show on old repository browser