Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2011-03-14 navarropRemove xbt_assert from generic_src_dst_check function.
2011-03-14 navarropWe may want to use this function in examples.
2011-03-14 navarropAdd a graphicator test and use get_network_element_type...
2011-03-14 navarropThis is a generated file.
2011-03-14 navarropCosmetics
2011-03-14 thieryFix a compilation warning (use of an uninitialized...
2011-03-10 navarropFix some memory leack.
2011-03-10 navarropForgot one free.
2011-03-10 navarropAdd log to random_mgr.
2011-03-10 navarropFree some missing variables.
2011-03-10 navarropFree dict random_value and patterns after the end of...
2011-03-10 navarropFree dynar after use in xbt_dynar_compare.
2011-03-09 navarropDon't enter into argv[i]=="FULL_LINK" condition if...
2011-03-09 navarropVerify if elements src_gateway and dst_gateway are...
2011-03-09 navarropReturn SURF_NETWORK_ELEMENT_NULL if the elements is...
2011-03-09 navarropRevert "Change those functions to public for use extern...
2011-03-08 navarropFactorize functions for Unix and Windows.
2011-03-08 navarropWe can have more than 3 args in basic_parsing_test.
2011-03-08 navarropAdd --cfg to tesh.pl
2011-03-08 navarropCorrectely write ${TEST_UNITS} against $(TEST_UNITS)
2011-03-08 navarropRemove old file.
2011-03-08 navarropRemove old unused lines for java.
2011-03-07 navarropNeed to set this flag to compile on windows
2011-03-07 navarropProtect with HAVE_FUTEX_H
2011-03-07 navarropAdd missing functions with windows
2011-03-07 navarropThis example does not work for the moment on windows
2011-03-07 navarropSet win32_ucontext.c as simgrid source file
2011-03-07 navarropAdd working directory to command line for generating...
2011-03-04 coldpeaceremove some useless info
2011-03-04 coldpeacesplaySim: a lua implementation of a splay (simulation...
2011-03-03 schnorr[trace] bugfix, correct matching of link keys on trace
2011-03-03 navarropInstall ruby 1.9 with script on fedora
2011-03-02 cristianrosaUse a better synchronization mechanism to control the...
2011-03-02 cristianrosaBugfix: do not hardcode the number of workers in the...
2011-03-02 navarropNeed to set LD_LIBRARY_PATH for ruby test on pipol.
2011-03-02 navarropClean and update srcipt for pipol.
2011-03-02 navarropNo need to set Windows env variables now.
2011-03-02 navarropProtect the use of parmap.
2011-03-01 thieryFix a bug introduced by r9743
2011-03-01 piniMissing semicolon
2011-03-01 piniTentatively use sampling with Fortran.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-03-01 navarropMake test on pipol succed.
2011-03-01 thierySort the output of the msg token ring tesh file.
2011-02-28 navarropAdd ruby to cdash
2011-02-28 navarropRevert "Remove lua from cmake files."
2011-02-28 navarropRevert "Remove lua parse functions from simgrid."
2011-02-28 navarropChange those functions to public for use external parser.
2011-02-28 navarropRemove lua parse functions from simgrid.
2011-02-28 navarropNightly test for java.
2011-02-28 navarropRemove lua from cmake files.
2011-02-25 mquinsonfix the make dist target by including everything that...
2011-02-25 navarropAdd trace, plist and jed files to gitignore.
2011-02-25 navarropCompletely remove ruby and java from simgrid project.
2011-02-25 suterprops dict does not always exists anymore. Check if...
2011-02-24 navarropWe must set host_coordinates to "" with bypass.
2011-02-24 thieryA request is still needed here as this code is run...
2011-02-24 thierySimplify process cleanup calls between SIMIX and MSG
2011-02-24 navarropCreate current_property_set only if it is required.
2011-02-24 thieryThose XBT_INFO broke the tests
2011-02-24 navarropIt's not Experimental but Nightly tests.
2011-02-23 coldpeaceupdate script
2011-02-23 coldpeaceget AS id when addRoute method is not indexed
2011-02-23 navarropUpdate script to add memcheck for pipol.
2011-02-23 coldpeaceupdate example
2011-02-22 agierschInitialize current_as.
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-22 coldpeaceupdate methods
2011-02-22 coldpeaceimprove the way to describe platform and all multi...
2011-02-22 coldpeacexbt_die : set argument to a format string with args
2011-02-22 agierschFree temporary strings.
2011-02-22 agierschsurf_routing: free patterns elements.
2011-02-22 agierschFix replace_random_parameter, and its usage.
2011-02-22 agierschsurf_routing: free coordinates elements.
2011-02-22 agierschReceived a dynar, and not a pointer to it.
2011-02-22 agierschDo explicit lmm_variable_free to avoid warning messages.
2011-02-22 agierschAutomatically release resources associated with detache...
2011-02-22 agierschFree memory after parmap test.
2011-02-22 agierschUse variadic variants of xbt_test_{add,fail,assert...
2011-02-22 agierschMake xbt_test_{add,fail,assert,log} variadic macros.
2011-02-22 agierschReplace xbt_die(bprintf(...)) with xbt_die(...).
2011-02-22 agierschMake xbt_die() accept a format string with arguments.
2011-02-22 agierschRemove spurious else..
2011-02-22 agierschDefine macro _XBT_IF_ONE_ARG.
2011-02-22 agierschDefine SIMGRID_VERSION through cmake.
2011-02-22 thieryThis initialization change the experiment too much
2011-02-22 agierschFix memory leaks in simdag examples and tests.
2011-02-22 agierschThere is no need to dup the key when using xbt_dict_set.
2011-02-22 agierschReplace a combination of malloc+strcpy by xbt_strdup.
2011-02-22 agierschRemove useless double parentheses in function calls.
2011-02-22 agierschDo explicit lmm_variable_free to avoid warning messages.
2011-02-22 agierschFix memory leaks in lmm_usage.
2011-02-22 agierschFix build error: implicit declaration of function ...
2011-02-22 navarropNo need to be in cmake 2.8
2011-02-22 thieryRevert commit r9673: many users checkout the trunk...
2011-02-22 thieryRemove lines that are already in gitignore files of...
2011-02-22 thieryReorganize gitignore files for Java
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-21 thieryUpdate .gitignore
2011-02-21 thieryTypos
next