[PATCH 0/5][RFC] Big Changesâ¢
Derek Buitenhuis
derek.buitenhuis at gmail.com
Mon Sep 23 19:14:09 CEST 2013
The point of this RFC is to spark some discussion on some
of the sloppier aspects on x265 right now. As such, I have
not bothered with a proper hg patchset, instead opting
to use git.
Comment away!
Derek Buitenhuis (5):
Only use UNIX line endings
uncrustify: Do not include binary
astyle: Do not include binary
doc: Do not include binary documents in version control
Nuke build directory
build/README.txt => README | 127 +-
build/icl32/build-all.bat | 14 -
build/icl32/make-makefile.bat | 15 -
build/icl64/build-all.bat | 14 -
build/icl64/make-makefile.bat | 17 -
build/linux/make-Makefiles.bash | 3 -
build/msys/make-Makefiles.sh | 3 -
build/vc10-x86/build-all.bat | 14 -
build/vc10-x86/make-solutions.bat | 6 -
build/vc10-x86_64/build-all.bat | 14 -
build/vc10-x86_64/make-solutions.bat | 6 -
build/vc11-x86/build-all.bat | 14 -
build/vc11-x86/make-solutions.bat | 6 -
build/vc11-x86_64/build-all.bat | 14 -
build/vc11-x86_64/make-solutions.bat | 6 -
build/vc9-x86/build-all.bat | 14 -
build/vc9-x86/make-solutions.bat | 6 -
build/vc9-x86_64/build-all.bat | 14 -
build/vc9-x86_64/make-solutions.bat | 6 -
build/xcode/make-project.sh | 2 -
doc/README_data-structure.ppt | Bin 779776 -> 0 bytes
doc/astyle/AStyle.exe | Bin 314368 -> 0 bytes
doc/astyle/apply-to-all-source.py | 42 +-
doc/astyle/astyle-config.txt | 24 +-
doc/astyle/drag-astyle.bat | 2 +-
doc/software-manual.pdf | Bin 214518 -> 0 bytes
doc/uncrustify/apply-to-all-source.py | 48 +-
doc/uncrustify/codingstyle.cfg | 464 +-
doc/uncrustify/drag-uncrustify.bat | 2 +-
doc/uncrustify/uncrustify.exe | Bin 497664 -> 0 bytes
.../01build-and-smoke-test.bat | 0
{build/regression => regression}/02perftest.bat | 0
.../commandlines-example.txt | 30 +-
.../regression => regression}/config-example.txt | 16 +-
{build/regression => regression}/email-csv.py | 98 +-
{build/regression => regression}/run.bat | 0
source/Lib/README.txt | 6 +-
source/VectorClass/README.txt | 2 +-
source/VectorClass/vectorclass.h | 90 +-
source/VectorClass/vectori128.h | 11140 +++++++++----------
source/VectorClass/vectori256.h | 9464 ++++++++--------
source/VectorClass/vectori256e.h | 7086 ++++++------
source/common/x86/README.txt | 28 +-
43 files changed, 14330 insertions(+), 14527 deletions(-)
rename build/README.txt => README (76%)
delete mode 100644 build/icl32/build-all.bat
delete mode 100644 build/icl32/make-makefile.bat
delete mode 100644 build/icl64/build-all.bat
delete mode 100644 build/icl64/make-makefile.bat
delete mode 100755 build/linux/make-Makefiles.bash
delete mode 100644 build/msys/make-Makefiles.sh
delete mode 100644 build/vc10-x86/build-all.bat
delete mode 100644 build/vc10-x86/make-solutions.bat
delete mode 100644 build/vc10-x86_64/build-all.bat
delete mode 100644 build/vc10-x86_64/make-solutions.bat
delete mode 100644 build/vc11-x86/build-all.bat
delete mode 100644 build/vc11-x86/make-solutions.bat
delete mode 100644 build/vc11-x86_64/build-all.bat
delete mode 100644 build/vc11-x86_64/make-solutions.bat
delete mode 100644 build/vc9-x86/build-all.bat
delete mode 100644 build/vc9-x86/make-solutions.bat
delete mode 100644 build/vc9-x86_64/build-all.bat
delete mode 100644 build/vc9-x86_64/make-solutions.bat
delete mode 100755 build/xcode/make-project.sh
delete mode 100644 doc/README_data-structure.ppt
delete mode 100644 doc/astyle/AStyle.exe
delete mode 100644 doc/software-manual.pdf
delete mode 100644 doc/uncrustify/uncrustify.exe
rename {build/regression => regression}/01build-and-smoke-test.bat (100%)
rename {build/regression => regression}/02perftest.bat (100%)
rename {build/regression => regression}/commandlines-example.txt (97%)
rename {build/regression => regression}/config-example.txt (96%)
rename {build/regression => regression}/email-csv.py (96%)
rename {build/regression => regression}/run.bat (100%)
--
1.8.4
More information about the x265-devel
mailing list