Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused variable.
[simgrid.git] / src / include /
2011-04-27 NavarropAdd surf_routing.h for extern variables
2011-04-22 NavarropInclude WinDef.h for win32 typedef "DWORD" xbt_os_threa...
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éryAdd functions xbt_os_thread_key_create, xbt_os_thread_g...
2011-04-22 NavarropAdd ns3 level to libraries.
2011-04-21 Christophe ThiéryImplement reentrant mutexes in xbt_os_thread
2011-04-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-04-21 NavarropPut ns3 sources in place.
2011-04-11 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-09 Lucas Schnorrmerging tracing changes
2011-04-08 Pierre-Nicolas ClaussMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-08 mehdicallback to parse_properties_XML when parsing prop...
2011-03-24 navarropMove e_surf_network_element_type_t public.
2011-03-24 navarropRemove old function surf_model_resource_by_name.
2011-03-24 navarropAdd levels to lib host_lib, link_lib and as_router_lib
2011-02-28 navarropRevert "Remove lua parse functions from simgrid."
2011-02-28 navarropRemove lua parse functions from simgrid.
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-14 navarropReimplement old tag random.
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-18 navarropWindows compatibility.
2011-01-13 navarropNow tag config is available.
2010-12-16 cristianrosaBugfix: make sure we include the definition of HAVE_MC
2010-12-15 velhoAdded the lazy management improvement for network models.
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsontry a bit harder to get the simulated time without...
2010-12-06 piniAllow to configure precision in the maxmin systems.
2010-12-02 alegrandFinish to kill vivaldi
2010-12-02 alegrandStart handling the core attribute (store in cpu.c and...
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrnew variable for surf_action_t to contain its tracing...
2010-10-04 schnorrfix: small changes to make surf_routing.c compile
2010-10-01 coldpeaceadd new methods to reimplement the lua console respecti...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-28 navarropClean code.
2010-09-28 navarropHuge set of modifications to restore more uniform APIs...
2010-09-28 navarropmore clean code
2010-09-28 navarropclean code and remove foreach and set
2010-09-28 navarropI comment all the calls to used_routing, in order to...
2010-09-27 piniRevert "Compilation broken." This wasn't suppose to...
2010-09-27 piniCompilation broken.
2010-08-20 coldpeacefix the way to instanciate links via worsktation_ptask_...
2010-08-19 coldpeacemove e_surf_link_sharing_policy_t structure to surf...
2010-08-09 schnorrfullduplex support
2010-08-04 coldpeaceadd new callbacks to the Workstation's models, and...
2010-07-26 coldpeaceadd generic acess function to routing model, to call...
2010-07-23 coldpeaceadda new callback(add_traces) to the CPU models
2010-07-21 navarropPlease compile with enable_compile_warnings=on. Missing...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-20 coldpeaceadd methods allowing routing, bypass the parser......
2010-07-18 coldpeaceadd function surf_add_route_element
2010-07-15 coldpeacekill surf_cpu_model_init_bypass_im, use surf_host_creat...
2010-07-13 coldpeaceadding bypass methods to the network model extension
2010-07-13 coldpeacefix the way to bypass the cpu_im without hard coding...
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-09 coldpeaceadd surf_cpu_init_im_bypass to be used to bypass the...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-14 piniAdded new model (default with smpirun) that integrates...
2010-05-20 cristianrosaRework MC transition interception/creation. Now it...
2010-05-14 cristianrosaFree MC memory on exit SVN
2010-05-11 cristianrosaAdd int MC_random(int min, int max) function that will...
2010-05-07 mquinsonnew option to any SimGrid-based simulator: --cfg=model...
2010-05-06 mquinsonFight for better integration of mmalloc, mc and xbt
2010-05-05 mquinsonLet's still pass the tests with mmalloc and MC in the...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-14 mquinsonAdd a Vivaldi network model, coded live during SUD...
2010-04-08 donassbrAdd 2 new functions to manage actions (SIMIX_action_res...
2010-03-30 mquinsonAdd a long description to the models, and make it visib...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-02-02 alegrandMake SIMIX_sem_block_onto public and fix a bug in SIMIX...
2009-12-15 alegrandremove useless dependencies
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-11-04 donassbrRemove parameter timestep.
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
2009-10-20 mquinsonImplement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-20 mquinsonNew function: SIMIX_action_set_name()
2009-10-15 mquinsonMake SIMIX_process_yield() public
2009-10-05 mquinsonBetter organization of header files
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
next