Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a 'unused variable' warning when compiling without GTNets
[simgrid.git] / src / surf / surfxml_parse.c
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...
2007-11-08 mquinsonBetter fix to the comparison between signed and unsigne...
2007-11-06 cheriermUse the XBT_INLINE macro (defined in the portability...
2007-10-31 quasarupdating the dtd and some memory leacks
2007-10-27 mquinsonCheck that the platform file does not define the same...
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonLastest cleanups in surf/ of Marc's jumbo commit
2007-10-26 quasarLet's be brutal since we fail to understand the problem...
2007-10-26 quasarthese symbols where only defined as extern, fooling...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-08-10 alegrandreindent.
2007-05-16 alegrandAdding a <route> tag.
2006-11-14 mquinsona useless comment added
2006-07-31 mquinsonNo need to warn the user 4 times. Instead, explaining...
2006-07-18 mquinsonAnother try at cleaning up the function types
2006-05-30 mquinsonNext version will be 3.1
2006-05-29 alegrandAsk for version 1. Default is version 0.
2006-05-29 alegrandAdding a "version" tag to platform_description. This...
2006-03-21 alegrandEnable surfxml to live with an other xml parser in...
2006-03-20 alegrandmv surf_parse -> surfxml_parse