Coding StyleCode formattingThe code formatting in the openChrome driver is currently a mess. It is the result of having several different developers, each coding in his own way. The goal is to get as close as possible to some kind of Xorg unified coding style. If the instructions below differ substantially from what's current practice, they will be revised.
indent -bad -bap -c40 -cd0 -ncdb -ci4 -cli0 -cp0 -ncs -d0 -di4 \
-i4 -ip4 -l78 -nlp -npcs -psl -sob -ss -br -ce -scSee also the Xorg coding style page. ChangeLogBefore committing something to the SVN repository, you should produce a ChangeLog? entry. When merging a branch, don't incorporate all ChangeLog? entries from the branch into the trunk. Just mention that you've merged a specific branch between revisions x and y, and where the detailed changelog can be found. To aid in ChangeLog? writing, go to the directory where the ChangeLog? file is created and run the script./prepareChangeLogSVN.pl Created by: thomas last modification: Saturday 19 of August, 2006 [19:34:42 UTC] by benno |
Login |