Log of /cvsgraph/Makefile.in
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.9 -
(
view)
(
annotate)
-
[select for diffs]
Thu Jul 15 09:42:58 2004 UTC
(13 years, 9 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_1,
REL_1_5_0,
REL_1_5_1,
REL_1_5_2,
REL_1_6_0,
REL_1_6_1,
REL_1_6_2,
source_head_20080521
Branch point for:
automake-dev1,
svn-integration
Changes since
1.8: +1 -1 lines
Diff to
previous 1.8
,
to
selected 1.3
Fix the sizeof(void *) vs sizeof(int) problem. Now look for int, long and long long in configure.
Revision
1.8 -
(
view)
(
annotate)
-
[select for diffs]
Fri Mar 14 01:38:38 2003 UTC
(15 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_4_0
Changes since
1.7: +2 -0 lines
Diff to
previous 1.7
,
to
selected 1.3
- Fixed a bug in the initial placing of left to right displaying.
- Half-fixed a bug in the kerning code, where a loop-safeguard was triggered
way too soon (at 100 iterations). This has now been changed to 10000, but
should be dependent on the number of drawable branches, as the function is
_at least_ order O(N^2). However, more analysis is required to ensure
safe guarding under all circumstances.
- Implemented folding of empty branches. Many uses of CVS create many
branches on the same revision but have no commits on them. This occurs
often with stable files like .cvsignore files and the like. A new
configuration option branch_fold enables imaging consequtive brances
with no commits in the same branch-box. This reduces images by a huge
factor (28000x1700 -> 2100x2300, i.e. a factor of 10). It also speeds up
drawing considerably. The branch_fold option is *on* by default.
- Fix duplicate branch-boxes (branch_dupbox=true). No duplicates should be
created if there are no commits on a specific branch. There is no reason
for having two boxes on top of each other.
Revision
1.6 -
(
view)
(
annotate)
-
[select for diffs]
Tue Jan 1 21:03:23 2002 UTC
(16 years, 3 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_2_0
Changes since
1.5: +6 -13 lines
Diff to
previous 1.5
,
to
selected 1.3
Major code update to enable some more features. The new formatting scheme is
not yet 100%. This should be close to version 1.2.0.
Revision
1.5 -
(
view)
(
annotate)
-
[select for diffs]
Thu Mar 22 21:42:48 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_2,
REL_1_1_3
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
,
to
selected 1.3
- Dead tags (i.e. a tag without a valid revision or branch) does no
longer print a message in quiet mode.
- Added expansions for cvsroot and cvsmodule without trailing '/'
- Remove core-files in a 'make clean'.
- Fixed default config file to use entities < and >.
Revision
1.4 -
(
view)
(
annotate)
-
[select for diffs]
Mon Mar 12 15:57:58 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
Changes since
1.3: +2 -2 lines
Diff to
previous 1.3
Fixed the configuration on IRIX. This was actually a bug in the --with-xx
definitions and that messed up about everything. Now CvsGraph runs on IRIX
with the GNU buildchain installed.
Revision
1.3 -
(
view)
(
annotate)
-
[selected]
Sun Mar 4 01:38:23 2001 UTC
(17 years, 1 month ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_1_0,
REL_1_1_1
Changes since
1.2: +16 -5 lines
Diff to
previous 1.2
Major update of the code.
- Complete new method of getting the revision structure by directly
reading the rcs/cvs file. This should also speed things a bit
because no external program needs to be called anymore.
This also means that "remote-graphs" are no longer a possible
extension of the program. But, who cares.
- Implemented branch-kerning to save place. The images are now
much smaller in width, dependent on the settings of the exterior
margins.
- Fixed disjoint braches by reading the structure direct from the
rcs/cvs file. The revision/branch structure is no longer determined
from the revision numbers, but solely from the rcs/cvs file structure.
- Fixed display of branches with no revisions attached to them. These
only have a tag describing the new branch.
Revision
1.2 -
(
view)
(
annotate)
-
[select for diffs]
Sat Feb 24 00:35:13 2001 UTC
(17 years, 2 months ago)
by
bertho
Branch:
MAIN
CVS Tags:
REL_1_0_1
Changes since
1.1: +6 -2 lines
Diff to
previous 1.1
,
to
selected 1.3
Fixed the soring of revisions permanently. All sections of the revision
numbers are important.
Implemented better control over libgd with autoconf and added support
for generation of png and jpeg from the configuration file (thanks to
Kurt L. Sussman for a patch, although I modified it a bit).
Revision
1.1 -
(
view)
(
annotate)
-
[select for diffs]
Fri Feb 23 00:11:30 2001 UTC
(17 years, 2 months ago)
by
bertho
Branch:
MAIN
Diff
to
selected 1.3
Start to use autoconf. This makes detecting old/new libgd easier.
Also a bit more portable.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.