Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use named arguments, and set optional properties to host if not provided by the user
[simgrid.git] / src /
2010-07-16 coldpeaceuse named arguments, and set optional properties to...
2010-07-15 mquinsonbug fix: typo found by David
2010-07-15 mquinsonfix example in the documentation
2010-07-15 coldpeaceadd create_host method to do the job of the old surf_cp...
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeacecall surf_network_model_init_bypass when BYPASS_MODEL...
2010-07-13 coldpeaceadding bypass methods to the network model extension
2010-07-13 coldpeacecall surf_model_init_bypass_im instead of init_host_bypass
2010-07-13 coldpeaceremove the init_host_bypass from here
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-12 piniSome pending work on semaphores:
2010-07-12 schnorrnew tracing functions to deal with trace markers
2010-07-12 schnorrnew paje event declared on header of trace file, tesh...
2010-07-12 schnorrupdating copyright note to GNU LGPL
2010-07-12 suterAdd stuff to make transfer task names unique.
2010-07-09 coldpeaceremove unused variables and use xbt_dynar_t to store...
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-09 piniCosmetics
2010-07-09 coldpeaceusing xbt_dynar_t to store host arguments / tryin'...
2010-07-09 coldpeaceadd init_host_bypass to be used (by lua) to init cpu...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
2010-07-07 navarropAdd function MSG_comm_waitall for icomm and add one...
2010-07-07 quintinadd the fonction SD_task_dotty in simdag after deleting...
2010-07-07 navarropUsed test with receiver.
2010-07-07 mquinsonMerge tracing_config.h into simgrid_config.h, where...
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-07-06 navarrop[From Arnaud Giersch] Fix the following problems in...
2010-07-05 navarropAdd a function called after a MSG_comm_test.
2010-07-05 cristianrosaChange dependence function to mimic the one in AVOCS...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-07-02 navarropChange the type of return.
2010-07-01 quintinavoid the complilation of dot_test.c if graphviz wasn...
2010-07-01 quintinthe comment of some lines add a bug in the execution...
2010-07-01 quintinAdd a dot loader to have a connection with the random...
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-28 navarropAdd dependancies for libraries and testall.
2010-06-24 navarropSome log default categories are already defined.
2010-06-24 navarropBe sure __mmalloc_current_heap is initialized.
2010-06-24 mquinsonPort GRAS to smx_network infrastructure. Kinda working...
2010-06-24 mquinsonNew function gras_msgtype_get_name()
2010-06-24 mquinsonno error checking were made for SIMIX_network_waitany...
2010-06-24 mquinsonSIMIX_sem_would_block() was blatantly wrong; missing...
2010-06-24 mquinsonmask bottom of stacks when using sysv ctx
2010-06-24 mquinsonthis test is supposed to check whether the net/cpu...
2010-06-24 mquinsonLet this code compile with the paranoid compiler flags on
2010-06-23 navarropNeed to have the HAVE_MMAP variable.
2010-06-23 navarropChange function called.
2010-06-22 coldpeaceremove unused lines
2010-06-18 navarropNeed gras_config.h.
2010-06-18 navarropVariables correctly set by cmake in gras_config.h.
2010-06-18 navarropSet variables for windows.
2010-06-18 coldpeace respect MSG privacy : host case
2010-06-18 coldpeace respect MSG privacy : Using public setter and getter...
2010-06-18 navarropDefine correctly variables for windows.
2010-06-18 navarropDeclare LOG_DEFAULT_CATEGORY with LOG_NEW_DEFAULT_SUBCA...
2010-06-17 navarropNow sources are generated with #line.
2010-06-17 navarropDelete unused -fprofile-arcs flags.
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-16 mquinsonMake sure that created sequential tasks cannot look...
2010-06-16 coldpeaceswitching to xbt_dynar_t for methods to bypass XMl
2010-06-16 coldpeacexbt_dynar_is_empty to check if a dynar is empty or not
2010-06-16 navarropChange path for win32 ucontext files.
2010-06-16 mquinsonmake sure that MSG_task_execute() is not called by...
2010-06-16 navarropAdd LGPL files for ucontext.
2010-06-15 mquinsonfix format
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
2010-06-15 coldpeacebasic layer for simdag bindings ( modifyin' the return...
2010-06-15 navarropDont declare variables at the middle of nowhere.
2010-06-15 navarropAdd context ucontext for windows.
2010-06-14 navarropAdd condition before use a mmalloc function.
2010-06-14 navarropThe function ffs doesn't exist for windows, so we have...
2010-06-14 navarropIf it is a win plateform we have to use wenvironment...
2010-06-14 navarropInit variables.
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-06-14 suterWhen a transfer is auto-scheduled, it should now be...
2010-06-14 suterReintroduce a SD_READY state, which now means "ready...
2010-06-14 navarropDo not redefine function in visualc.
2010-06-14 navarropDo not declare variables in the middle of nowhere.
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-14 suter3rd attempt: replace __compar_fn_t by a new function...
2010-06-14 suterRhhaaa, use the __compar_fn_t type defined in stdlib...
2010-06-14 suterAdd a new function xbt_dynar_sort() which is a wrapper...
2010-06-11 suterchange the return type of SD_simulate
2010-06-11 suterChange the way a task is considered as ready
2010-06-07 piniBad idea to acquire a semaphore that is already hold...
2010-06-04 navarropProtect EWOULDBLOCK, EINPROGRESS, ETIMEDOUT macro defin...
2010-06-04 navarropProtect macro definitions for VA_COPY. They should...
2010-06-04 navarropUse a portable inline and declare variables at the...
2010-06-04 navarropUse a portable inline
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-06-04 navarropIncorrect use of conditionnal expressions
2010-06-03 alegrandI need this to compile on my machine. It may break...
2010-06-03 navarropNow supernovae mode works out of project directory.
2010-06-02 alegrandRevert "Make gras compil with Visual C++." This commit...
2010-06-01 navarropMake gras compil with Visual C++.
2010-05-27 navarropCosmetics
next