Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-02-28 Marion Guthmullermodel-checker : add backtrace for each fragment allocat...
2012-02-28 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-28 Marion Guthmullermodel-checker : only reindent, no real change (safe...
2012-02-27 navarroAdd model storage to surf and add a tag storage to...
2012-02-26 Arnaud GierschFunction does not exist yet.
2012-02-25 Martin Quinsonuse named type of functions
2012-02-23 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-23 Marion Guthmullermodel-checker : example bugged2_liveness modified
2012-02-23 Pedro VelhoStarted the gpu model by adding the MSG_gpu_task_create...
2012-02-23 Pedro VelhoOUTPUT_VARIABLE was always returning void string in...
2012-02-23 Arnaud GierschAn unsigned int may be too short with 64bits pointers.
2012-02-22 Arnaud GierschRemove unreachable code.
2012-02-22 Arnaud GierschNeed a cast here.
2012-02-22 Arnaud GierschFix error: too many arguments to function `mmalloc_comp...
2012-02-22 Arnaud GierschFix more format strings and parameters.
2012-02-22 Arnaud GierschMore trailing commas.
2012-02-22 Arnaud GierschRename variable hiding others.
2012-02-22 Arnaud Giersch[tracing] Use trace_smpi_enabled.
2012-02-22 Arnaud GierschFormat for an unsigned short is %hu.
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Marion Guthmullermodel-checker : memcmp on space really used in fragment
2012-02-21 unknownOups delete needed line
2012-02-21 Arnaud Giersch Mark variable as unused.
2012-02-21 Arnaud GierschFix format strings to match their arguments.
2012-02-21 Arnaud GierschDon't pass NULL to xbt_die.
2012-02-21 Arnaud GierschRemove extra ";".
2012-02-21 Arnaud GierschFix type name and parsing for random generator.
2012-02-21 Arnaud GierschIt looks more coherent like this.
2012-02-21 Arnaud GierschTry to avoid to mix enum with anything else.
2012-02-21 Arnaud GierschDon't dereference an invalid pointer.
2012-02-21 Arnaud GierschDon't hide variables with multiple declarations.
2012-02-21 Arnaud GierschRemove trailing commas in enum declarations.
2012-02-21 Arnaud GierschSIMIX_context_runall() doesn't take any argument.
2012-02-21 Arnaud GierschCast is mandatory here.
2012-02-21 Arnaud GierschRemove unused variable.
2012-02-21 Arnaud GierschAn unsigned int cannot be negative.
2012-02-21 Arnaud GierschAllow to use another base for parameter "modes" in...
2012-02-21 Arnaud GierschThe semaphore doesn't need to be shared between processes.
2012-02-21 Arnaud GierschRemove unused field "locked" in struct mdesc.
2012-02-21 unknownFix raw_makecontext and raw_swapcontext on win64
2012-02-21 unknownProtect variable surf_parmap.
2012-02-21 unknownCorrectely search for pcre and pthread on windows.
2012-02-21 Marion Guthmullermodel-checker : remove arg std_heap_addr in mmalloc_com...
2012-02-21 Marion Guthmullermodel-checker : add backtrace when large block(s) mallo...
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Marion Guthmullermodel-checker : function mmalloc_compare_mdesc rewritte...
2012-02-21 Marion Guthmullermodel-checker: remove subcategory log unused
2012-02-21 navarroFirst step to create model storage.
2012-02-21 navarroAdd function read write open close and stat to workstat...
2012-02-21 navarroAdd a variable to see if having set a bypass route...
2012-02-21 navarroThis part brokes platform like g5k in full.
2012-02-21 navarroFix generated platform. Right number of clusters
2012-02-16 unknownRemove gras_stub_generator from windows installer.... exp_20120216 exp_20120229
2012-02-16 unknownRename .ref for .def
2012-02-15 unknownMake only dll for windows
2012-02-15 unknownProtect DllMain with ifndef GNUC
2012-02-15 unknownCosmetics
2012-02-15 unknownAdd winsock2 to link libraries (ws2_32)
2012-02-14 Lucas Schnorr[trace] simulated clock functions to be used by akypuer...
2012-02-13 unknownFix detection of x86 processor for nsis
2012-02-13 unknownTurn off smpi on windows
2012-02-13 unknownFind if system installed is win32 or win64
2012-02-13 unknownRename libsimgrid.dll for libsimgrid_shared.dll
2012-02-13 navarroUse only one variable and protect for windows only
2012-02-13 unknownFix twice call of xbt_preinit and xbt_postinit
2012-02-13 unknownNeed distrib.cmake for update_xml file and update nsis...
2012-02-13 unknownOn win32, fix configure when try to compile and run...
2012-02-13 unknownFix compilation error on windows.
2012-02-13 Arnaud GierschAvoid to throw an exception, and catch it just below.
2012-02-13 Arnaud GierschSplit macro _THROW in two parts.
2012-02-13 Arnaud GierschFix another race in log initializations.
2012-02-13 Arnaud GierschCategory should be unlinked from its current parent.
2012-02-09 Arnaud GierschDon't decrement surfxml_buffer_stack_stack_ptr twice...
2012-02-09 Arnaud GierschFix segfault in smpi+tracing with detached sends.
2012-02-09 Arnaud GierschTypo.
2012-02-09 Arnaud GierschMake xbt_ex_display() more friendly when there is no...
2012-02-09 Arnaud GierschMake xbt_ex_setup_backtrace() survive to an empty backt...
2012-02-09 Arnaud GierschRETHROW is not really different from DO_THROW().
2012-02-09 Arnaud GierschAvoid to duplicate initialization list.
2012-02-09 Arnaud GierschXBT_RUNNING_CTX_INITIALIZER: don't list all element...
2012-02-09 Arnaud GierschRemove tests for deprecated multi-level dictionaries.
2012-02-09 Arnaud GierschMark multi-level dictionaries as deprecated.
2012-02-09 Arnaud GierschRemove declarations for non-existent functions.
2012-02-09 Arnaud GierschDocument ranges for years in copyright notices.
2012-02-09 Arnaud GierschParmap: fix deadlock in with futexes.
2012-02-09 Arnaud GierschParmap: protect against wraparound for round.
2012-02-09 Arnaud GierschParmap: use INT_MAX as number of threads to wake by...
2012-02-08 Arnaud GierschFile has moved.
2012-02-08 Arnaud GierschThose are already declared in ./include/simgrid/modelch...
2012-02-08 Arnaud GierschRemove tests for deprecated dicts of scalars.
2012-02-08 Arnaud GierschMark integer dicts as deprecated.
2012-02-08 Arnaud GierschChangeLog: spell checking, and whitespace cleanup.
2012-02-08 Martin Quinsonstop using internal header files from the examples...
2012-02-08 Martin Quinsonour malloc implementation NEEDS multi-threading protection
2012-02-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-08 Martin Quinsonkill duplicate definitions, and try to ensure that...
2012-02-08 Arnaud GierschFix a race condition in _XBT_LOG_ISENABLEDV().
2012-02-08 Martin Quinsonmove a public header in the simgrid/ directory to fight...
2012-02-08 Martin Quinsonuser code sometimes needs to know whether MC is activated
2012-02-08 Martin QuinsonSetup the framework allowing to add backtraces to the...
next