Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix stupid off-by-one error, and make check survive to NDEBUG.
[simgrid.git] / src / simdag /
2011-04-22 NavarropAdd ns3 level to libraries.
2011-04-18 Martin Quinsonfurther doxygen fixes (I'll try to stop for today)
2011-04-18 Martin Quinsondoxygen_error--
2011-04-18 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-18 Christophe ThiéryLibs created in surf_init should be destroyed be surf_exit
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-24 agierschReplace, when possible, calls to bprintf() by calls...
2011-03-24 navarropfree libs at the right moment.
2011-03-24 navarropUse correct function to free element.
2011-03-24 navarropRemove host_lib, link_lib and as_router_lib from SD_exi...
2011-03-24 navarropRemove xbt_dict_t workstations from SD_global.
2011-03-24 navarropRemove xbt_dict_t links from struct SD_global.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-17 navarropRemove all xbt_assert.*(0,FALSE or NULL for xbt_die
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-09 sahuadded jedule output to SimDAG
2011-02-09 sahujedule binding to SD started
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-13 navarropNow tag config is available.
2010-12-20 schnorr[trace] category of a task without before dependencies...
2010-12-20 schnorr[trace] fix segfault, only get category from depbefore...
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-06 schnorr[trace] end must be called while surf configuration...
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 quintin[simdag/dotloader] correction of some memory leak
2010-12-02 quintin[simdag/cycle] delete the function acyclic_graph_detect...
2010-12-02 quintin[simdag/dax] the function which details the task inside...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-02 quintin[simdag/dot,simdag/dax] move the test for acyclic graph...
2010-12-02 quintin[simdag/dot,example/simdag/dot] correction of logs
2010-12-02 quintin[simdag/dotloader,example/simdag/dot] correction of...
2010-12-02 quintin[src/simdag,examples/simdag] add the simulator inside...
2010-12-01 agierschFix a memory leak in SD_task_schedule.
2010-12-01 mquinsonregenerate maintainer files (although I have no idea...
2010-12-01 suterwhine if tasks stay unexecuted at the end of the simulation
2010-12-01 alegrandFix doc
2010-11-23 schnorrSD_init and SD_exit call TRACE_start/end if tracing...
2010-11-17 navarropFix graphviz on Linux.
2010-11-17 navarropFix problem with detection of graphviz.
2010-11-10 alegrandRate should be -1 and not 0... This caused TCP_gamma...
2010-11-10 schnorrinstrumentation of the dax loader and its example
2010-10-19 navarropRevert of Lucas commit. All tests were broken.
2010-10-19 schnorrlet user decide to use other models with simdag if...
2010-10-19 schnorrdotloader to trace task categories based on dot file
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrSimDag instrumentation for categorized resource utilization
2010-10-08 alegrandEnable using other workstation models than ptask_L07...
2010-10-04 mquinsonmerge
2010-09-28 navarropAdd Lib path correctly.
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropChange way to call get_route
2010-09-28 navarroptest of sd_test
2010-08-04 coldpeaceadd SD_load_environment_script function to Simdag Module
2010-07-20 quintinavoid file transmition between root and ready node...
2010-07-20 quintinDotLoader : Add the possibility to have some edge from...
2010-07-12 suterAdd stuff to make transfer task names unique.
2010-07-07 quintinadd the fonction SD_task_dotty in simdag after deleting...
2010-07-07 quintinDelete the dependencies with stdio in simdag.h. Correct...
2010-07-05 quintincorrection to compile with warning and th indentation...
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-06-18 navarropDefine correctly variables for windows.
2010-06-17 navarropNow sources are generated with #line.
2010-06-17 suterAdd stuff to make compute tasks schedulable.
2010-06-15 mquinsonfix format
2010-06-15 suterrename SD_READY in SD_SCHEDULABLE to prevent troubles...
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 declare variables in the middle of nowhere.
2010-06-14 suterRename the SD_READY (all dependencies are satisfied...
2010-06-11 suterchange the return type of SD_simulate
2010-06-11 suterChange the way a task is considered as ready
2010-06-04 navarropUse a portable inline and declare variables at the...
2010-05-10 suterAdd a SD_workstation_get_current_task function
2010-05-10 suterIn SD_SEQUENTIAL_ACCESS_MODE, when we check if all...
2010-05-04 mquinsonObey the control-flow dependencies of DAX files
2010-05-04 mquinsonAdd a warning if the DAX file contains loop dependencie...
2010-04-25 mquinsonFix copyright headers
2010-04-09 mquinsonaccept useless 'level' attributes to <job> since LIGO...
2010-04-09 mquinsonAdd a SD_task_set_name() function
2010-04-06 mquinsonregenerate flex generated files with a more recent...
2010-03-30 mquinsonRename configuration variables *_model into */model...
2010-03-30 mquinsonfix SD_task_get_execution_time() when communication...
2010-03-12 mquinsonadd a pointer to the DAX generator from the loader
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2010-02-04 mquinsonin function SD_task_get_execution_time, return a time...
2010-02-04 mquinsonImprove documentation after discussion with FS
2009-10-15 mquinsonplug various memleaks
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
next