Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding function to indicate whether an action is suspended or not.
[simgrid.git] / src /
2004-12-17 alegrandAdding function to indicate whether an action is suspen...
2004-12-17 alegrandA few more functions usefull in MSG. They should not...
2004-12-17 alegrandcosmetics : s/sim_data/simdata/g
2004-12-16 alegrandcosmetics : create -> new
2004-12-16 alegrandKeep rewriting MSG
2004-12-16 alegrandMSG is not a module
2004-12-16 alegrandmaking some field names more explicit (e.g. void *...
2004-12-16 alegrandprefixing name functions by xbt_
2004-12-16 mquinsonmove gras_datadesc_type_cmp() out of the way (from...
2004-12-16 mquinsonYou evil namespace polluter
2004-12-16 mquinsonFight symbol redefinition since it breaks on G5 (don...
2004-12-16 mquinsonno generated files in CVS
2004-12-16 mquinsonPort to G5
2004-12-16 mquinsonMy god, the AIX compiler is rather picky
2004-12-16 mquinsoncleanup the mecanism in charge of declaring the library...
2004-12-16 alegrandcontext_t -> xbt_context_t
2004-12-16 mquinsonyeah, yeah, linux. Don't bother. O_BINARY is a nasty...
2004-12-16 mquinsonyou fucking windows. Don't even think about translating...
2004-12-15 mquinsonSome more debug
2004-12-15 mquinsonAdd portable header loading for contexts
2004-12-15 mquinsonAdd the ucontext reimplementation for windows from...
2004-12-15 mquinsonMake the context cruft work on windows; mark the pthrea...
2004-12-14 mquinsonMake it work on win32; use the portable errno on socks...
2004-12-14 alegrandSorry for those stupid assert.
2004-12-14 mquinsonadded a debug msg
2004-12-14 mquinsonMake it work on win32 ; some more debug msgs
2004-12-14 mquinsoninitialize winsock; support multiple calls to init...
2004-12-14 mquinsoncleanup for the upcoming release
2004-12-14 mquinsonMake sure HAVE_WINSOCK_H is defined even if only versio...
2004-12-14 alegrandAdding a context library to xbt.
2004-12-12 mquinsoncosmetic
2004-12-11 alegrandNo more use of abort.
2004-12-11 alegrandNo more xbt_maxmin_float_t not xbt_heap_float_t. I...
2004-12-10 mquinsonignore crufty lex results
2004-12-10 mquinsonadd portable.h (headers to include to program in a...
2004-12-10 mquinsonfix (C) dates
2004-12-10 mquinsonThere is now a proper gras_init function
2004-12-10 mquinsonremove gras from the xbt
2004-12-10 mquinsoncosmetics
2004-12-10 mquinsonCompile pas, c'te merde
2004-12-10 mquinsonmoved higher for the surf
2004-12-10 mquinsonFix (c) dates; make clear this is deprecated code
2004-12-10 mquinsonFix (c) dates
2004-12-10 mquinsonFix (c) dates; Initiate win32 cross-port
2004-12-10 mquinsonInitiate win32 cross-port
2004-12-10 mquinsonfix headers
2004-12-10 mquinsonContain all the system headers we may need. Works on...
2004-12-10 mquinsonFix (c) dates; win32 cross-port
2004-12-10 mquinsonA proper gras_init function
2004-12-10 alegrandA meta-resource : workstation is simply a CPU and a...
2004-12-09 alegrandEach action can now have a maximum duration. That is...
2004-12-09 alegrandHUSH !
2004-12-09 alegrandTss... lead to inconsistencies.
2004-12-09 alegrandBug fix + handling of variables with a weight equal...
2004-12-09 mquinsonFix (C) dates
2004-12-09 mquinsonFix (C) dates; cosmetics on documentation
2004-12-09 mquinsonfix (C) dates; proper xbt_log function
2004-12-09 mquinsonproper xbt_log_init function
2004-12-09 alegrandMore explicit names
2004-12-09 alegrandAdding workstation : a single CPU and a network card...
2004-12-08 alegrandFixed licence and copyright. No more reference to da...
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 alegrandcompile the network module
2004-12-02 alegrandCosmetics
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 alegrandSurf Parser
2004-11-30 alegrandKILKILKIL
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-29 alegrandRha!
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 mquinsonPort to ARM
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...
next