Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge commit '521daa8271ac2778d8b2944be25daae65d3540a1' into test
[simgrid.git] / src / surf / surfxml_parse.c
2011-04-08 NavarropMerge commit '521daa8271ac2778d8b2944be25daae65d3540a1...
2011-04-08 NavarropAdd tag include.
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 navarropSet level COORD_HOST_LEVEL and COORD_ASR_LEVEL if there...
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-28 navarropRevert "Remove lua parse functions from simgrid."
2011-02-28 navarropRemove lua parse functions from simgrid.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-17 agierschUse new style logging macros.
2011-02-15 navarropThis job is done two time.
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 navarropAdd functions for callbacks.
2011-01-13 navarropNow tag config is available.
2010-12-02 alegrandAdd a peer tag to the DTD and make it compatible with...
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-12-01 agierschFree trace_id and trace_file in parse_Etag_trace.
2010-11-30 mquinsonfix the name and path to simgrid_update_xml in error...
2010-11-30 navarropUpdate platform version of required xml.
2010-10-20 navarropThe surf_file_to_parse have to be set to NULL after...
2010-10-11 alegrandIndent include and src using this command:
2010-10-06 navarropClean DTD and add tag config.
2010-10-04 mquinsonmerge
2010-10-01 coldpeacedefine new methods to call surf_routing 'parse' methods...
2010-10-01 mquinsonFix typos [Arnaud Giersch]
2010-09-28 navarropCorrect implementation of start/end tags when bypassing...
2010-09-28 navarropClean code.
2010-09-28 navarropBring back useful functions for the bypass from before...
2010-09-28 navarropAdd cluster tag
2010-09-28 navarropmore clean code
2010-09-28 navarropformat
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropcomment all the lines for route:multi and cluster....
2010-09-28 navarropadd the bypasss route mechanims
2010-09-28 navarroppre version of hierarchical routing, make in a recursiv...
2010-09-28 navarropchanges for solve warrings
2010-09-28 navarropadd the floyd approach
2010-09-28 navarropThe second version of hierarchical routing, In this...
2010-09-27 piniRevert "Compilation broken." This wasn't suppose to...
2010-09-27 piniCompilation broken.
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-26 coldpeacebypass the surf callbacks to parse XML... almost done
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeaceremove the init_host_bypass from here
2010-07-09 coldpeaceadd init_host_bypass to be used (by lua) to init cpu...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-04-25 mquinsonFix copyright headers
2009-11-04 donassbrRemove parameter timestep.
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-14 mquinsonSanitize static functions' names; kill unused ones
2009-10-14 mquinsonSanitize a bit the <foreach> handling (cosmetics, no...
2009-10-06 mquinsonkill cruft that I introduced while merging routing...
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-13 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-01 mquinsonInitialize a variable in any case (kill a warning)
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-07 mquinsonPlug a bunch of memleaks
2009-04-28 mquinsonMore explicit error reporting around the trace connecti...
2008-09-04 mquinsonrandom generator arguments must be double to avoid...
2008-06-24 mquinsonIntroduce a surf_parse_error function to deal with...
2008-06-18 alegrandPlug some memleaks.
2008-06-17 alegrandCleanup: move these frees to the right location.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug some memleaks by a cleaner management of surfxml_b...
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandPlug a memleak.
2008-06-17 alegrandmove set_list initialization to where initializations...
2008-06-16 alegrandFinally kill the memleak in the route parsing (I hope).
2008-06-12 alegrandFactor most callback definitions.
2008-06-10 alegrandClean and reorganize: move some frees to the right...
2008-06-10 alegrandFactorize some code in the parser, hide some functions...
2008-06-10 alegrandPlug a memleak
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-20 mquinsonOps, I was saving the data for further use, but I inver...
2008-04-28 mquinsonUse the whole set, not missing the last element. Patch...
2008-03-15 alegrandAdd seed management to have independant streams.
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-01-07 cheriermAnsi declaration of the variables (at the beginning...
2007-12-20 mquinsonmv surfxml.dtd simgrid.dtd
2007-12-20 mquinsonImprove compilation time by epsilon by sharpening the...
2007-12-14 quasarsolved a bug in route:multi. routes to where not added...
2007-12-11 quasarfixed bug in route:multi generation; appeared after...
2007-12-11 quasareliminating KCCFLN05 model
2007-12-11 quasarmodified cluster to allow changing properties individua...
2007-12-05 cheriermAnsi C declaration of the variables (at the beginning...
2007-12-04 mquinsonthese symbols had multiple definitions 5mn ago, and...
2007-12-04 quasarfixed a bug in add_route in all models + dict uses...
2007-11-30 mquinsonAdapt to lastest dict API update
2007-11-29 quasarmerging branch 5018:5083 into trunk
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-11-09 quasaradding modifications for 1 pass & for adding routes...
next