0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 2 days ago.
Mar 17, 2023 — Mar 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #1 from sandain/master More... over 10 years ago
Fix assert text More... over 10 years ago
Remove duplicate expression keyword More... over 10 years ago
fixups for some boolean constants More... about 11 years ago
characters are always array... the default length is 1 More... about 11 years ago
some initial work on operator and prec; more to come More... about 11 years ago
Fortran also uses % where C uses -> to access members More... about 11 years ago
Fortran uses % where C uses . to access members More... about 11 years ago
add support for declaring character arrays (not deferred lengths yet) More... about 11 years ago
add some (incomplete) support for declaring character variables More... about 11 years ago
enable C++ features in F90 mode (except for Lex changes) More... about 11 years ago
enable C++11 features in F90 mode (except for Lex changes) More... about 11 years ago
enable C++1y features in F90 mode More... about 11 years ago
enable C99 features in F90 mode More... about 11 years ago
enable C11 features in F90 mode More... about 11 years ago
add some pedantic warnings for type decls More... about 11 years ago
allow declaring integers More... about 11 years ago
add decl support for byte (a common extension) More... about 11 years ago
allow old-style kind decls More... about 11 years ago
kind values for complex are the scalar kind, only the old-style kinds are doubled More... about 11 years ago
support declaring complex values More... about 11 years ago
kind test for fbsd ppc reals More... about 11 years ago
support declaring reals More... about 11 years ago
declaring logical vars (with kind = 1) More... about 11 years ago
support for declaring double variables More... about 11 years ago
enable file-scope asm More... about 11 years ago
add initial isDeclarationConstruct More... about 11 years ago
Start adapting some attribute code for Fortran. More... about 11 years ago
add a fixme on decl order checking More... about 11 years ago
renaming block-related functions More... about 11 years ago