Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added the router as dumb cpus in order to work with GTNETS
[simgrid.git] / src /
2007-07-26 velhoAdded the router as dumb cpus in order to work with...
2007-07-26 marklsminor code cleanups. Realized I wasn't deallocating...
2007-07-25 velhoCorrected error message.
2007-07-25 alegrand* Hiding private functions
2007-07-24 marklsseems to work again!!!
2007-07-23 marklseverything compiles and basic program runs again, but...
2007-07-20 marklsbasic code in place, most compile errors gone, possible...
2007-07-20 alegrandChanging log hierarchy
2007-07-20 alegrandWe're still alpha version so let's keep the warnings...
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 alegrandWe check feasability here, not the Karush Kuhn Tucker...
2007-07-20 alegrandShare precision value with other modules.
2007-07-20 alegrandKeep cleaning up func_f, func_fp, func_fpip...
2007-07-20 velhoCleanups and cosmetics
2007-07-20 velhoCleanups and cosmeticsCleanups and cosmetics
2007-07-20 marklsEverything should work at this point, but doesn't....
2007-07-19 marklschanged received messages to use own data structure.
2007-07-19 alegrandDebug cosmetics.
2007-07-19 mquinsongive a useful name to threads (father's name + pointer...
2007-07-19 alegrandmoving lagrange functions for Vegas and Reno to their...
2007-07-19 alegrandBe nice with people that prefer = to :.
2007-07-19 mquinsonDo not use non-letter chars in type name so that it...
2007-07-19 mquinsonFix delay semantic (hopefully)
2007-07-19 mquinsonNew function allowing to alias datatypes
2007-07-19 mquinsonavoid a name colision with the newly added function
2007-07-18 marklsadded proper use of mutex to smpi_wait. smpi_receiver...
2007-07-18 alegrandRemoving bugs and changing verbosity.
2007-07-18 alegrandcosmetics
2007-07-18 donassbrBroken code
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-18 velhoDebuging surf Reno and Vegas with lagrange optimization...
2007-07-17 mquinsonAdd a thread to listen the network. Not used so far
2007-07-17 mquinsoncosmetics
2007-07-17 mquinsonKill a useless field
2007-07-17 mquinsonunlock the dynar before removing sockets closed at...
2007-07-17 mquinsonMake the check that RPC return something more strict
2007-07-17 mquinsonLet it compile without --disable-compile-optimizations
2007-07-16 alegrandEnable to change the workstation_model from the command...
2007-07-16 alegrandsurf_workstation_model -> workstation_model
2007-07-16 donassbrUndo dynar changes ("recursive" mutex).
2007-07-16 donassbrCorrected bug.
2007-07-16 mquinsonLet the context version compile properly after the...
2007-07-16 donassbrWrong namming scheme.
2007-07-15 mquinsonxbt_string_t (C definition in xbt/str.h, right for...
2007-07-15 mquinsonnew function gras_os_hostport, returning a constant...
2007-07-14 mquinsonmemleak
2007-07-14 mquinsonMemleak on the mutex
2007-07-14 mquinsonIf the timeout is negative, the user wants to block
2007-07-14 mquinsonmore informative error message
2007-07-14 mquinsonautogenerated
2007-07-14 mquinsonIf the element is not found, don't try to continue...
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-14 mquinsonSanitize backtrace naming space
2007-07-14 mquinsonKill dead files
2007-07-13 mquinsonUpdate the documentation instead of working (boooo)
2007-07-13 mquinsonfix doxygen
2007-07-13 mquinsonusers love cross-links in the documentation
2007-07-13 mquinsonKill dead files
2007-07-13 donassbrstructure sockets of gras_trp_prodata_t synchronized.
2007-07-13 velhoBug corrections: i) boundless variables wasn't detected...
2007-07-13 donassbrAdded xbt_os_time and xbt_os_sleep. Execute in the...
2007-07-13 mquinsonDatadesc now contain a mutex; send big enough data...
2007-07-13 mquinsonif the plugin socket creator raises an exception, remov...
2007-07-13 marklsmore work on smpi receiver. basically everything is...
2007-07-12 mquinsonautogenerated
2007-07-12 donassbrUse a queue to control the selectable sockets. We don...
2007-07-12 mquinsonStop using internal interface of dynars related to...
2007-07-12 donassbrCorrected mutex unlocking.
2007-07-12 mquinsonDynar are now synchronized
2007-07-12 mquinsonvarious little cleanups in the gras/sg code. Mainly...
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinson+= thread_cancel
2007-07-11 mquinsonof course, you shouldn't use the simulated time but...
2007-07-11 mquinsonimplement versatile threads (working both on simulator...
2007-07-11 mquinsonversatile implementation do not fake the xbt_thread...
2007-07-11 donassbrWe need a default if the user didn't set any function.
2007-07-11 mquinsonkill dead code
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsonplease shutdown the process/agent BEFORE the whole...
2007-07-11 mquinsonMove smx_process related functions from sg_emul.c to...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-11 mquinsonMove a private symbol (that I may want to kill soon...
2007-07-10 mquinsonyeah, right
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-10 mquinsonStupid me. The code produced by the gras_stub_generator...
2007-07-10 mquinsonArg. Move private symbols out of the public header...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-10 mquinsonsanitize file naming space
2007-07-10 mquinsonops, wasn't compilable under windows
2007-07-10 mquinsonrename xbt_portability.h and sysdep.c to xbt_os_time...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 mquinsonSplit up a too long file, taking the oportunity to...
2007-07-10 marklssome more work on smpi_sender and smpi_receiver. It...
2007-07-09 mquinsonHello module xbt/queue (classical producer/consumer...
2007-07-09 mquinson.
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...
2007-07-09 mquinsonThis file is a stub for XBT, it has nothing to do in...
2007-07-09 mquinsondo not break when java isn't around
2007-07-08 mquinson(kinda) working java wrappers by Malek and me
next