Commit | Date | |
---|---|---|
2020-01-07 18:37:53 | Tree | |
[r409]
by
arjenmarkus
Check in modules/include files for handling balanced trees (data stored via an integer or string value as key). Implementation not entirely complete: the main functionality that is missing is a method to delete data from the tree that are stored via a particular key. |
2020-01-07 18:36:07 | Tree |
[r408]
by
arjenmarkus
Corrections to the preprocessor - it correctly transforms the code in "def_linkedlist.f90". Added this example and its counterpart with straightforward modules instead of a template. |
2019-10-10 18:55:30 | Tree |
[r407]
by
arjenmarkus
Mostly functional preprocessor. It is not completely general (I have used some shortcuts that rely on my style of programming) and the generated code needs to be correct Fortran, but it is getting in shape. |
2019-10-07 19:11:57 | Tree |
2019-10-04 06:41:20 | Tree | |
[r405]
by
arjenmarkus
Next step in the preprocessor for templates done. The main task now is to process the list of renames. |
2019-10-03 19:17:17 | Tree |
[r404]
by
arjenmarkus
Initial checkin: proof of concept for handling templates in Fortran. The file "template_preproc.f90" is meant to preprocess source code that contains definitions or uses of templates (in the way I described in a note). The file "def_collection_file.f90" is an example from my other note - "Experimenting with generic programming features". |
2019-10-02 04:31:07 | Tree |
[r403]
by
arjenmarkus
Commit a collection of files that demonstrate some possibilities to generic programming |
2019-08-20 12:39:00 | Tree |
[r402]
by
arjenmarkus
Add a new check - some compilers allow writing derived types with allocatable components via list-directed output as an extension. |
2019-08-08 11:48:45 | Tree |
[r401]
by
arjenmarkus
Update the generated HTML pages and add the documentation of the string_operations module. |
2019-07-27 09:59:32 | Tree |