You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libisoburn/releng
George Danchev 805c43ac76 completed transitioning, docs reflect that too 12 years ago
..
codesamples use extern C so that the compiler considers C bindings 12 years ago
inc unification cont. 12 years ago
README.core completed transitioning, docs reflect that too 12 years ago
README.list static checks are automated too 12 years ago
TODO new todo item 12 years ago
merge_into_isocontent hardlinks is now content, former content to e merged into new content test 12 years ago
releng_cxx more unification 12 years ago
releng_isocontent unification cont. 12 years ago
releng_isojigdo unification cont. 12 years ago
releng_isojigdo.conf.template use pseudo paths to second-guess 12 years ago
releng_printsize completed transitioning, docs reflect that too 12 years ago
releng_printsize.conf.template update samples too 12 years ago
run_all_releng completed transitioning, docs reflect that too 12 years ago
template_new_releng completed transitioning, docs reflect that too 12 years ago

README.list

Release Engineering Che[at|ck] List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Automated tests
~~~~~~~~~~~~~~~
 TEST: Tests starting with releng_* are runnable by run_all_releng
 FILE: libisoburn/releng/releng_*
 FILE: http://people.debian.org/~danchev/libburnia/logs/releng/
 WHO:  george, thomas

 TEST: cppcheck
 FILE: http://people.debian.org/~danchev/libburnia/logs/cppcheck/
 WHO:  george, thomas

 TEST: medistimator (dialog mode, size estimation, processing large trees)
       requires some specific knowledge of how the tool works, to interpret
       the results and compare them previous runs (see comments in the source).
 FILE: http://anonscm.debian.org/gitweb/?p=users/danchev/medistimator.git;a=summary
 FILE: http://people.debian.org/~danchev/libburnia/logs/medistimator/
 WHO:  george, thomas

Non-automated tests
~~~~~~~~~~~~~~~~~~~
 TEST: valgrind
 FILE:
 WHO:  george, thomas

 TEST: buildd_logs
 FILE: http://buildd.debian.org (others are also welcome)
 FILE: (err/warn from prev. builds for several h/w architectures and kernels: linux, kfreebsd, hurd)
 WHO:  george, thomas

 TEST: gprof
 FILE: CFLAGS=-pg ./configure && make
 FILE: run resulting executable; gmon.out to be created in current cirectory
 FILE: gprof path/to/xorriso gmon.out  > gprof.out
 WHO:  george, thomas