Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-04-02 Arnaud GierschOptimize xbt_str_diff further.
2012-04-02 Martin Quinsonlittle sentence to hint about the location of missing...
2012-04-02 Martin QuinsonYou cannot say that SMPI has no documentation anymore
2012-04-02 Martin Quinsonsmpirun: Use the amount of processes in the hostfile...
2012-04-02 Martin QuinsonBasic checks on the arguments provoded to smpirun
2012-04-02 Martin Quinsonignore some more binaries in git (mainly tracing)
2012-04-02 Martin Quinsonignore generated manpages
2012-04-02 Martin Quinsona little program to help determining which memory chunk...
2012-04-02 Martin Quinsonsome more doc
2012-03-30 Arnaud GierschDrop support for broken compiler in log.h.
2012-03-30 Arnaud GierschRemove dead code.
2012-03-30 Arnaud GierschLog constructor: guard against multiple initializations.
2012-03-30 Laurent BobelinAdded and corrected some stuff in platform.doc. Moved...
2012-03-30 Arnaud GierschConnect categories before the beginning of main().
2012-03-30 Arnaud GierschAllow to give a priority to _XBT_GNUC_{CONS,DES}TRUCTOR.
2012-03-30 Arnaud GierschDeclare the main log categories into their respective...
2012-03-30 Arnaud GierschRemove unused log category.
2012-03-30 Arnaud GierschAlso connect main log categories.
2012-03-30 Arnaud GierschFix xbt_log_extract_hierarchy.pl since XBT_LOG_CONNECT...
2012-03-30 Arnaud GierschRemove unused 2nd parameter for XBT_LOG_CONNECT.
2012-03-30 Arnaud GierschDefine a constructor function for each log category.
2012-03-30 Arnaud GierschUse appropriate macro.
2012-03-30 Arnaud GierschConnect categories before parsing the command line.
2012-03-30 Arnaud GierschDeactivate this assert again.
2012-03-30 Arnaud GierschMissing include.
2012-03-30 Arnaud GierschMissing newline.
2012-03-30 Arnaud GierschTools name has changed.
2012-03-29 navarroWe can only include tag: include|cluster|peer|AS|trace...
2012-03-29 navarroTry to clean platform files containing in examples...
2012-03-29 navarronone_get_route_and_latency must set latency to 0.
2012-03-29 navarroFix Tag include
2012-03-29 navarroUpdate platform documentation
2012-03-29 navarroCopy simgrid.dtd into simgrid versionning
2012-03-29 navarroUpdate installation of windows
2012-03-29 schnorr[trace] fix tracing of network models
2012-03-29 schnorrfunction to get the weight of a constraint of a lmm...
2012-03-29 Laurent BobelinAdded a platform desc doc. Some infos are still missing...
2012-03-28 Arnaud GierschLog sd_dotparse only exists when HAVE_GRAPHVIZ.
2012-03-28 Arnaud GierschDefine HAVE_GRAPHVIZ for C code.
2012-03-28 Arnaud GierschUpdate ChangeLog.
2012-03-28 Arnaud GierschHandle --help-log* options from xbt_log_init.
2012-03-28 Arnaud GierschRemove --*-log options that are deprecated since nearly...
2012-03-28 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschMove all XBT_LOG_CONNECT into one place.
2012-03-28 Arnaud GierschBackslashes should be doubled in C strings.
2012-03-28 Arnaud GierschKill dead commented code.
2012-03-28 Arnaud GierschInitialize categories through XBT_LOG_CONNECT,
2012-03-28 Arnaud GierschTypo.
2012-03-28 Arnaud GierschRemember the description for log categories.
2012-03-28 Arnaud GierschFirst attempt to display log categoy hierarchy.
2012-03-28 Arnaud GierschMove LOG_help() from surf_config.c to log.c.
2012-03-28 Arnaud GierschCosmetics: add an empty line after help messages.
2012-03-28 Arnaud GierschVariable i is already used by outer loop!
2012-03-28 Arnaud Gierschsurf_config_cmd_line: allow to give several --help...
2012-03-28 Arnaud Gierschsurf_config_cmd_line: simplify the deletion of used...
2012-03-28 Arnaud GierschUsing strcmp is sufficient here.
2012-03-28 Arnaud GierschCosmetics: reindent constant strings for help messages.
2012-03-28 Arnaud GierschCosmetics: sort calls to XBT_LOG_CONNECT.
2012-03-28 Arnaud GierschRemove useless use of XBT_LOG_EXTERNAL_CATEGORY.
2012-03-28 Arnaud GierschCosmetics: use XBT_LOG_EXTERNAL_DEFAULT_CATEGORY where...
2012-03-28 Arnaud GierschDeclare needed categories in XBT_LOG_CONNECT macro.
2012-03-28 Arnaud GierschChild comes first when XBT_LOG_CONNECT is used.
2012-03-28 Arnaud GierschRemove references to undefined log categories.
2012-03-28 Arnaud GierschFix xbt_log_extract_hierarchy.pl.
2012-03-28 navarroAdd a msg deprecated section on API
2012-03-28 navarroUpdate documentation for MSG_USE_DEPRECATED and add...
2012-03-27 schnorrif node_name function is defined, nodes are uniquely...
2012-03-27 schnorrcosmetics, fix indentation
2012-03-27 schnorrdocument xbt graph functions
2012-03-27 schnorruse complete variable name
2012-03-27 unknownAdd warning to set PATH and CLASSPATH on windows
2012-03-27 unknownCorrectely find pcre.dll for windows
2012-03-27 navarroFix surf_storage execution
2012-03-27 navarroSIMGRID_DEPRECATED is changed for MSG_USE_DEPRECATED...
2012-03-26 Arnaud LegrandMake mallocators thread-safe
2012-03-26 Arnaud Legrandtypo--
2012-03-26 Arnaud GierschBe more defensive against broken parameters.
2012-03-26 Arnaud GierschRevert "This commit breaks the simgrid-java execution...
2012-03-26 navarroThis commit breaks the simgrid-java execution; Revert...
2012-03-26 navarroOnly search on given path
2012-03-26 schnorr[trace] fix more two documentation warnings
2012-03-26 schnorr[trace] fix warning in the documentation, missing secti...
2012-03-26 navarroUpdate example for return values and more files.
2012-03-26 navarroFirst step to return value on storage model.
2012-03-26 navarroAdd 3 constraint to storage system.
2012-03-26 navarroRemove surf_file_t and smx_file_t for only m_file_t
2012-03-26 schnorr[trace] these functions no longer exist
2012-03-26 schnorr[trace] fix another memory leak when graph extraction...
2012-03-26 schnorr[trace] fix memory leak
2012-03-25 schnorr[trace] better checks on setting cats, if NULL is provi...
2012-03-24 schnorr[trace] fix SimDag tracing
2012-03-24 schnorr[trace] clean-up of old tracing API
2012-03-24 schnorr[trace] two new functions for the SD API (set/get traci...
2012-03-24 schnorr[trace] pointers to SimDag API within category declaration
2012-03-24 schnorr[trace] simplify SD function stack
2012-03-24 schnorr[trace] function is now private
2012-03-24 schnorrChangeLog updated with the latest changes in the tracin...
2012-03-24 schnorr[trace] documenting function that creates a dot file...
2012-03-24 schnorr[trace] in documentation, make reference to tracing API
2012-03-24 schnorr[trace] documentation for all the trace user variables API
next