Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use the compile optimizations with gcc4.6 and osx.
[simgrid.git] / src /
2011-06-23 Arnaud GierschReindent TRY/TRY_CLEANUP/CATCH constructs.
2011-06-23 Arnaud GierschUse CATCH_ANONYMOUS whenever possible, and remove unuse...
2011-06-23 NavarropASM on mac is not the same as linux.
2011-06-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-17 NavarropIncrease number of host for cluster from 254 to 65000
2011-06-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-16 Lucas Schnorr[trace] fix, free memory even if user requests the...
2011-06-16 Lucas Schnorr[trace] new option to let users disable the destruction...
2011-06-16 Lucas Schnorr[trace] fix undefs of trace configuration
2011-06-15 NavarropAdd cluster to ns3.
2011-06-15 NavarropAdd functions for ns3
2011-06-15 Lucas Schnorr[trace] let user specify color for user variables for...
2011-06-07 Arnaud GierschRemove unused reference to setsets.
2011-06-07 Arnaud GierschRemove unused variables.
2011-06-07 Arnaud GierschUse retval for the return value.
2011-06-07 Arnaud GierschThrow an exception if return value shows an error.
2011-05-24 Lucas Schnorr[trace] to proceed, check if platform is traced in...
2011-05-24 Pedro VelhoCope with new way of destroying actions, now if the...
2011-05-24 Pedro VelhoBug fix. Cope with the new way actions are handled.
2011-05-24 Martin Quinsonmerge
2011-05-24 Arnaud GierschRegenerate files in maintainer mode.
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-05-24 Lucas Schnorr[trace] cosmetics, remove TRACE_is_active, use TRACE_is...
2011-05-24 Lucas Schnorr[trace] graphicator needs the platform to creata a...
2011-05-24 Lucas Schnorr[trace] adding a new boolean parameter (tracing/platfor...
2011-05-24 Lucas Schnorr[trace] interface cosmetics: removing pre-processor...
2011-05-24 Lucas Schnorr[trace] adding new way of set user variables for links...
2011-05-24 Lucas Schnorrfix compilation error if gtnets is to be compiled witho...
2011-05-24 Lucas Schnorr[trace] bugfix, parameters were wrong
2011-05-24 Lucas Schnorr[trace] new smpi tracing options
2011-05-24 Lucas Schnorr[trace] default colors for mpi states
2011-05-24 Lucas Schnorr[trace] msg process and tasks tracing also needs platform
2011-05-24 Lucas Schnorr[trace] removing volume case study, deprecated at 3.6
2011-05-24 Lucas Schnorr[trace] smpi grouped trace implies user wants to trace...
2011-05-24 Lucas Schnorr[trace] let the tracing system (and not the instrumenta...
2011-05-24 Lucas Schnorr[trace] only need to declare resource utilization types...
2011-05-24 Lucas Schnorr[trace] isolating buffer dumping from the simulation...
2011-05-24 Lucas Schnorr[trace] controlling the callbacks and push/pop of conta...
2011-05-24 Lucas Schnorr[trace] new function returns true if user options need...
2011-05-19 Christophe ThiéryLet the user set the latency with the constant network...
2011-05-19 Pedro VelhoShut down the gtnets verbose output when advancing...
2011-05-18 Arnaud GierschApply "coordinates" config option in surf_config, and...
2011-05-18 Arnaud Giersch[gras] Don't define variables twice.
2011-05-18 Arnaud Giersch[surf] Don't define variable "platform_filename" twice.
2011-05-18 Arnaud Giersch[mc] Don't define variable "raw_heap_fd" twice.
2011-05-18 Arnaud GierschDelete unused variable.
2011-05-18 Arnaud GierschDelete old/unused file.
2011-05-17 Arnaud GierschMove tests at proper place.
2011-05-17 Arnaud GierschFix stupid off-by-one error, and make check survive...
2011-05-17 Pierre-Nicolas ClaussVery basic memoizer.
2011-05-17 Arnaud Giersch[trace] Fix insert_into_buffer.
2011-05-17 Arnaud GierschRegister get_route_latency in global_routing, and use it.
2011-05-17 Arnaud GierschDefine get_route_latency.
2011-05-17 Arnaud GierschDo not compute a full extended route when it is not...
2011-05-17 Arnaud GierschMerge _get_route and _get_latency.
2011-05-17 Arnaud GierschRewrite remplace in surf_routing_rulebase and avoid...
2011-05-17 Arnaud GierschSave another few percents in elements_father.
2011-05-17 Arnaud GierschSanitize types, slightly improve, and reindent elements...
2011-05-17 Arnaud GierschChange interface for elements_father, and avoid to...
2011-05-17 Arnaud GierschUse realloc and make _xbt_dynar_expand a bit faster.
2011-05-17 Arnaud Giersch[trace] Do not split comm if trace is not active.
2011-05-17 Arnaud Giersch[trace] Cache config options.
2011-05-17 Arnaud Giersch[trace] Guard expensive computations with TRACE_is_active.
2011-05-17 Pedro VelhoFixed the reamining value, now distinguish between...
2011-05-12 Lucas Schnorr[trace] cosmetics on user variables tracing, simpler...
2011-05-10 Arnaud GierschFix error message.
2011-05-10 NavarropOptimisation of get_route.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
2011-05-09 NavarropAdd some print for debug (trace level)
2011-05-09 Arnaud GierschChange the handling of SIMIX requests in model checker...
2011-05-06 Arnaud GierschTry to improve xbt_parmap.
2011-05-06 Arnaud GierschSome more cleanup in smx_context_raw.
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-05-05 Arnaud GierschChange default default value for contexts/parallel_thre...
2011-05-05 Arnaud GierschUse contexts/nthreads in thread factory too.
2011-05-05 Arnaud GierschDo not run an empty process list.
2011-05-05 Arnaud Gierschxbt_swag: remove duplicated code.
2011-05-05 Arnaud GierschDo not make an expensive call to get_route if it is...
2011-04-28 Lucas Schnorrcheck if smpirun has something to execute
2011-04-28 Lucas Schnorrcreate an usage function to smpirun, check if at least...
2011-04-27 mehdiMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-27 mehdigot a number (not a table?) with Task_splay_irecv
2011-04-27 NavarropQuick verif to know if elements src and dst are found...
2011-04-27 NavarropMove src/surf/surf_routing.h in include/surf/surf_routing.h
2011-04-27 NavarropNeed to include surf/surf_routing.h now.
2011-04-27 NavarropAdd surf_routing.h for extern variables
2011-04-27 Christophe ThiéryFix supernovae compilation
2011-04-26 Christophe ThiéryMake sure strdup is declared
2011-04-26 NavarropUse function mergesort against qsort if possible.
2011-04-26 Martin Quinsonfix macro name to get isfinite declared
2011-04-22 NavarropInclude WinDef.h for win32 typedef "DWORD" xbt_os_threa...
2011-04-22 Christophe ThiéryI don't even know why it worked before.
2011-04-22 Christophe ThiéryDefine the right type for xbt_os_thread_key_t
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-04-22 Christophe ThiéryAdd functions xbt_os_thread_key_create, xbt_os_thread_g...
2011-04-22 Christophe ThiéryAttempt to allow initializing log categories before...
2011-04-22 Christophe ThiéryI forgot to also move the structure definition
2011-04-22 Christophe ThiéryMove the implementation of reentrant mutexes out of...
next