Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup around the free-like functions used as dealloc callbacks in dynar and dicts...
[simgrid.git] / src /
2008-05-20 mquinsoncleanup around the free-like functions used as dealloc...
2008-05-20 mquinsonGet ride of a supurious compiler warning
2008-05-20 alegrandSpeed up update_action_state for sleep actions with...
2008-05-20 alegrandChange the prototype for update_resource_state.
2008-05-20 alegrandTry to make actions as failed only when needed.
2008-05-20 alegrandIncredible bug fix in function lmm_get_var_from_cnst...
2008-05-20 mquinsonRewrite the timeout computation to reduce numerical...
2008-05-20 mquinsonStupid us (as in Arnaud and me): we should not set...
2008-05-19 mquinsondo not wait for too small durations to avoid numerical...
2008-05-19 mquinsonAlso release the mutex when I didn't got what I wanted
2008-05-16 mquinsonSometimes, the time to wait is soo small that the incre...
2008-05-16 cheriermSome new files of the cxx version of the MSG API
2008-05-16 cheriermCode refactoring
2008-05-16 cheriermnot needed now.
2008-05-16 cheriermAdd comment and exception mechanism to the Host class.
2008-05-16 mquinsondocumentation improvement
2008-05-15 cheriermSome modifications and some files added.
2008-05-15 mquinsonRemove a crude hack where first call to surf_solve...
2008-05-14 mquinsonautogen commit fest (some of them being tests related...
2008-05-14 mquinsonAn implementation of the SHA1 hashing algorithm
2008-05-14 mquinsonMake an error message a bit more explicit about the...
2008-05-14 cheriermstarted of C++ wrappers for Msg
2008-05-14 mquinsondo not declare these functions both private and public...
2008-05-14 mquinsonIf the queue is empty after the timeout, do raise an...
2008-05-08 mquinsondo not use static buffer of log event for headers when...
2008-05-07 mquinsonExport some mailbox related functions
2008-05-07 cheriermcorrect a thoughtlessness (access violation)
2008-04-30 mquinsondo not to uniformize the type naming scheme today
2008-04-30 mquinsoncosmetic
2008-04-30 mquinsonDocumentation fixups: Marc was a bit quick at copy...
2008-04-30 mquinsonDocumentation fixups: do not mess with doxygen by addin...
2008-04-30 mquinsonDocumentation fixups: some arguments got renamed, and...
2008-04-30 mquinsonStupid me. Arguments should be marked with @a in inline...
2008-04-30 mquinsonDocumentation fixup and light reindentation
2008-04-28 mquinsonUse the whole set, not missing the last element. Patch...
2008-04-25 marklsfixed bugs in SMPI_MPI_Comm_split and added back SMPI_M...
2008-04-15 mquinsonDo throw an exception only when the requested factory...
2008-04-15 mquinsonDo not pass a NULL argument to processes
2008-04-15 mquinsonPropagate the change of prototype (use exceptions,...
2008-04-15 mquinsoncosmetics
2008-04-14 mquinsonsearch the factory under its new name
2008-04-14 mquinsonUse exception where appropriate instead of integer...
2008-04-14 mquinsonpropagate the xbt_jcontext_factory_init()->xbt_ctx_java...
2008-04-14 mquinsonThe xbt/xbt_context_factory.h file was merged into...
2008-04-14 mquinsonForgot this one (sorry for the noise, I'm debugging...
2008-04-14 mquinsonContinue propagating the recent file renamings
2008-04-14 mquinsonTry to fixup the context mess
2008-04-10 mquinsonFiles still broken, but at least in the right directory
2008-04-10 mquinsonCommit broken files which were wrongly moved; right...
2008-04-10 mquinsonrename some ucontext files to context_sysv so that...
2008-04-10 mquinsonrewrite a comment
2008-04-02 alegrandBug Fix. This function used to return the last task...
2008-03-17 cheriermrand_r() function is not implemented on Windows
2008-03-15 mquinsonThe dirty commit Arnaud refuses to do
2008-03-15 alegrandUse a random generator that updates its seed so that...
2008-03-15 alegrandHandle action whose latency is 0.
2008-03-15 alegrandUse a random number for latency instead of a constant...
2008-03-15 alegrandGetting rid of rates.
2008-03-15 alegrandGetting rid of lmm_variables and lmm_systems.
2008-03-15 alegrandGetting rid of network_links.
2008-03-15 alegrandGetting rid of the routing table.
2008-03-15 alegrandDon't call lmm_solve and correctly use latency in updat...
2008-03-15 alegrandupdate_actions_state
2008-03-15 alegrandClean the communicate function.
2008-03-15 alegrandStarting to code a "constant" network model.
2008-03-15 alegrandAdd seed management to have independant streams.
2008-03-15 alegrandUse doubles for random generators instead of ints and...
2008-03-15 alegrandMove a definition around so that other network models...
2008-03-15 alegrandThe interaction between the parser and the surf modules...
2008-03-15 alegrandcosmetic
2008-03-15 alegrandCleanup in includes.
2008-03-07 mquinsonFix a god damn race condition: make sure nobody changes...
2008-03-07 mquinsonpublish a symbol used by a test, for the poor souls...
2008-03-07 mquinsoncosmetics
2008-03-07 marklsmoved XBT_LOG_CONNECT calls into smpi_global so that...
2008-03-06 marklsfixed nasty border condition bug.
2008-03-06 mquinsonConnect correctly the log channels manually for windows...
2008-03-06 mquinsonDo connect all log channel manually to parent using...
2008-03-06 mquinsonCosmetics on the way the documentation of the tree...
2008-03-06 mquinsonStupid microsoft compiler not understanding the basic...
2008-03-06 mquinsonStrict ANSI compilers (such as microsoft ones) do not...
2008-03-06 mquinsonautogenerated
2008-03-06 mquinsonRegenerate all flexml-generated files to fix a FTBFS...
2008-03-06 mquinsonregenerate all makefiles.in with the lastest autotools
2008-03-05 alegrandBug Fix: The symptom is hard to describe. Sometimes...
2008-03-05 alegrandBug fix in the trace management: the power value was...
2008-03-05 alegrandcosmetics
2008-02-28 marklsadded simple usage message to smpirun and removed nonwo...
2008-02-03 mquinsonFix the DTD wrt trace:connect. I like it better this...
2008-02-03 mquinsonReintroduce a more robust hack here
2008-02-03 mquinsonRemove a useless and now harmful rapid hack
2008-01-25 alegrandAdd comments on how to hack surf to seamlessly handle...
2008-01-23 mquinsonOops. Forgot a stub
2008-01-23 mquinsonDo not prepare backtraces for display in backtrace_curr...
2008-01-23 mquinsonAnd now, fix the linux layer for backtrace extraction...
2008-01-23 mquinsonRegenerating autogenerated files
2008-01-23 mquinsonDamnit. Cross-compiling adds the pickyness of gcc to...
2008-01-23 mquinsonAllow gcc cross-compiling targetting windows, which...
2008-01-23 mquinsonDamit, leftover of the gcc syntax for inline assembly
2008-01-23 mquinsongive up on cross-compiling backtrace code from gcc...
next