Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
libswf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
David Gonçalves
libswf
Commits
c3e46adc
Commit
c3e46adc
authored
Nov 28, 2020
by
David Gonçalves
📖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use c++17
parent
4f5b576a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
CMakeLists.txt
CMakeLists.txt
+2
-2
Makefile
Makefile
+1
-1
README.md
README.md
+1
-1
No files found.
CMakeLists.txt
View file @
c3e46adc
...
...
@@ -14,10 +14,10 @@ set(INC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
if
(
CMAKE_VERSION VERSION_LESS
"3.1"
)
if
(
CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR CMAKE_COMPILER_IS_CLANGCC OR CMAKE_COMPILER_IS_CLANGCXX
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1
4
"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++1
7
"
)
endif
()
else
()
set
(
CMAKE_CXX_STANDARD 1
4
)
set
(
CMAKE_CXX_STANDARD 1
7
)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
endif
()
...
...
Makefile
View file @
c3e46adc
...
...
@@ -118,7 +118,7 @@ ifneq ($(BUILD),release)
TEST_OBJ
=
$(
subst
$(TEST_FOLDER)
,
$(TEST_OBJ_FOLDER)
,
$(TEST_SRC:.cpp=.o)
)
endif
CXXFLAGS
=
$(INCLUDES)
$(ARCHITECTURE)
-std
=
c++1
4
$(DEFINES)
$(WARNINGS)
$(OPTIMIZE)
CXXFLAGS
=
$(INCLUDES)
$(ARCHITECTURE)
-std
=
c++1
7
$(DEFINES)
$(WARNINGS)
$(OPTIMIZE)
all
:
$(OBJ_FOLDER) $(BIN_FOLDER) $(SUBDIRS) $(TARGETS)
ifeq
($(OS),Windows_NT)
...
...
README.md
View file @
c3e46adc
...
...
@@ -2,7 +2,7 @@
[

](https://gitlab.com/MangaD/libswf/commits/master)
[

](https://ci.appveyor.com/project/MangaD/libswf)
[

](https://gitlab.com/MangaD/libswf/commits/master)
[

](LICENSE)
libswf is a C++1
4
library for extracting and replacing SWF resources.
libswf is a C++1
7
library for extracting and replacing SWF resources.
## Implemented
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment