Граф коммитов

590 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 33ac716846 Adding check for Time::HiRes for gettimeofday(), this perl package can give us 1ms resolution instead of default of 1s resolution. tbox instances will need to symlink in gettime.pl. 2001-09-25 01:36:11 +00:00
mcafee%netscape.com 35df625dea Time::HiRes wrapper, code=jrgm@netscape.com 2001-09-25 00:49:38 +00:00
mcafee%netscape.com 4434c6a76b switching to sourceforge cvs server, more in sync? 2001-09-22 22:05:58 +00:00
alecf%netscape.com ef89d24efe add url to GraphViz in the comments 2001-09-21 19:49:25 +00:00
alecf%netscape.com 47352d14e3 update with clustering ability and comments 2001-09-20 23:01:21 +00:00
jaggernaut%netscape.com dca733592b Clean up some of the die messages, only look for srcdirs which have "mozilla" or "ns" in them (shortcut around fancy Makefile parsing), emit one module per line. 2001-09-18 16:08:37 +00:00
alecf%netscape.com 2a9cc6a409 add some comments, clean up the generated graphs, etc 2001-09-18 05:46:45 +00:00
jaggernaut%netscape.com aa16a92c87 Allow this script to work on ns trees too, and have more helpful error reporting when no srcdir was found in a Makefile. 2001-09-14 18:45:30 +00:00
jaggernaut%netscape.com a7fbfda273 Oops, messed up the copyright in the license part, rectifying that. r=michel@rubberchicken.nl 2001-09-13 00:31:47 +00:00
alecf%netscape.com 5c606fad97 add platform support 2001-09-12 18:46:31 +00:00
jaggernaut%netscape.com 3175c8ebca Add perl script that cleans up the REQUIRES lines in Makefile.in files by removing module names which aren't "REQUIRE"d any longer. 2001-09-12 18:06:07 +00:00
dbaron%fas.harvard.edu 2017621c41 Oops. 2001-09-12 16:57:21 +00:00
dbaron%fas.harvard.edu efcb754050 Add script that uses gcc-generated dependency files to count the number of C/C++ files for which each header file is brought in. 2001-09-12 16:55:38 +00:00
alecf%netscape.com 168af9710b oops, comment out some code that I wasn't done with 2001-09-12 16:52:26 +00:00
alecf%netscape.com f4ce9b363c first time added
generates graphviz-style .dot files from REQUIRES/MODULE entries in makefiles
2001-09-12 16:51:11 +00:00
brendan%mozilla.org 567e35c2fc 1. Fix jsdhash/pldhash.[ch] so that add/remove cycles for a given k do not
create a long chain of removed sentinels.  Also, when adding k to a table
    where k is not mapped, but where k hashes to a chain that includes removed
    sentinels, recycle the first removed sentinel in the chain for k's entry.
2.  Cache cx->resolving till js_DestroyContext, to avoid high JSDHashTable
    new/destroy overhead in js_LookupProperty.
