Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
indent -i2 -kr
[simgrid.git] / src /
2012-03-02 Arnaud Legrandindent -i2 -kr
2012-03-02 Arnaud LegrandFix the previous commit
2012-03-02 Arnaud LegrandGet route in ptask_L07 only when needed.
2012-03-01 navarroSave information from routing corresponding to storage.
2012-03-01 navarroBe compliant with flexml v1.67. This permits to don...
2012-02-29 navarroMake workstation with tag host and not at the end of...
2012-02-29 navarroNew way to use storage. See storage.xml
2012-02-28 Arnaud GierschMissing include.
2012-02-28 Arnaud GierschCosmetics: s/overide/override/g.
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 Martin Quinsonrename a variable used to cut any computations about...
2012-02-28 navarroCosmetics. Rename model for type into storage tag.
2012-02-28 navarroImplemented some functions for storage model.
2012-02-28 navarroAdd storage to workstation struct.
2012-02-28 navarroCosmetics
2012-02-28 navarroAdd function finalize to model storage and add this...
2012-02-28 Frederic Suterprevent tasks to share resources when they don't have to.
2012-02-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-28 navarroRegenerate sources after having updated my flexml :)
2012-02-28 navarrofree dynar hosts
2012-02-28 navarroFix warning compilation with deprecated functions
2012-02-28 navarroCall function execute from cpu surf model.
2012-02-28 Martin Quinsonimplement MSG_processes_as_dynar (closes gforge #13642)
2012-02-28 Martin Quinsonimplement a SIMIX_processes_as_dynar() function
2012-02-28 Martin QuinsonDeprecate MSG_get_host_{table,number}; Implement MSG_ho...
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 Pedro VelhoStarted the gpu model by adding the MSG_gpu_task_create...
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 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 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 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-15 unknownProtect DllMain with ifndef GNUC
2012-02-14 Lucas Schnorr[trace] simulated clock functions to be used by akypuer...
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 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 GierschFix another race in log initializations.
2012-02-13 Arnaud GierschCategory should be unlinked from its current parent.
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 GierschAvoid to duplicate initialization list.
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 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 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 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 Martin QuinsonSetup the framework allowing to add backtraces to the...
2012-02-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-08 Arnaud GierschSet network_maxmin_system->keep_track once for all.
next