jdunn%netscape.com
809996f6b4
Add newline at end of file... HP requires it!
1999-11-11 03:14:37 +00:00
nisheeth%netscape.com
6a7c8adf6c
a=sdagley. Move over to new timing macros...
1999-11-10 03:41:09 +00:00
dmose%mozilla.org
8535dda53e
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
7a577bf456
Ongoing work to get macros for timing modules up and running. Not part of the build.
1999-10-25 20:59:35 +00:00
nisheeth%netscape.com
6b72cf112b
Macros for doing performance analysis of modules in Mozilla. This file is not part of the build yet.
1999-10-25 05:29:20 +00:00
ramiro%fateware.com
a426b260aa
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
126807001a
Fixing Unix warnings. r=harishd
1999-10-21 23:27:02 +00:00
nisheeth%netscape.com
7c9206fdd1
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
7ca4c54def
Fix build bustage
1999-10-21 06:40:00 +00:00
pierre%netscape.com
fc6e72a505
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
pierre%netscape.com
39ae8f6c31
First Checked In.
1999-10-21 05:35:26 +00:00
nisheeth%netscape.com
1725d06c16
Fixed warnings. Enabled code to build on UNIX. r=pollmann
1999-10-21 02:32:01 +00:00
nisheeth%netscape.com
533ca8450a
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
f485a1ad04
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
47793978b5
added stopwatch.cpp to the mac build for nisheeth
1999-10-19 21:12:14 +00:00
nisheeth%netscape.com
cd926e7dfe
Changes not part of build. Added a debug trace macro that outputs to the console only when DEBUG_STOPWATCH is defined.
1999-10-11 23:30:45 +00:00
nisheeth%netscape.com
a08e4f61df
Not currently part of the build. Added a stack behind the save/restore timing macros.
1999-10-08 23:27:09 +00:00
sfraser%netscape.com
84e25f3f87
Changed to export using the .exp file, to reduce link warnings. r=sdagley
1999-10-06 01:17:56 +00:00
sfraser%netscape.com
260dc1598d
First Checked In.
1999-10-06 01:17:19 +00:00
beard%netscape.com
120647c4c2
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:23:01 +00:00
briano%netscape.com
59ef6a75fb
Added a newline to the end of the file. Fix for Unix native compiler builds.
1999-09-24 21:47:16 +00:00
nisheeth%netscape.com
d9f62ba48a
a=chofmann, all changes are within an ifdef and are not being built by default
...
- Add ifdefs around the contents of the header file so that it doesn't get included multiple times.
- Change RAPTOR_STOPWATCH_TRACE macro to use a printf rather than NSPR logs until I figure out why the log isn't working.
1999-09-24 19:30:54 +00:00
nisheeth%netscape.com
f12537e9dd
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
22dac726b0
- 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
briano%netscape.com
68c8b1e4a7
Cleaned it up again.
1999-09-17 21:09:17 +00:00
nisheeth%netscape.com
31c1f1af82
Fixing Unix build bustage...
1999-09-17 20:56:28 +00:00
nisheeth%netscape.com
09a2031926
Adding a new interface, nsITimeRecorder, used for adding timing hooks to raptor. The interface exposes methods to start/stop/reset timers and print elapsed time.
1999-09-17 20:30:23 +00:00
briano%netscape.com
4911989006
Some platforms don't have 'bool' or 'true', so use PRBool and PR_TRUE instead.
1999-09-16 22:58:02 +00:00
nisheeth%netscape.com
daa310d2dd
- Export stopwatch.h in windows regardless of whether MOZ_PERF is set.
...
- Move over macros for using the stopwatch class into stopwatch.h so that they can be shared by all the users of the stopwatch.
1999-09-15 00:27:56 +00:00
nisheeth%netscape.com
3e57c61ca9
Export stopwatch.h out to dist.
1999-09-15 00:16:03 +00:00
nisheeth%netscape.com
d209f0dba3
Added methods to save/restore the state of the stopwatch.
1999-09-14 14:32:42 +00:00
briano%netscape.com
70f4c0b6b8
General cleanup.
1999-09-14 02:51:42 +00:00
nisheeth%netscape.com
1416705a18
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
1a74604c52
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
df37c0fb33
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 01:24:51 +00:00
ramiro%netscape.com
8644dc2074
Cleanup linking of libimg.
1999-08-25 13:37:11 +00:00
nisheeth%netscape.com
0b3642c38e
makefile.win got checked in accidentally. I'm not ready to export stopwatch.h yet, so, I'm backing my changes out.
1999-08-05 05:13:54 +00:00
nisheeth%netscape.com
56539d92cc
Checking in initial version of stopwatch class. Not being built yet.
1999-08-05 05:07:58 +00:00
briano%netscape.com
ea37bbc00a
Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org.
1999-07-29 01:18:12 +00:00
ramiro%netscape.com
86fad9ffe1
Part I of Alexander Larsson's (alex@signum.se) patch to reduce symbol bloat.
...
All these changes are safely ifdefed out for the time being.
There are also a few implementation
DEFINES cleanups.
1999-07-02 14:59:36 +00:00
pinkerton%netscape.com
3a6a48bf99
Move all apple libs into MacOS target of interfaces.mcp. Only "apple" lib in each project should now be InterfacesStubs (with some minor exceptions). permission to checkin granted by cyeh.
1999-04-10 00:15:14 +00:00
briano%netscape.com
0d895e7a58
Switched back to building both shared and static libs by default.
1999-03-23 04:26:03 +00:00
ramiro%netscape.com
846235af9b
Make it possible to prefix mozilla dlls that conflict with system dlls.
1999-03-12 12:43:04 +00:00
sfraser%netscape.com
d847eb7428
Mac project changes -- link with MSLDropInRuntime, instead of MSLShLibRuntime, and fix link order.
1999-02-26 00:54:57 +00:00
brade%netscape.com
cf05bac45e
remove paths for mozilla/modules/xlate since it isn't needed nor available from the current CVS module
1998-12-30 19:40:17 +00:00
shaver%netscape.com
009626137f
resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles
1998-12-18 02:55:23 +00:00
donm%netscape.com
892afafcc0
backing out Shaver's changes. -donm
1998-12-16 00:49:36 +00:00
shaver%netscape.com
10c5b7a554
Make apprunner link dynamically.
...
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
ramiro%netscape.com
ee04da5942
Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.
...
This will fix the problem many people are reporting wrt conflicts with
system libraries that have the same names.
1998-12-15 07:37:32 +00:00
beard%netscape.com
48c16d8ad3
First Checked In.
1998-12-13 05:01:04 +00:00