3.  Add NS_TraceStack to nsTraceMalloc.[ch] and clean the .c file up a bit.
2001-09-12 06:39:31 +00:00
mcafee%netscape.com 2e63297d8d Avoid stomping on build status when testing for Embed build status. One line change, rest is whitespace cleanup 2001-09-11 07:43:37 +00:00
mcafee%netscape.com edfcd79800 po/ChangeLog hack, for gettext bug 2001-09-10 09:07:29 +00:00
mcafee%netscape.com 50ea6429f0 Fixing some logic errors 2001-09-10 03:27:27 +00:00
mcafee%netscape.com 677cd08ce0 Backing out my change to avoid pulling by date on branches, my assertion that this didn't work was incorrect. thanks to cls for figuring this out. 2001-09-08 22:31:24 +00:00
cls%seawood.org 98867a9c42 Set MOZILLA_FIVE_HOME to use $binary dir on each loop 2001-09-08 21:37:06 +00:00
dbaron%fas.harvard.edu 03b8e91855 Move trace-malloc readers from mozilla/xpcom/base/ to mozilla/tools/trace-malloc/. Add a --shutdown-leaks option to nsTraceMalloc to dump, to the file given as an argument to the option, information about allocations still live at shutdown. Add a new trace-malloc reader (leakstats.c) to print leak statistics. b=84831 r=jag sr=brendan 2001-09-08 18:29:24 +00:00
mcafee%netscape.com 3a0465ae86 Fixing test for BuildTag, we weren't pulling by date in the normal case 2001-08-31 19:36:35 +00:00
mcafee%netscape.com fc6181609b Back to jrgm server, cowtools not ready yet. r=jrgm 2001-08-31 06:50:15 +00:00
mcafee%netscape.com f9bf549290 switching layout server. r=jrgm 2001-08-30 23:59:47 +00:00
mcafee%netscape.com 10b8c7ce4e Don't set date tag when branch tag is set. cvs currently only supports one tag. 2001-08-28 01:43:08 +00:00
bbaetz%cs.mcgill.ca bddfb98126 Add http regression test suite + harness. Requires python.
Not part of default pull or build.
2001-08-27 01:13:41 +00:00
mcafee%netscape.com e18dd366ba startup test note 2001-08-25 01:09:38 +00:00
mcafee%netscape.com e6f496ada3 Fix for rh7.1/jvm1.3.0 hang bug 2001-08-24 01:02:07 +00:00
mcafee%netscape.com 5cc4bffdad minor comment nit 2001-08-23 07:09:09 +00:00
mcafee%netscape.com 9f9fa8d6fe Set MOZILLA_FIVE_HOME for each build loop. reduce sleep time to 10sec for performance tests. debug printouts. 2001-08-23 04:59:55 +00:00
mcafee%netscape.com 199b81019b Adding java test, whitespace cleanup 2001-08-23 01:06:35 +00:00
mcafee%netscape.com c59dca5b3e moving cvsroot out to tinder-defaults.pl, getting rid of netscape default. Fixed a my variable so I can comment out the run_shell_command line for testing. 2001-08-20 22:45:25 +00:00
mcafee%netscape.com 2ecc85e62e minor stuff, comments, using right cvs command 2001-08-20 22:43:36 +00:00
cls%seawood.org 00721c0015 Removing hardcoded test for TestGtkEmbed as not all of our platforms build TestGtkEmbed by default 2001-08-17 08:12:31 +00:00
cltbld%netscape.com 2f20602b5a add fast-update 2001-08-16 22:05:06 +00:00
mcafee%netscape.com 7c19135274 Adding failure count 2001-08-16 02:50:16 +00:00
mcafee%netscape.com 8c7623fa5e status reporting, turning tests on 2001-08-16 02:48:40 +00:00
mcafee%netscape.com 59a97adcab Pass mozilla_dir to post-mozilla build. properly pull and build galeon source. 2001-08-14 06:36:41 +00:00
mcafee%netscape.com b1b1355e81 switch to TestGtkEmbed 2001-08-14 04:41:16 +00:00
mcafee%netscape.com 17bbe8f44f Removing dead build file 2001-08-13 22:21:57 +00:00
mcafee%netscape.com 2d0e000546 Removing abandoned embed build script 2001-08-13 22:18:09 +00:00
bryner%netscape.com 68a8cd8cf3 Bug 94062 - remove support for MOZ_NSS_AUTOCONF. Patch from wtc, r=cls. 2001-08-12 04:25:41 +00:00
cls%seawood.org 1df7af38af Fix dependencies for parallel builds 2001-08-06 04:36:26 +00:00
jrgm%netscape.com 9a276217f1 Initial checking. 2001-08-06 03:47:27 +00:00
brendan%mozilla.org 8c7c819206 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
cls%seawood.org 39e98a2e43 Replace use of alarm() with a simple counter as it's bad karma to mix sleep() & alarm() (so says the alarm() manpage). Makes BeOS tinderbox tests work when cycling. 2001-07-30 02:20:35 +00:00
cls%seawood.org 8e92b775ac Set LIBRARY_PATH & ADDON_PATH for BeOS. Explicitly call perl when running bloatdiff.pl 2001-07-27 20:51:26 +00:00
mcafee%netscape.com baf42938bc --disable-crash-dialog not implemented yet. 2001-07-22 02:03:53 +00:00
mcafee%netscape.com 6eb84a74ba Adding crash_recovery=0 comment for AliveTest. 2001-07-22 02:02:53 +00:00