Commit graph

16 commits

Author SHA1 Message Date
wiz
8f174cbe43 Set LICENSE. 2010-07-14 08:20:14 +00:00
kefren
6296a4661c Update to 0.5
The 0.5 release of Mono.Addins comes packed with new features, including:

 * User defined custom attributes can now be used to declare extensions
   and add-in metadata.
 * The new AddinEngine class allows hosting several independent add-in
   engines in a single application domain.
 * Improved lazy loading of add-ins. More information is now lazy loaded.
 * An XML manifest can now be split in several files embedded as resources
   in an assembly.
 * More add-in information can be declared using custom attributes instead
   of an XML manifest: author list, imported files and assemblies, optional
   modules, localizers.
 * Added new API based on generic methods and collections.
 * New MSBuild tasks file and target, which allows using add-in references
   directly in a build file (still experimental).
 * Reorganized the samples directory.
 * Many bug fixes.
2010-06-11 12:41:35 +00:00
obache
3b11655430 recursive bump for icu shlib version change except already done. 2009-08-12 02:31:18 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zafer
dd38740b52 update master site. 2009-05-28 21:13:45 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
joerg
2d1ba244e9 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 19:23:50 +00:00
kefren
af4325891d MAKE_JOBS_SAFE=no
should address PR/40731
2009-02-24 19:09:14 +00:00
wiz
937670d8df Update to 0.4:
The 0.4 release includes several improvements and bug fixes:

      * Added support for specifying paths to exclude from the add-in
        scan in .addins files [1] and in add-in manifests [2].
      * There are several new flags [3] which can be applied to
        add-ins:
              * Can't uninstall: the add-in can't be uninstalled.
              * Can't disable: the add-in can't be disabled.
              * Hidden: the add-in won't be visible in the setup tools.
      * Fixes in the add-in scanner.
              * The new (and optional) Mono.Addins.CecilReflector
                assembly provides a Cecil-based backend for the add-in
                scanner. This scanner is more reliable than the
                reflection based scanner.
              * When updating the registry, the add-in scanner will only
                update add-ins belonging to the running application
                (ignoring directories from other instances of the same
                or different applications sharing the same registry).
      * Fixed issue with path length limitation in Windows.
      * Other bug fixes and API improvements.
2009-01-08 12:17:40 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
a9ea006193 Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISION
of dependencies.
2008-04-27 09:21:27 +00:00
wiz
8dbcc89d5b Update path to gtk-sharp. 2008-03-17 22:54:02 +00:00
wiz
20de5a0f59 Needs pkg-config for configure. 2008-02-24 21:13:45 +00:00
xtraeme
afb6d1bb08 Update to 0.3.1: misc build fixes and bugfixes. 2008-02-19 13:43:19 +00:00
kefren
d430a0fe9f correct wip path 2008-02-13 15:05:02 +00:00
kefren
d91fc04757 Add Mono.Addins, a framework for creating extensible applications, and for
creating libraries which extend those applications
2008-02-13 14:46:50 +00:00