Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
yrHeTaTeJlb
CMake
Commits
3f7e0364
Commit
3f7e0364
authored
13 years ago
by
Stephen Kelly
Browse files
Options
Downloads
Patches
Plain Diff
Export deprecated free methods too.
That way they can be linked to even after being deprecated.
parent
7fa55923
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.h
+1
-1
1 addition, 1 deletion
...ExportHeader/lib_shared_and_static/libshared_and_static.h
Tests/Module/GenerateExportHeader/libstatic/libstatic.h
+1
-1
1 addition, 1 deletion
Tests/Module/GenerateExportHeader/libstatic/libstatic.h
with
2 additions
and
2 deletions
Tests/Module/GenerateExportHeader/lib_shared_and_static/libshared_and_static.h
+
1
−
1
View file @
3f7e0364
...
...
@@ -49,7 +49,7 @@ public:
LIBSHARED_AND_STATIC_EXPORT
int
libshared_and_static_exported
();
LIBSHARED_AND_STATIC_DEPRECATED
int
libshared_and_static_deprecated
();
LIBSHARED_AND_STATIC_DEPRECATED
_EXPORT
int
libshared_and_static_deprecated
();
int
libshared_and_static_not_exported
();
...
...
This diff is collapsed.
Click to expand it.
Tests/Module/GenerateExportHeader/libstatic/libstatic.h
+
1
−
1
View file @
3f7e0364
...
...
@@ -45,7 +45,7 @@ public:
LIBSTATIC_EXPORT
int
libstatic_exported
();
LIBSTATIC_DEPRECATED
int
libstatic_deprecated
();
LIBSTATIC_DEPRECATED
_EXPORT
int
libstatic_deprecated
();
int
libstatic_not_exported
();
...
...
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