Next | Query returned 43 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2009-07-11 00:22:39 by David Brownlee | Files touched by this commit (1)
Log message:
PYTHON_VERSIONS_ACCEPTED += 26
   2009-07-08 15:56:01 by Joerg Sonnenberger | Files touched by this commit (15)
Log message:
Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Python
sources in a directory (tree) in pversion.mk. Adjust the various places
that called it locally.
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
   2009-03-16 23:22:07 by Jared D. McNeill | Files touched by this commit (6) | Package updated
Log message:
Update at-spi and py-at-spi to 1.26.0.

What"s new in at-spi-1.26.0:

* Translation update: ml, gl, ta, as, hi, bn_IN, te.

What's new in at-spi-1.25.92:

* Bugfixes: #570752, #570754, #572188.

What's new in at-spi-1.25.5:

* Bugfixes: #566999, #566998, #567706.

What's new in at-spi-1.25.4:

* Bugfixes: #563806, #563943, #564880.

What's new in at-spi-1.25.2:

* Bugfixes: #540183, #560563, #553306, #561408, #446574, #532907, #554953.
* Translation update.

What's new in at-spi-1.25.1:

* Bugfixes: #552469, #547943, #525519, #527585.
   2009-01-16 12:46:02 by Thomas Klausner | Files touched by this commit (6)
Log message:
Update to 1.24.1:

What's new in at-spi-1.24.1:

* Bugfixes: #563943.
   2008-12-11 10:09:18 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.24.0:

What's new in at-spi-1.24.0:

* Bugfixes: #535827.
* Translation update.

What's new in at-spi-1.23.92:

* Bugfixes: #551334.

What's new in at-spi-1.23.91:

* Bugfixes: #548559, #350552, #547875.
* Translation update from Seán de Búrca, Hendrik Richter, Goran Rakic,
  Runa Bhattacharjee, Djihed Afifi.

What's new in at-spi-1.23.6:

* Bugfixes: #436579, #545849.

What's new in at-spi-1.23.5:

* Bugfixes: #541119, #435833, #524806, #542217.

What's new in at-spi-1.23.3:

* Bugfixes: #532887, #498668, #431053, #451553, #520490, #521667, #522356.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170)
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.

Next | Query returned 43 messages, browsing 31 to 40 | Previous