1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 01:49:48 +03:00
ben-wpan/scripts
Werner Almesberger a3aac7e80b Reorganized cache and output directory structure. Some code cleanup.
- scripts/schhist2web: changed cache and output directory structure from
  $dir/$type_$commit/$file to $dir/$commit/$type/$file
- scripts/schhist2web: renamed directory types as follows: "ppm" to "ppm1",
  "fat" to "ppm2", and "hard" to "ppm0"
- scripts/schhist2web: replaced `basename $x` with ${x##*/} wherever this
  makes sense
- scripts/schhist2web: use {a,b,...} where is makes things clearer
- scripts/schhist2web: changed ... \\n || exit to ... ||\n exit
- scripts/schhist2web: symlinking of unchanged files was only done for
  "ppm" (now "ppm1") and "fat" (now "ppm2"), not for "ppm2" and "ps"
- scripts/schhist2web: composition of path names in the output generator is
  now more systematic and avoids ad hoc compositions
- scripts/schhist2web: mkdir -p "$out/pdf_$next" at the beginning, not each
  time we write a PDF
2010-08-30 23:19:12 -03:00
..
ppmdiff Attempt at avoiding the false changes seen on Xue. Seems that alpha-blending 2010-08-30 15:11:43 -03:00
dsv Added a data sheet viewer. It improves upon the design used in gta02-core by 2010-08-10 12:26:24 -03:00
fpd2pdf fpd2pdf: ignore fped backup files (and option -a to still use them) 2010-08-28 22:58:04 -03:00
gitenealogy Minor code cleanup and robustness improvement. 2010-08-28 23:12:27 -03:00
gitsch2ps Split gitsch2ppm into its constituents. 2010-08-30 01:53:59 -03:00
Makefile We now generate and link delta PDFs with the state(s) of the sheet. 2010-08-30 06:05:57 -03:00
normalizeschps Sheet names now link to the sheet's PDF. 2010-08-30 03:14:07 -03:00
sanitize-profile New script sanitize-profile to remove glitches from a KiCad profile. 2010-08-27 20:42:40 -03:00
schhist2web Reorganized cache and output directory structure. Some code cleanup. 2010-08-30 23:19:12 -03:00
schps2pdf Fixed some smaller bugs and slightly improved formatting of commit entries. 2010-08-30 20:16:34 -03:00
schps2ppm Attempt at avoiding the false changes seen on Xue. Seems that alpha-blending 2010-08-30 15:11:43 -03:00