- Separate work in a main program and two libraries. This is experimental, and

ideally it should be a target to work towards decoupling
- Still more experimental, added support for visibility exports from DSOs. Need
testing from someone with GCC 4.0


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@206 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-26 18:31:23 +00:00
parent 1515b2065f
commit 26f88aa4cf
11 changed files with 368 additions and 17 deletions

View file

@ -1,3 +1,30 @@
2006-01-24 21:48 tchernobog
* trunk/doc/sgpem2dman.texi: - Added notes on glib::string,
glib::RefPtr<> e the c++ stdlib
2006-01-24 17:39 elvez
* trunk/doc/sgpem2dman.texi: Modified sgpem2dman.texi: -Adjusted
some code snippets whose style was inconsistent -Added an item for
operator overloading
2006-01-21 15:02 tchernobog
* trunk/configure.ac, trunk/src/Makefile.am,
trunk/src/builtin-policies,
trunk/src/builtin-policies/Makefile.am: - Added separate directory
for keeping builtin policies
2006-01-17 11:44 tchernobog
* trunk/configure.ac: - Change order when checking for glib / gtkmm
2006-01-17 10:23 tchernobog
* trunk/ChangeLog, trunk/configure.ac, trunk/m4/ac_pkg_swig.m4: -
Added fatal errors when swig isn't found - Downgraded gettext reqs
2006-01-15 19:40 tchernobog
* trunk/ChangeLog, trunk/Makefile.am, trunk/configure.ac,