# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 28901 | marc_tooley | "" | ||
#1 | 5835 | marc_tooley | VCP branch to prep for incoming bugfixes for the Source/svn.pm module. | ||
//guest/perforce_software/revml/lib/VCP/Logger.pm | |||||
#18 | 5403 | Barrie Slaymaker | - Misc logging, maintainability & debugging improvements | ||
#17 | 4491 | Barrie Slaymaker | - Another LOG filehandle select() fix from clkao | ||
#16 | 4480 | Barrie Slaymaker | - VCP::Logger does not assume STDOUT is selected (thanks, clkao) | ||
#15 | 4415 | Barrie Slaymaker | - "-quiet" does not suppress warning or debug messages | ||
#14 | 4404 | Barrie Slaymaker | - Added -q option (mostly to suppress banner & progress bars for test suite) | ||
#13 | 3990 | Barrie Slaymaker | - Progress bar now clicks over to next position at 10% intervals | ||
#12 | 3854 | Barrie Slaymaker | - VCP::Logger doesn't complain if pr_doing( ..., {}) is not called | ||
#11 | 3823 | Barrie Slaymaker | - Improved progress indicators. | ||
#10 | 3803 | Barrie Slaymaker | - Debugging output improved | ||
#9 | 3763 | Barrie Slaymaker |
- VCP::Source::cvs now explains what was ignored and what was scanned when it finds both foo,v and Attic/foo,v. |
||
#8 | 3706 | Barrie Slaymaker | - VCP gives some indication of output progress (need more) | ||
#7 | 3703 | Barrie Slaymaker |
- VCP::Logger emits newlines before a BUG REPORT to set set it off from progress bars |
||
#6 | 3678 | Barrie Slaymaker | - Progress bar now assumes 80 characters and fills to char 79 | ||
#5 | 3668 | Barrie Slaymaker |
- Progress bar can now be (nearly) fixed length when the total work to be done can be expressed as an integer. |
||
#4 | 3485 | Barrie Slaymaker | - BUG() now dumps %INC | ||
#3 | 3416 | Barrie Slaymaker | - Add progress indication routines to VCP::Logger | ||
#2 | 3167 | Barrie Slaymaker |
Add profiling report that details various chunks of time taken. |
||
#1 | 3155 | Barrie Slaymaker |
Convert to logging using VCP::Logger to reduce stdout/err spew. Simplify & speed up debugging quite a bit. Provide more verbose information in logs. Print to STDERR progress reports to keep users from wondering what's going on. Breaks test; halfway through upgrading run3() to an inline function for speed and for VCP specific features. |