Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add ignored files from website target.
[simgrid.git] / src /
2011-09-05 NavarropSupport for ns3-3.12
2011-09-05 Lucas Schnorr[NS3, trace] tracing the correct value of resource...
2011-09-05 Lucas Schnorr[NS3, trace] instrumentation code to register resource...
2011-09-05 Lucas Schnorr[NS3] unused variable removed
2011-09-05 Lucas Schnorr[NS3, trace] instrumentation point to be implemented
2011-09-05 Lucas Schnorr[NS3, trace] type of last_sent is double
2011-09-05 Lucas Schnorr[NS3] new NS3 surf network action data structure
2011-09-05 Lucas Schnorr[NS3] cosmetics, changing the name of the function...
2011-09-05 Lucas Schnorr[NS3] cosmetics, removing unused functions/methods
2011-09-05 Lucas Schnorr[NS3] fixing the remains value when updating actions...
2011-09-05 Lucas Schnorr[NS3] cosmetics, removing tracing code and fixing inden...
2011-09-05 Lucas Schnorr[NS3] new callback to register sent bytes
2011-09-05 Lucas Schnorr[NS3] cosmetics, variable names should start with lowercase
2011-09-05 Lucas Schnorr[NS3] adding bufferedBytes variable to MySocket structu...
2011-09-05 Lucas Schnorr[NS3] cosmetics, fixing indentation on simulator code
2011-09-01 NavarropAdd functions for get and reset last amount sent by...
2011-09-01 NavarropAdd pages for ns3 and gtnets.
2011-08-01 NavarropWe can specify the router name of a cluster.
2011-07-31 Quintin Jean-Noël[simdag/dotloader] correction the double parsing and...
2011-07-30 Quintin Jean-Noël[simdag/dotloader] modify the allocation of task name
2011-07-30 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-29 Christophe ThiéryWorking on Lua.
2011-07-29 NavarropAdd platforms for ns3.
2011-07-29 Christophe ThiéryLua / Splay: some cleanups
2011-07-29 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-28 NavarropAdd ns3_get_link_latency_limited if def HAVE_LATENCY_BO...
2011-07-28 NavarropFix segfault when surf_network_model->name == NULL
2011-07-28 NavarropImplementation of NS3.
2011-07-28 unknownNo need to have difference between win32 and Unix syste...
2011-07-28 unknownPrefer check size of void* against write 4 or 8
2011-07-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-07-26 unknownFor win64 it is cast unsigned long long.
2011-07-26 unknownCorrectly set CMAKE_SYSTEM_PROCESSOR and use it.
2011-07-26 Christophe ThiéryImprove what SIMIX_display_process_status() says.
2011-07-25 Christophe ThiéryCancelling a non-running task: show a warning only...
2011-07-25 Christophe ThiéryDon't throw the impossible when the user cancels a...
2011-07-25 Christophe ThiérySIMIX: clean the processes trash after each scheduling...
2011-07-21 Arnaud GierschDo not initialize mmalloc if !MMALLOC_WANT_OVERRIDE_LEGACY.
2011-07-19 Arnaud GierschUse string literals for format.
2011-07-19 Arnaud GierschOutput debug messages at debug loglevel.
2011-07-19 Arnaud GierschFix xbt_str_diff.
2011-07-19 Arnaud GierschAdd some tests for xbt_str_diff.
2011-07-19 Arnaud GierschAdd const qualifier to parameters of xbt_str_diff.
2011-07-19 Arnaud Gierschxbt_str: move tests at end.
2011-07-19 Arnaud GierschFix comments about gras_arch to actually match the...
2011-07-18 Arnaud GierschDeclare and free link_backbone where it is used.
2011-07-18 Arnaud GierschRegenerate surf/simgrid_dtd.l.
2011-07-18 Arnaud GierschDo not duplicate host name uselessly.
2011-07-18 Arnaud GierschUse strtol instead of sscanf+sprintf for parsing and...
2011-07-18 Martin Quinsonbump GRAS_PROTOCOL_VERSION since the wire protocol...
2011-07-18 Quintin Jean-NoëlMerge remote-tracking branch 'origin/master'
2011-07-18 NavarropWe can use the cluster tag without backbone link if...
2011-07-15 Quintin Jean-Noël[SIMDAG] the dot file is not red
2011-07-11 NavarropWe need to divide to pass from ms to s.
2011-07-07 unknownAdd one arch to gras_arch_count.
2011-07-07 unknownAdd a new arch to gras. WIN64
2011-07-06 Martin Quinsontrivial merge of changes about gras architecture
2011-07-06 Martin Quinsonmore comments to document how gras architectures work
2011-06-29 Arnaud GierschFix drand48() macro.
2011-06-29 NavarropDrand48 does not exist on win32
2011-06-29 NavarropWin32 and APPLE have the same convention for ASM
2011-06-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-28 Martin Quinsontry to group the mallocs by finality instead of spreadi...
2011-06-28 NavarropPrefer the raw context to the ucontext by default.
2011-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-27 Martin Quinsondo not hardcode 1 instead of using value (bug in a...
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
next