]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libcupsfilters: Renamed all C++ source files to *.cxx
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 11 Apr 2022 12:12:55 +0000 (14:12 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 11 Apr 2022 12:12:55 +0000 (14:12 +0200)
commita025dee4fef2a604a6c20c96f276d3b7e42f3a26
tree6c6978c34aa0147e921b0d49ba13c9012ac05c7f
parent1fed7ba0a636aa9d29f931f1de33f4be6e04ccd9
libcupsfilters: Renamed all C++ source files to *.cxx

This commit makes all our C++ source files having the same extension:
".cxx", once to reduce confusion and also as ".cxx" is commonly used
under Linux, macOS, Unix, and Windows, according to DEVELOPING.md
in the CUPS source code.
13 files changed:
Makefile.am
cupsfilters/pdftopdf/intervalset.cxx [moved from cupsfilters/pdftopdf/intervalset.cc with 100% similarity]
cupsfilters/pdftopdf/nup.cxx [moved from cupsfilters/pdftopdf/nup.cc with 100% similarity]
cupsfilters/pdftopdf/pdftopdf.cxx [moved from cupsfilters/pdftopdf/pdftopdf.cc with 100% similarity]
cupsfilters/pdftopdf/pdftopdf_jcl.cxx [moved from cupsfilters/pdftopdf/pdftopdf_jcl.cc with 100% similarity]
cupsfilters/pdftopdf/pdftopdf_processor.cxx [moved from cupsfilters/pdftopdf/pdftopdf_processor.cc with 100% similarity]
cupsfilters/pdftopdf/pptypes.cxx [moved from cupsfilters/pdftopdf/pptypes.cc with 100% similarity]
cupsfilters/pdftopdf/qpdf_cm.cxx [moved from cupsfilters/pdftopdf/qpdf_cm.cc with 100% similarity]
cupsfilters/pdftopdf/qpdf_pdftopdf.cxx [moved from cupsfilters/pdftopdf/qpdf_pdftopdf.cc with 100% similarity]
cupsfilters/pdftopdf/qpdf_pdftopdf_processor.cxx [moved from cupsfilters/pdftopdf/qpdf_pdftopdf_processor.cc with 100% similarity]
cupsfilters/pdftopdf/qpdf_tools.cxx [moved from cupsfilters/pdftopdf/qpdf_tools.cc with 100% similarity]
cupsfilters/pdftopdf/qpdf_xobject.cxx [moved from cupsfilters/pdftopdf/qpdf_xobject.cc with 100% similarity]
cupsfilters/rastertopdf.cxx [moved from cupsfilters/rastertopdf.cpp with 100% similarity]