Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.image
Commits
aef37cd7
Commit
aef37cd7
authored
May 16, 2016
by
Manuel Günther
Browse files
Moved pure C++ files to cpp subdirectory
parent
c7ee46c8
Changes
9
Hide whitespace changes
Inline
Side-by-side
bob/io/image/bmp.cpp
→
bob/io/image/
cpp/
bmp.cpp
View file @
aef37cd7
File moved
bob/io/image/gif.cpp
→
bob/io/image/
cpp/
gif.cpp
View file @
aef37cd7
File moved
bob/io/image/jpeg.cpp
→
bob/io/image/
cpp/
jpeg.cpp
View file @
aef37cd7
File moved
bob/io/image/netpbm.cpp
→
bob/io/image/
cpp/
netpbm.cpp
View file @
aef37cd7
File moved
bob/io/image/png.cpp
→
bob/io/image/
cpp/
png.cpp
View file @
aef37cd7
File moved
bob/io/image/pnmio.cpp
→
bob/io/image/
cpp/
pnmio.cpp
View file @
aef37cd7
File moved
bob/io/image/pnmio.h
→
bob/io/image/
cpp/
pnmio.h
View file @
aef37cd7
File moved
bob/io/image/tiff.cpp
→
bob/io/image/
cpp/
tiff.cpp
View file @
aef37cd7
File moved
setup.py
View file @
aef37cd7
...
...
@@ -390,13 +390,13 @@ setup(
Library
(
"bob.io.image.bob_io_image"
,
[
"bob/io/image/tiff.cpp"
,
"bob/io/image/gif.cpp"
,
"bob/io/image/png.cpp"
,
"bob/io/image/jpeg.cpp"
,
"bob/io/image/bmp.cpp"
,
"bob/io/image/pnmio.cpp"
,
"bob/io/image/netpbm.cpp"
,
"bob/io/image/
cpp/
tiff.cpp"
,
"bob/io/image/
cpp/
gif.cpp"
,
"bob/io/image/
cpp/
png.cpp"
,
"bob/io/image/
cpp/
jpeg.cpp"
,
"bob/io/image/
cpp/
bmp.cpp"
,
"bob/io/image/
cpp/
pnmio.cpp"
,
"bob/io/image/
cpp/
netpbm.cpp"
,
],
packages
=
packages
,
boost_modules
=
boost_modules
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment