| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Fix packaging
PR: ports/70597
Submitted by: Ronald Klop (maintainer)
|
|
|
|
|
| |
PR: 66965
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
|
| |
it needs).
. Use libtool 1.5 rather than 1.3
PR: 66965
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
| |
. Don't use jikes with this port (it breaks the build).
PR: 68174 [1]
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added an object allocation level, meaning that after a reset only objects
allocated at that level are shown in allocation and string lists.
* Show owners is now possible to do on a given string and a given object
instance.
* Heap dump no longer loses allocation point if object tracing is on when
the heap dump is done.
PR: ports/64633
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
| |
PR: 63899
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|
|
|
|
|
| |
PR: 62712
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added menu separators in some menus. Added a
string dumper that makes it easy to inspect all strings in
memory, it also has the ability to dump all strings to a file.
Fixed a bug in down link handling that caused instance numbers
to increase for arrays (thanks to matze who tried to use the
string inspector and did send back traces from crashes).
PR: ports/62365
Submitted by: maintainer
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
|
|
|
|
|
| |
PR: 62076
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 61208
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
| |
PR: 60100
Submitted by: ronald@cs.vu.nl (maintainer)
|
|
|
|
|
| |
PR: 57581
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
| |
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR: 57000
|
|
|
|
|
|
|
|
|
| |
. Allow compilation when one of the gcc ports with gcj is installed by
explicitly specifying the JDK include path comes before
${LOCALBASE}/include.
PR: 56379
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1]
|
|
|
|
|
| |
PR: 55585
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
| |
PR: 54337, 54364
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
|
|
|
| |
PR: 53778
Submitted by: maintainer
|
|
|
|
|
| |
PR: 53703
Submitted by: maintainer
|
|
|
|
|
| |
PR: 52628
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
|
|
JMP is a profiler for java that can be used to trace objects usage and
method timings. JMP uses the JVMPI interface to gather statistics and
interact with the JVM. JMP uses a GTK+ interface to show the status.
PR: 47151, 48474, 50325
Submitted by: Ronald Klop <ronald@cs.vu.nl>
|