Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 16:38:23 +0000 (16:38 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 7 Aug 2005 16:38:23 +0000 (16:38 +0000)
commit25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935
tree5cb4838fc1fd2cd3db745fbc4d5dc90503ac7f44
parentfecda81dd23de9ca6d019a25e57519a5a63d4d2a
Last bits of convertion from xbt_error_t to exceptions. Some more cleanups (mainly killing dead code encompassed between #if 0/#endif). I now fight to get it running on remote hosts, and I'm ready for SG3 (at least a release candidate)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1611 48e7efb5-ca39-0410-a469-dd3cf9ba447f
50 files changed:
examples/gras/ping/ping.c
include/Makefile.am
include/amok/bandwidth.h
include/amok/base.h
include/gras/datadesc.h
include/gras/modules/bandwidth.h [deleted file]
include/gras/modules/base.h [deleted file]
include/gras/transport.h
include/xbt.h
include/xbt/dict.h
include/xbt/error.h
src/Makefile.am
src/amok/Bandwidth/bandwidth.c
src/amok/Bandwidth/bandwidth_private.h
src/amok/base.c
src/gras/DataDesc/datadesc_interface.h
src/gras/DataDesc/datadesc_private.h
src/gras/DataDesc/ddt_convert.c
src/gras/DataDesc/ddt_exchange.c
src/gras/Msg/msg_interface.h
src/gras/Msg/msg_private.h
src/gras/Transport/transport_plugin_sg.c
src/gras/Transport/transport_private.h
src/gras/Virtu/process.c
src/gras/Virtu/virtu_interface.h
src/msg/deployment.c
src/msg/environment.c
src/msg/global.c
src/msg/gos.c
src/msg/host.c
src/msg/m_process.c
src/msg/msg_config.c
src/msg/task.c
src/surf/maxmin.c
src/surf/surf_parse.c
src/surf/trace_mgr.c
src/xbt/context.c
src/xbt/dict.c
src/xbt/dict_cursor.c
src/xbt/dict_private.h
src/xbt/dynar.c
src/xbt/fifo.c
src/xbt/heap.c
src/xbt/log_default_appender.c
src/xbt/module.c
src/xbt/set.c
src/xbt/swag.c
testsuite/gras/mk_datadesc_structs.pl
testsuite/xbt/dict_crash.c
tools/gras/stub_generator.c