summaryrefslogtreecommitdiff
path: root/Documentation/contributor/regressions.itexi
Commit message (Collapse)AuthorAgeFilesLines
* CG changes for pixel regtest scriptPhil Holmes2013-03-291-0/+53
|
* CG: note that CPU threads affect cell count in regtests (issue 3257)Janek Warchoł2013-03-251-0/+5
|
* Issue 1236: CG+scripts should use $LILYPOND_GITMarc Hohl2012-08-291-1/+1
|
* CG: explain what big staff size means in regtestsJanek Warchoł2012-07-111-2/+14
| | | | | Regtests about small or easy to overlook changes should use bigger staff size.
* CG: change some references from master to staging.Francisco Vila2012-04-271-1/+2
|
* Web: add regtest checking to helpus, final touchesJanek Warchoł2012-03-181-1/+4
|
* update Regtest Checker websiteJanek Warchoł2012-03-121-1/+1
|
* CG: add information about Regtest Checking ProjectJanek Warchoł2012-03-011-0/+44
| | | | | | | Phil Holmes wrote a nice web app that allows people to review regtests, one at a time. We can ask users for help and thus painlessly do a full regtest check. This commit contains brief instructions how to use the app.
* CG: Typos in "Regression tests" section.Julien Rioux2011-12-201-3/+3
|
* Doc: Added note to CG about disable-optimizingJames Lowe2011-09-251-1/+4
| | | | | | | This is for Tracker 1905 Added sentence to add --disable-optimising for ./autogen.sh or ../configure when doing regression testing
* correcting note about rerunning regtestsJanek Warchol2011-07-141-2/+2
| | | | | | looks like it is necessary to make test-clean if you want to check regtests on a new branch without making test-baseline
* Doc: CG remove ugly bars at end of lines in docJames Lowe2011-06-261-0/+2
| | | | | | | | | | Caused by 'too long' lines in tely/texi files. Using a variety of methods to break lines that are not normally broken use @smallexample or ' \ ' in the case of long CLI syntax Tracker issue 1691
* describing regression checking more explicitelyJanek Warchol2011-06-151-3/+15
|
* CG: clarify lack of policy for adding regtests.Graham Percival2011-04-121-3/+5
|
* CG: minor renamings for Issues and Regtests.Graham Percival2011-01-211-6/+3
|
* CG: move "finding reg. commits" into Reg chapter.Graham Percival2011-01-211-0/+146
|
* CG: clarify regtest and regresssion searching.Graham Percival2011-01-031-0/+6
|
* CG: clarify regtest comparison.Graham Percival2011-01-021-11/+35
|
* Doc: cleanup @file{}, take 2: remove all @/ escaping sequences.Valentin Villenave2010-11-261-8/+8
| | | | | | For now, remove all @/ sequences from @file references. New line-breaks will be introduced later with an automatic rulein order to make the syntax more consistent.
* Doc: CG: add warning about test-output-distance.Graham Percival2010-08-151-0/+6
| | | | | This duplicates the later warning, but we need it at that point for Bug Squad people.
* Doc: CG: updates to Bug Squad.Graham Percival2010-08-131-16/+34
|
* Fix typos in the English manual.Ralf Wildenhues2010-07-311-2/+2
|
* [contributor/] Decorate @file with @/.Werner Lemberg2010-07-291-7/+7
|
* Doc: Contributor's: Add explanation of regression make tartgetsCarl Sorensen2010-06-201-0/+25
|
* Doc: another compile fix.Graham Percival2010-06-091-4/+0
| | | | The info I removed is covered in the Issues chapter, anyway.
* Doc: compile fix.Graham Percival2010-06-091-0/+1
|
* Doc: Contributor's: Update Regression testsCarl Sorensen2010-06-081-75/+155
| | | | | Make CG8 the home source for all Regression test information, with links from Programming work, Compiling, and INSTALL.txt.
* Doc: Remove any '@' commands from @node sectionsJames Lowe2010-05-291-1/+1
| | | | Also edited an @ref{}
* Build fix.Graham Percival2010-05-271-1/+1
|
* Doc: add stuff to CG "Regtests"Valentin Villenave2010-05-271-11/+63
| | | | | | This is clearly not ideal, but at least it's slightly better than having empty sections. Hopefully someone else will add more accurate/helpful information later.
* Doc: add subheadings to CG "Regtests"Valentin Villenave2010-05-271-0/+12
|
* Doc : update CG "Regression tests"Valentin Villenave2010-05-271-0/+44
| | | | | This commit updates the first, basic section about regtest compilation. It may need to be completed.
* Doc: CG: Add introduction to regression testsCarl Sorensen2010-04-171-4/+22
|
* Doc: `us-ascii'-->`utf-8' in texinfo headers.Mark Polesky2010-01-101-1/+1
|
* Docs: reorganize documentation directory structureJohn Mandereau2009-07-251-0/+28
* rename manuals by stripping "lilypond-" prefix from all source file names and HTML and PDF output (it is kept in Info output, where it is necessary), * move manuals in Documentation/user one directory higher, in addition rename lilypond-program to application, and put .itely files in subdirectories, * move Documentation/topdocs/NEWS.tely to Documentation, * move Documentation/devel/contrib-guide.texi to Documentation/contributor.texi, * move input/lsr/lilypond-snippets.tely to Documentation/, move the rest input/lsr to Documentation/snippets, * move input/new to Documentation/snippets/new, * move input/texidocs contents to Documentation/<language_codes>/texidocs, splitting texidocs by language, * do the same changes in all translations when applicable, * move Documentation/devel/index.html.in back to Documentation/deve.html.in. 'make all', 'make doc' and 'make dist' have been tested, although tons of broken HTML and PDF links and Info cross-references are expected. Maintenance makefiles (Documentation/GNUmakefile) and scripts (scripts/auxiliar) are known to be broken, they will be updated in a future commit. TODO: Documentation/GNUmakefile is still a bit of a mess.