Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
damn ANSI C
[simgrid.git] / src /
2008-06-05 mquinsondamn ANSI C
2008-06-04 mquinsonOps, sorry windows. I'll stick to ANSI
2008-06-04 mquinsonkill dead code
2008-06-04 mquinsonplug a memleak on thread cancelation (gras listener...
2008-06-04 mquinsonSolve the empty_main bug: simply yield main gras thread...
2008-06-04 mquinsonSome more debug output to understand the gras/empty_mai...
2008-06-04 mquinsonMake sure all the source files have an reference of...
2008-06-03 mquinsonInform valgrind about ucontextes [Sékou Diakite]
2008-05-27 mquinsondos2unix + indent
2008-05-21 mquinsonDisplay any possible format sequence when the user...
2008-05-21 cheriermRefactoring of code and documentation.
2008-05-21 cheriermAdd a class of exception for file not found and Msg...
2008-05-21 mquinsonkill all free_string functions declared locally to...
2008-05-21 alegrandSpeed up update_action_state AND generic_maxmin_share...
2008-05-21 alegrandWell the output of printf("%p",NULL) might depend on...
2008-05-21 alegrandDo not print pointers (%p) when using INFO. This kind...
2008-05-21 alegrandThis is the right condition that prevents deadlocks! :)
2008-05-21 alegrandHandle failed tasks in update_resource_state function...
2008-05-21 mquinsondo not try to malloc 0-sized arrays
2008-05-20 mquinsonMmm. Time to bed
2008-05-20 mquinsonSecond try to let the darwin linker find the environmen...
2008-05-20 mquinsonOps, I was saving the data for further use, but I inver...
2008-05-20 mquinsonSome extra love is needed to use the environ variable...
2008-05-20 mquinsonDo append the right buffer to the message when we switc...
2008-05-20 mquinsoncosmetics
2008-05-20 mquinsonImplement properties on hosts and processes in RL ...
2008-05-20 mquinsonplug a memleak
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...
next