dougt%meer.net
3320514b36
make libutil compile on wince. no stopwatch on windows ce. r=darin, b=281945
2005-03-07 16:37:43 +00:00
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
cbiesinger%web.de
7e9e8d2fdb
remove unused files. bug 235426 r=bsmedberg sr=bzbarsky
2004-02-24 16:09:25 +00:00
neil%parkwaycc.co.uk
1740a538ef
Bug 90906 Remove unused variables p=gautheri@noos.fr r/sr=roc
2003-12-20 18:10:22 +00:00
timeless%mozdev.org
41a644f875
Bug 225988 DRefTool analysis for stopwatch files
...
r=roc sr=roc
2003-11-17 20:44:53 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
8bf5905937
add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls
2001-09-10 20:48:38 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
vidur%netscape.com
77e0e2e5dc
Fix for bug 78562. Reducing console spewage for debug messages. Patch from cls@seawood.org. r/sr=vidur
2001-05-17 06:15:50 +00:00
nisheeth%netscape.com
4440290f84
r=heikki. sr=jst. Use PR_smprintf. Get rid of nsTimer.cpp. Fixes bug 57592.
2001-03-23 05:44:03 +00:00
bryner%uiuc.edu
630d1d61cc
Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver.
2001-03-21 05:35:27 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
7cd51a4917
Fixing printf problem with RAPTOR_STOPWATCH_TRACE
2000-10-28 10:14:36 +00:00
warren%netscape.com
16af834c35
Fixed PR_LOG problem.
2000-10-28 01:00:10 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
cls%seawood.org
1f3b6d75ab
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
attinasi%netscape.com
fef91f1dae
Typo in printf fixed. r=dcone
2000-02-18 20:57:16 +00:00
attinasi%netscape.com
b0140120d7
Added support for millisecond granularity in the stopwatch. r=nisheeth a=rickg
2000-02-18 18:51:39 +00:00
cls%seawood.org
4f34e05855
Removed redundant XPDIST from the build. Changed existing references to DIST.
...
Replaced all uses of $(DIST)/include with $(PUBLIC) except those looking for NSPR headers.
Removed extra instances of $(DIST)/include or $(PUBLIC) from INCLUDES as it's already there.
Override OS_LIBS when setting host variables for cross-compiling.
2000-01-11 05:13:01 +00:00
nisheeth%netscape.com
f08ec33266
a=don, r=pollmann.
...
- Don't use nsStackBasedTimer.h any more
- Fix compile errors in __mysprintf() in nsTimer.cpp
- Make stack based timers work.
1999-12-22 23:55:29 +00:00
warren%netscape.com
96ec037ac6
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
nisheeth%netscape.com
ecf204e501
a=sdagley. Move over to new timing macros...
1999-11-10 03:41:09 +00:00
dmose%mozilla.org
142ac52eaf
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
nisheeth%netscape.com
e7cf95d67c
Ongoing work to get macros for timing modules up and running. Not part of the build.
1999-10-25 20:59:35 +00:00
ramiro%fateware.com
25aba30f43
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
...
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org
1999-10-22 07:11:43 +00:00
nisheeth%netscape.com
88f2f647e9
Fixing Unix warnings. r=harishd
1999-10-21 23:27:02 +00:00
nisheeth%netscape.com
22fa393a84
Install util.lib to the dist directory in the libs phase rather than the install phase.
1999-10-21 21:31:26 +00:00
pierre%netscape.com
a966f87a22
Enabled MOZ_PERF_METRICS in the Mac build:
- updated DefinesMozilla.h
- fixed stopwatch.cpp
- created libutilIDL.mcp
- added StopWatch exports to libutil.exp
- added xpcom.shlb to libutil.mcp
- added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp
1999-10-21 05:41:45 +00:00
nisheeth%netscape.com
d44175bb21
Fixed warnings. Enabled code to build on UNIX. r=pollmann
1999-10-21 02:32:01 +00:00
nisheeth%netscape.com
36d1076a0a
Changes should not affect build. Ongoing work to make the stopwatch code build on Unix.
1999-10-20 18:43:34 +00:00
nisheeth%netscape.com
ef75c33b3c
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
1999-10-19 22:27:20 +00:00
pierre%netscape.com
125f619c29
added stopwatch.cpp to the mac build for nisheeth
1999-10-19 21:12:14 +00:00
nisheeth%netscape.com
f0ef8df8d9
Not currently part of the build. Added a stack behind the save/restore timing macros.
1999-10-08 23:27:09 +00:00
nisheeth%netscape.com
5632c588a9
a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable.
1999-09-24 08:39:43 +00:00
nisheeth%netscape.com
d58a65a956
- Change bool to PRBool in Stopwatch::Start()
...
- Add the NS_TIMER_STYLE_RESOLUTION define to nsITimeRecorder.idl
1999-09-20 08:21:01 +00:00
nisheeth%netscape.com
d2a8566bed
Added methods to save/restore the state of the stopwatch.
1999-09-14 14:32:42 +00:00
briano%netscape.com
775e13bce8
General cleanup.
1999-09-14 02:51:42 +00:00
nisheeth%netscape.com
fea5368bb1
Include stopwatch class in build if MOZ_PERF is set. Only enabled on Windows right now.
1999-09-13 18:56:01 +00:00
cyeh%netscape.com
acf1f2f7e0
remove STANDALONE_IMAGE_LIB define. We always built with it by default.
...
General makefile cleanup to make configuring easier.
1999-09-02 01:10:47 +00:00
cyeh%netscape.com
1729151e74
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
ramiro%netscape.com
5c9835cc68
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
nisheeth%netscape.com
6f54432f56
Checking in initial version of stopwatch class. Not being built yet.
1999-08-05 05:07:58 +00:00