Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor 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
Development
openfoam
Commits
23a57977
Commit
23a57977
authored
16 years ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
Better tag generation.
parent
95d134f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/foamEbrowse
+1
-1
1 addition, 1 deletion
bin/foamEbrowse
bin/foamTags
+15
-6
15 additions, 6 deletions
bin/foamTags
with
16 additions
and
7 deletions
bin/foamEbrowse
+
1
−
1
View file @
23a57977
...
@@ -47,7 +47,7 @@ cd $WM_PROJECT_DIR
...
@@ -47,7 +47,7 @@ cd $WM_PROJECT_DIR
mkdir
.tags 2>/dev/null
mkdir
.tags 2>/dev/null
cd
.tags
cd
.tags
find
-H
..
\(
-name
"*.[HC]"
-
not
-name
"
lnInclude
"
-
not
-name
"
Doxygen
"
\)
-print
>
$sourcesFile
find
-H
..
\(
-name
"*.[HC]"
-
o
-name
lnInclude
-
prune
-o
-name
Doxygen
-prune
\)
-print
>
$sourcesFile
ebrowse
--files
=
$sourcesFile
--output-file
=
ebrowse
ebrowse
--files
=
$sourcesFile
--output-file
=
ebrowse
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
bin/foamTags
+
15
−
6
View file @
23a57977
...
@@ -42,15 +42,24 @@ fi
...
@@ -42,15 +42,24 @@ fi
cd
$WM_PROJECT_DIR
cd
$WM_PROJECT_DIR
mkdir
.tags 2>/dev/null
mkdir
.tags 2>/dev/null
find
-H
.
\(
-name
"*.[HC]"
-not
-name
"lnInclude"
-not
-name
"Doxygen"
\)
|
\
#etagsCmd="etags --declarations -l c++ -o .tags/etags -"
etags
--declarations
-l
c++
-o
.tags/etags -
#etagsDefCmd="etags -l c++ -o .tags/etagsDef -"
find
-H
.
\(
-name
"*.[HC]"
-not
-name
"lnInclude"
-not
-name
"Doxygen"
\)
|
\
#etagsDecCmd="etags --declarations -l c++ -o .tags/etagsDec -"
etags
-l
c++
-o
.tags/etagsDef -
find
-H
.
\(
-name
"*.H"
-not
-name
"lnInclude"
-not
-name
"Doxygen"
\)
|
\
etagsCmd
=
"ectags -e --extra=+fq --file-scope=no --c-kinds=+p -o .tags/etags -L -"
etags
--declarations
-l
c++
-o
.tags/etagsDec -
etagsDefCmd
=
"ectags -e --extra=+fq --file-scope=no -o .tags/etagsDef -L -"
etagsDecCmd
=
"ectags -e --extra=+fq --file-scope=no --c-kinds=+p -o .tags/etagsDec -L -"
ectagsDecCmd
=
"ectags -o .tags/ectagsDec --file-scope=no --c-kinds=+p --excmd=n --extra=+fq --fields=+afiKmnsSzt -L -"
find
-H
.
\(
-name
"*.[HC]"
-o
-name
lnInclude
-prune
-o
-name
Doxygen
-prune
\)
|
$etagsCmd
find
-H
.
\(
-name
"*.[HC]"
-o
-name
lnInclude
-prune
-o
-name
Doxygen
-prune
\)
|
$etagsDefCmd
find
-H
.
\(
-name
"*.H"
-o
-name
lnInclude
-prune
-o
-name
Doxygen
-prune
\)
|
$etagsDecCmd
find
-H
.
\(
-name
"*.H"
-o
-name
lnInclude
-prune
-o
-name
Doxygen
-prune
\)
|
$ectagsDecCmd
gtags
-i
--gtagsconf
bin/tools/gtagsrc .tags
gtags
-i
--gtagsconf
bin/tools/gtagsrc .tags
foamEbrowse
foamEbrowse
#------------------------------------------------------------------------------
#------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment