Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2004-12-09 mquinsonuse BEGIN_DECL (ie, useless cleanup); picky documentati...
2004-12-09 mquinsonfix (C) dates; proper xbt_log function
2004-12-09 mquinsonkilkilkil useless and deprecated stuff
2004-12-09 mquinsonFix (C) dates; minor documentation improvements
2004-12-09 mquinsonproper xbt_log_init function
2004-12-09 mquinsonfix a typo correctly [thanks Guillaume]
2004-12-09 mquinsonfix a typo [thanks Guillaume]
2004-12-09 alegrandMore explicit names
2004-12-09 alegrandAdding workstation : a single CPU and a network card...
2004-12-09 alegrandAdd missing dependency.
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
2004-12-08 alegrandI'm not supposed to comment this module yet but it...
2004-12-08 alegrandDestruction of a relic of the revolution gras->xbt
2004-12-08 alegrandRenaming tbx to xbt and adding some of my functions.
2004-12-07 alegrandI will translate one day. However those informations...
2004-12-07 alegrandTaking latencies into account to bound the effective...
2004-12-07 alegrandAdd lmm_get_var_from_cnst
2004-12-07 alegrandMartin wrote :
2004-12-07 alegrandTaking latencies into account (but not for the bandwidt...
2004-12-07 alegrandRemove useless comments.
2004-12-07 alegrand> CRITICAL1 fait des logs, c'est tout. C'est normal...
2004-12-07 mquinsonSave some space ;)
2004-12-07 alegrandOooups !
2004-12-07 alegrandInitializing logs once and only once.
2004-12-07 alegrandNetwork module is working. Does not take latencies...
2004-12-07 alegrandmove resource_used to the private part
2004-12-07 alegrandUsing logs
2004-12-07 alegrandmove resource_used to the private part + a few renaming
2004-12-07 alegrandAdd some convenient functions
2004-12-07 alegrandIf a system has not been modified between two successiv...
2004-12-07 alegrandmove xbt_heap_float_t
2004-12-07 alegrandcompile the network module
2004-12-07 alegrandmove xbt_maxmin_float_t and xbt_heap_float_t here
2004-12-02 alegrandCosmetics
2004-12-02 alegrandSee the diff. Sorry for the noise.
2004-12-02 alegrandStarting the network module.
2004-12-02 alegrandTaking in account the fact that some resource may have...
2004-12-02 alegrandPublishing some internal parsing function.
2004-12-02 alegrandUsing the Surf parser.
2004-12-02 alegrandSurf Parser
2004-11-30 alegrandKILKILKIL
2004-11-30 alegrandMy bad. Sorry about that.
2004-11-30 alegrandRemoved a bunch of unused variables. Mostly some xbt_er...
2004-11-30 alegrandiso-c does not like , at the end of an enum.
2004-11-30 mquinsonme finds malloc within macro, me killkill it
2004-11-30 mquinsonTest du script de commit log qui déchire
2004-11-30 mquinsoncommit de l'état courant de mes réflexions sur le wire...
2004-11-29 alegrandRha!
2004-11-29 alegrandI can't believe this file was not committed !
2004-11-29 alegrandFailures now taken into account. Need to write clean...
2004-11-29 alegrandOK, now clean structures are used for my objects. Forge...
2004-11-24 alegrandA commit before a design modification. I'm gonna try...
2004-11-23 alegrandrename xbt_swag_extract to xbt_swag_remove and add...
2004-11-20 alegrandCPU can be created and used even though failures are...
2004-11-20 alegrandBug fix and add a fonction indicating whether a constra...
2004-11-20 alegrandBug fix and add a xbt_swag_foreach_safe where you can...
2004-11-16 alegrandGasp ! A bug in the extract function ! Shame on me !
2004-11-16 alegrandRenamed host to cpu. That was really confusing.
2004-11-16 alegrandFirst attempt on SURF design. I'd like a 5'10" short...
2004-11-16 alegrand#include "xbt/error.h" /* needed for xbt_die */
2004-11-16 mquinsonPort to ARM
2004-11-16 mquinsonPort to ARM
2004-11-15 alegrand2004-11-15 Arnaud Legrand
2004-11-15 alegrandCosmetics
2004-11-15 alegrandAdd the trace library and fixed a few source of potenti...
2004-11-15 mquinsonDo not use uninitialized vars (last commit was brain...
2004-11-15 mquinsonDie on error when determining minimal type boundary
2004-11-15 mquinsonDo declare variables at the begining of the block,...
2004-11-15 mquinsondistribute gras/core.h
2004-11-15 mquinsonHardcode GRAS_MAX_CHANNEL since it got killed somehow...
2004-11-15 mquinsonFix make distcheck
2004-11-15 mquinsonSome more cleanup
2004-11-15 mquinsonApply the renamings s/gras/xbt/i of last week
2004-11-15 mquinsonMake it compile in mainaiter (paranoid) mode
2004-11-15 mquinsonsome cleanup
2004-11-15 mquinsonautomatic update, I guess
2004-11-15 mquinsondo not configure the bandwidth example since it's broke...
2004-11-15 mquinsondistribute amok's headers
2004-11-12 alegrandComment some debugging stuff.
2004-11-11 alegrandCosmetics.
2004-11-11 alegrandMax-min solver written ! :) Seems to be working fine !
2004-11-11 alegrandNo need to insert an element twice in a set. It causes...
2004-11-11 alegrandCorrection of a badly-written macro
2004-11-05 alegrandEfficient linear max-minimization library : first version.
2004-11-05 alegrandIllustrates the use of xbt_swag_offset
2004-11-05 alegrandExtract returns the object to remove if present in...
2004-11-05 alegrandAdd the swag module to these Makefiles
2004-11-05 alegrandSwag : another name for O(1) set
2004-11-05 alegrandMissing #include.
2004-11-05 alegrandAdd the possibility to remove an item in the middle...
2004-11-05 alegrandmaintainers need warnings
2004-11-04 alegrandForgot to commit the changes for surf.
2004-11-04 alegrandTypes and function prototypes for the max_min linear...
2004-11-04 alegrandAdded a dichotomy to the dictionnaries. make check...
2004-11-03 alegrandUsing xbt_new0 instead of callox in fifo and heap
2004-11-03 alegrandUpdate or removal of needless comments.
2004-11-03 alegrandNow the testsuite compile.
2004-11-03 alegrandRenamed any gras stuff that was in xbt and should there...
2004-11-02 alegrandforgot to rename an include in this one.
2004-11-02 mquinsonProposition of protocol reorganisation to handle RPC...
next