ffc team mailing list archive
-
ffc team
-
Mailing list archive
-
Message #02039
[HG FFC] Updates for new UFL log.py:
One or more new changesets pushed to the primary ffc repository.
A short summary of the last three changesets is included below.
changeset: 1293:7f88d835391ede33b09c0e96dd782b06a61ce9ef
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Tue Jan 13 22:57:39 2009 +0100
files: ffc/common/log.py
description:
Updates for new UFL log.py:
ffc_logger = Logger("FFC")
for foo in log_functions:
exec("%s = lambda *message : ffc_logger.%s(*message)" % (foo, foo))
changeset: 1292:b80bb2cc2be9cf8c6082554e010bb6eea8f974b1
user: "Johan Hake <hake@xxxxxxxxx>"
date: Tue Jan 13 11:59:15 2009 +0100
files: ffc/common/constants.py ffc/compiler/format/dolfinformat.py ffc/compiler/format/dolfintemplates.py ffc/compiler/format/ufcformat.py ffc/jit/jit.py
description:
Added shared_ptr support for jit compiled module.
- Changed the shared_ptr from tr1 to boost in dolfin_format
changeset: 1291:fa30ffef20bdfb45820323efc08cd96992dbcc9c
user: Anders Logg <logg@xxxxxxxxx>
date: Mon Jan 12 23:45:15 2009 +0100
files: ffc/common/log.py ffc/compiler/uflcompiler.py scripts/ffc
description:
Add new extremely small log module (reusing UFL) and use in new compiler:
from ufl.log import *
set_logger("FFC")
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/ffc