Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmtime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
icon-libraries
libmtime
Merge requests
!10
Check for Fortran flag to accept long source code lines
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Check for Fortran flag to accept long source code lines
line-length-unlimited
into
libmtime-2.0.0-rc
Overview
1
Commits
1
Pipelines
0
Changes
10
Merged
Sergey Kosukhin
requested to merge
line-length-unlimited
into
libmtime-2.0.0-rc
2 years ago
Overview
1
Commits
1
Pipelines
0
Changes
10
Expand
This adds support for possibly long expansions of the preprocessor macro
__FILE__
.
0
0
Merge request reports
Compare
libmtime-2.0.0-rc
libmtime-2.0.0-rc (base)
and
latest version
latest version
b9685fe3
1 commit,
2 years ago
10 files
+
158
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
doc/Makefile.in
+
2
−
1
Options
@@ -89,7 +89,8 @@ build_triplet = @build@
host_triplet
=
@host@
subdir
=
doc
ACLOCAL_M4
=
$(
top_srcdir
)
/aclocal.m4
am__aclocal_m4_deps
=
$(
top_srcdir
)
/m4/acx_fc_module.m4
\
am__aclocal_m4_deps
=
$(
top_srcdir
)
/m4/acx_fc_line_length.m4
\
$(
top_srcdir
)
/m4/acx_fc_module.m4
\
$(
top_srcdir
)
/m4/acx_fc_pp.m4
$(
top_srcdir
)
/m4/acx_lang_lib.m4
\
$(
top_srcdir
)
/m4/acx_lang_openmp.m4
\
$(
top_srcdir
)
/m4/acx_lang_package.m4
\
Loading