Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use homogeneous dictionaries whenever possible.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 28 Nov 2011 14:43:51 +0000 (15:43 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 1 Dec 2011 10:32:49 +0000 (11:32 +0100)
commit06bae8eb4bc956a5ee70ec1d3cdbc5e7e782536f
treeae16896ab0b37bde3823413815c92bc24b2227e5
parent75363cd3a0df2af085f7cb3c63f7828f05e8dd58
Use homogeneous dictionaries whenever possible.

The only remaining users of heterogeneous dicts are sets and multidicts.
48 files changed:
examples/gras/properties/properties.c
examples/gras/replay/replay.c
examples/msg/properties/msg_prop.c
examples/simdag/properties/sd_prop.c
src/amok/PeerManagement/peermanagement.c
src/bindings/lua/lua_console.c
src/bindings/lua/simgrid_lua.c
src/gras/DataDesc/cbps.c
src/gras/DataDesc/datadesc.c
src/gras/DataDesc/ddt_exchange.c
src/gras/DataDesc/ddt_parse.c
src/gras/Transport/transport.c
src/gras/Virtu/rl_process.c
src/gras/Virtu/sg_emul.c
src/instr/instr_config.c
src/instr/instr_interface.c
src/instr/instr_paje.c
src/instr/instr_resource_utilization.c
src/instr/instr_routing.c
src/instr/instr_smpi.c
src/instr/jedule/jedule_events.c
src/instr/jedule/jedule_platform.c
src/msg/msg_actions.c
src/simdag/sd_daxloader.c
src/simdag/sd_dotloader.c
src/simix/smx_global.c
src/simix/smx_host.c
src/simix/smx_network.c
src/smpi/smpi_bench.c
src/smpi/smpi_f77.c
src/surf/network.c
src/surf/ns3/ns3_simulator.cc
src/surf/surf_routing.c
src/surf/surf_routing_cluster.c
src/surf/surf_routing_dijkstra.c
src/surf/surf_routing_generic.c
src/surf/surf_routing_none.c
src/surf/surf_routing_rulebased.c
src/surf/surfxml_parse.c
src/surf/surfxml_parseplatf.c
src/surf/trace_mgr.c
src/surf/workstation_ptask_L07.c
src/xbt/config.c
src/xbt/graph.c
src/xbt/xbt_strbuff.c
tools/gras/stub_generator.c
tools/tesh/run_context.c
tools/tesh/tesh.c