Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
optim: don't call for xbt_dynar_foreach
[simgrid.git] / src /
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.
2012-02-07 Arnaud GierschRemove global variable, and push it into lmm_system_t.
2012-02-07 Arnaud GierschGuard against subas->to_index being NULL.
2012-02-07 Arnaud GierschRemove bogus inline declarations in private interface.
2012-02-06 Martin QuinsonFixups in mrealloc
2012-02-06 Martin QuinsonTHROWF won't work in mmalloc: it needs to malloc stuff...
2012-02-06 Martin Quinsonsplit memory snapshooting and diffing functions out...
2012-02-05 Arnaud GierschUseless casts.
2012-02-05 Arnaud GierschReindent.
2012-02-05 Arnaud Gierschbvprintf is now superfluous here.
2012-02-05 Arnaud GierschFix compilation errors about multiple definition of...
2012-02-03 Martin QuinsonI don't need an extra file just to define calloc when...
2012-02-03 Martin Quinsonand now with the right test so that not all our tests...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 Martin Quinsoncatch a given possible misconfiguration, and give more...
2012-02-03 navarroPut #ifdef MSG_USE_DEPRECATED for all functions with...
2012-02-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-03 Martin Quinsonadd a warning if a given route is redefined. It will...
2012-02-03 Martin Quinsonadd a surf_parse_warn and get surf_parse_error() accept...
2012-02-03 Martin QuinsonAlso show the filename to locate parsing errors, not...
2012-02-03 Martin QuinsonFurther simplify the mmallocs, and improve its introspe...
2012-02-03 Arnaud GierschCorrectly initialize simdata->comm when marked as isused.
2012-02-02 Martin QuinsonTODO--: the 'type' of each mmalloc block is granted...
2012-02-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-02 Martin Quinsonalso enforce that the freed block were marked as used...
2012-02-02 Martin Quinsonthere were no difference between __mmalloc_free and...
2012-02-02 Martin Quinsonimprove the doc to reflect recent changes (and we alrea...
2012-02-02 Martin Quinsonensure that free block are marked as such
2012-02-02 Martin QuinsonSimplify the malloc_info structure containing the metad...
2012-02-02 Martin Quinsondocument one more function
2012-02-02 Martin QuinsonI think I understood how mmalloc works. Now, I'll do...
2012-02-02 Martin Quinsonsimply reindent
2012-02-02 Martin Quinsonwho needs aligned mallocs anyway?
2012-02-02 Martin Quinsonfurther little clarifications in mmalloc comments
2012-02-02 Martin Quinsonvarious cosmetics and comments improvements
2012-02-02 Martin Quinsonnormalize the function names wrt to the rest of XBT
2012-02-02 Martin Quinsoninline a function used at only one location.
2012-02-02 Martin Quinsoncosmetics and kill a now undeclared function prototype
2012-02-02 Martin Quinsonkill an unused/undocumented/un-understood function
2012-02-02 Martin Quinsongroup together all functions speaking of module and...
2012-02-02 Martin Quinsonmerge two files (I'll ignore both of these functions...
2012-02-01 Arnaud GierschRevert "Reset t_simdata->comm after comm is over."
2012-02-01 Arnaud Gierschsmpi_mpi_request_free expects an MPI_request*.
2012-02-01 Arnaud GierschThese free's are buggy.
2012-02-01 Arnaud Gierschsmpirun: report exit status.
2012-02-01 Martin Quinsonkill dupplicated code between legacy interface and...
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-02-01 Martin QuinsonSimplify the mmalloc library further
2012-02-01 Martin QuinsonI finally understood what this function is good for
2012-02-01 Martin Quinsonwe don't need any stats about the amount of free chunks...
2012-02-01 Martin Quinsonerrno were never updated anyway
2012-02-01 Martin Quinsoncosmetics and comment improvements
2012-02-01 Martin Quinsonrename sup-mmap.c into mmorecore.c and simplify the...
2012-02-01 Martin Quinsonkill the sbrk-based morecore: we'll never use less...
2012-02-01 Martin Quinsonmove a global definition so that we can kill the sbrk...
next