File Changes for tdreszer
switch to commits view, user indexv271_base to v272_preview (2012-08-07 to 2012-08-14) v272
- src/hg/makeDb/hgTrackDb/hgTrackDb.c
- lines changed 8, context: html, text, full: html, text
It was necessary to make the warnings silent on make strict. Otherwise the current trackDbs for beta cause warnings that prevents the beta build.
- lines changed 2, context: html, text, full: html, text
Jeeeezzz it seems make strict on beta cannot survive any of the tag validation.
- src/inc/dsPrint.h
- lines changed 77, context: html, text, full: html, text
rewrote/renamed some dsPrint functions based upon Angie's advice in code review. Also added support for some print buffer surgery. However, the regex version is ifdef'd out for now, as I am not sure it is a good idea to check in a requirement for including <regex.h> into src/lib.
- src/lib/dsPrint.c
- lines changed 7, context: html, text, full: html, text
The casting failed in the 32bit build, due to pointer size issues. This version works in both 32 and 64 bit compiles and functionally changes nothing. Since this is a patch request, let me be clear that no checked in code yet calls any of these functions in this new module. The only affect this change has is that the 32bit build should now complete.
- lines changed 213, context: html, text, full: html, text
rewrote/renamed some dsPrint functions based upon Angie's advice in code review. Also added support for some print buffer surgery. However, the regex version is ifdef'd out for now, as I am not sure it is a good idea to check in a requirement for including <regex.h> into src/lib.
- src/utils/qa/weeklybld/buildEnv.csh
switch to commits view, user index