sfraser%netscape.com
|
a8e949c977
|
Include <string.h>, not "string.h". Also added include guards, which should be a big win on commonly included files like this one.
|
1999-05-14 03:07:23 +00:00 |
|
scc%netscape.com
|
04d849f0ec
|
Fixup CallQueryInterface
|
1999-05-12 04:50:08 +00:00 |
|
akkana%netscape.com
|
a9fb77217e
|
New build option enable-crash-on-assert for those who really want the old behavior
|
1999-05-11 22:22:24 +00:00 |
|
scc%netscape.com
|
e5b9f0e804
|
temporarily commented out CallQueryInterface for UNIX, added NS_EXPORT for Windows
|
1999-05-10 21:43:29 +00:00 |
|
scc%netscape.com
|
d673031bca
|
conditionally factored destructor
|
1999-05-10 20:48:43 +00:00 |
|
mcafee%netscape.com
|
492b4cef0f
|
Renaming nsQuickSort to NS_QuickSort so it doesn't look like a class name. r=brendan@netscape.com
|
1999-05-10 06:47:04 +00:00 |
|
akkana%netscape.com
|
e53c5f1bd3
|
Make NS_ASSERTION and DebugBreak not crash on Unix
|
1999-05-07 19:20:12 +00:00 |
|
jband%netscape.com
|
ff6dae2ffa
|
checking in generated versions of these xpcom headers. soon we will be generating these at compile time. Sources for these files are in xpcom/idl. They are regenerated from those files using xpidl -m header filename.idl
|
1999-05-07 01:45:20 +00:00 |
|
scc%netscape.com
|
51bf7982c7
|
sense of HAVE_CPP_BOOL was backwards, fixed it (thanks, Jim Dunn)
|
1999-05-05 23:36:38 +00:00 |
|
scc%netscape.com
|
92430ecb22
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Wow! Re-enabled initialization/assignment from raw COM interface pointers, only this time it means the same as |dont_QueryInterface|. Which is what people want and expect. Re-enabled comparisons between |nsCOMPtr|s and raw COM interface pointers; and it means what people expect: are these two 4-byte values equal/not-equal. Added a function for comparing two pointers (either can be raw or nsCOMPtr) called |SameCOMIdentity|, which provides the other kind of comparison.
No current functionality has changed. Everything you're doing now is still legal and valid. These changes only bring some additional options.
-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.0.2
Comment: get my key at <http://www.meer.net/ScottCollins/#key>
iQA/AwUBNzAeufGmojMuVn+fEQInWgCfUVK/7xfd/pdhAmyIe4HhynKsuucAn20t
MRtmNY4e2MAdwClvhR65a5Yv
=elb3
-----END PGP SIGNATURE-----
|
1999-05-05 10:37:05 +00:00 |
|
alecf%netscape.com
|
d8e19cb305
|
fix virtual constructor problem
|
1999-05-04 20:50:24 +00:00 |
|
scc%netscape.com
|
470c0f17ac
|
change |CallQueryInterface| to handle situations where |nsISupports| is ambiguous.
|
1999-05-04 12:40:52 +00:00 |
|
scc%netscape.com
|
d9a7d33e9a
|
somebody is including this file inside an |extern "C"| declaration. That's bad. I can't find the culprit, but I can mark the important function |extern "C++"| to allow windows to compile.
|
1999-05-04 10:23:56 +00:00 |
|
scc%netscape.com
|
09dac5f140
|
oops
|
1999-05-04 09:51:04 +00:00 |
|
scc%netscape.com
|
6bab6751e6
|
Added |CallQueryInterface|, a type-safe interface to |QueryInterface|
|
1999-05-04 09:44:27 +00:00 |
|
scc%netscape.com
|
d686c1191e
|
added |null_nsCOMPtr()|, |CallQueryInterface()|, fixed comments; added |const| in several appropriate places
|
1999-05-04 09:37:35 +00:00 |
|
alecf%netscape.com
|
983d151830
|
don't break if we're included in a C file
|
1999-04-15 03:13:20 +00:00 |
|
beard%netscape.com
|
e91206a937
|
sorry, size_t != unsigned int, made declarations consistent to fix later link errors.
|
1999-04-14 04:19:42 +00:00 |
|
tague%netscape.com
|
b7780e7118
|
Rolled out change
|
1999-04-13 23:25:38 +00:00 |
|
tague%netscape.com
|
7723a871e2
|
Fixed windows build booboo. Added extern C to the defintion of nsQuickSort
|
1999-04-13 23:03:40 +00:00 |
|
alecf%netscape.com
|
d204424b35
|
export this symbol correctly
|
1999-04-13 22:16:52 +00:00 |
|
alecf%netscape.com
|
3f2caacd18
|
make sure nsQuickSort is extern "C"
|
1999-04-13 20:36:57 +00:00 |
|
alecf%netscape.com
|
c9d3ccdde2
|
fix mac bustage
|
1999-04-13 20:34:38 +00:00 |
|
jdunn%netscape.com
|
57e6713c2c
|
fix compiler warning/errors with conversion from a void* to a char*
|
1999-04-13 20:27:17 +00:00 |
|
alecf%netscape.com
|
d5be09930b
|
add quicksort implementation to base
(Thanks to Regents of CA and the RDF team)
|
1999-04-13 19:03:45 +00:00 |
|
scc%netscape.com
|
a3aecb2482
|
inlining the work of |StartAssigment| reduces |nsCOMPtr| overhead on windows.
|
1999-03-23 20:35:49 +00:00 |
|
warren%netscape.com
|
e2ae834619
|
Added missing flush.
|
1999-03-19 05:42:20 +00:00 |
|
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
|
alecf%netscape.com
|
a1357cc961
|
patches from cmanske@netscape.com - use NS_IMETHODIMP* macros instead of declaring nsrefcnt/etc directly
|
1999-03-08 21:34:16 +00:00 |
|
beard%netscape.com
|
d5f75e7080
|
Added NS_DEFINE_STATIC_CID_ACCESSOR.
|
1999-03-07 23:56:59 +00:00 |
|
alecf%netscape.com
|
8eb785a0db
|
split up nsISupports macros into seperate files
|
1999-03-05 22:39:03 +00:00 |
|
scc%netscape.com
|
2ec0a397ea
|
rename |IID()| --> |GetIID()|
|
1999-03-03 19:48:57 +00:00 |
|
beard%netscape.com
|
19dc7e5b59
|
moved NS_CALLBACK to nsCom.h.
|
1999-03-03 04:09:33 +00:00 |
|
alecf%netscape.com
|
19c3844fa8
|
start splitting nsISupports.h into multiple header files (blank right now until we get them into the Mac build)
|
1999-03-03 00:31:50 +00:00 |
|
scc%netscape.com
|
1cd756d76b
|
backed out depency on nscore.h
|
1999-03-02 23:52:38 +00:00 |
|
scc%netscape.com
|
eee168d553
|
now rely on "nscore.h" for NS_REINTERPRET_CAST instead of defining my own. now relying on autoconf system for all unixes. Some tests may need to be fixed.
|
1999-03-02 23:08:54 +00:00 |
|
mcafee%netscape.com
|
f3ffb9a767
|
Adding comparisons to autoconf results.
|
1999-03-01 10:13:18 +00:00 |
|
ramiro%netscape.com
|
1bf8790f66
|
AIX portability fixes. (Waqar Malik <waqar@netscape.com>)
|
1999-03-01 06:29:14 +00:00 |
|
beard%netscape.com
|
f8887c33ae
|
SetDestructor
|
1999-02-28 19:04:47 +00:00 |
|
scc%netscape.com
|
67bb023757
|
for VC++5.0, no member using declarations (to prevent internal compiler error); to make this compile fixed type of AddRef and Release in nsDerivedSafe
|
1999-02-26 23:43:40 +00:00 |
|
scc%netscape.com
|
fb59a99841
|
deprecated |dont_AddRef|, added a new form of |getter_AddRefs| to take its place. Removed all nothing of bool from the headers (should help gcc)
|
1999-02-26 19:50:46 +00:00 |
|
alecf%netscape.com
|
6b6c41ebc8
|
fix AIX bustage
|
1999-02-26 18:58:08 +00:00 |
|
alecf%netscape.com
|
52ff34ffd9
|
fix HPUX/AIX/OSF bustage - most unices need stdlib.h to get abort()
|
1999-02-26 17:41:47 +00:00 |
|
beard%netscape.com
|
98702cb2df
|
Fixing callback typedef, using new NS_CALLBACK macro which will be moved to nsCom.h when it proves itself.
|
1999-02-26 04:30:17 +00:00 |
|
beard%netscape.com
|
7177b7546d
|
now implements nsIGenericFactory.
|
1999-02-26 04:08:26 +00:00 |
|
beard%netscape.com
|
2f1f98057b
|
First Checked In.
|
1999-02-26 04:05:14 +00:00 |
|
mcafee%netscape.com
|
721a91f348
|
Switching unix to use PR_Abort().
|
1999-02-26 03:52:37 +00:00 |
|
alecf%netscape.com
|
37478ef172
|
include stdlib for HPUX
|
1999-02-25 17:48:25 +00:00 |
|
alecf%netscape.com
|
e5d1ad1d90
|
fix HPUX bustage - HP's compiler can't do "using" or static casts
|
1999-02-25 17:47:54 +00:00 |
|
beard%netscape.com
|
289f70aaba
|
First Checked In.
|
1999-02-25 04:41:02 +00:00 |
|