Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2007-10-27 mquinsonCheck for pthread_mutex_timedlock()
2007-10-27 mquinsonKill useless variable
2007-10-27 mquinsonMake test more verbose to understand why it timeouts...
2007-10-27 mquinsonOops, forgot to add this file
2007-10-27 mquinsonmore explicit error messages, and random cleanups
2007-10-27 mquinsonFixup the bypassing example: pretend we've found v2...
2007-10-27 mquinsonFix stupid comments
2007-10-27 mquinsonCheck that the platform file does not define the same...
2007-10-27 mquinsonAvoid segfault when trying to retrieve the name of...
2007-10-27 mquinsonMore java approach with a specific task type for finali...
2007-10-27 mquinsonBetter Java philosophy: create a new type of tasks...
2007-10-27 mquinsonReset the clock to 0 in surf_exit so that it gets zeroe...
2007-10-27 mquinsonReduce drastically the size of the test since it causes...
2007-10-27 mquinsonLast useless cleanup about Marc jumbo commit
2007-10-27 mquinsonFactorize the current_property_set symbol of simix...
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonKill the useless _MSG_process_create_with_env_from_SIMI...
2007-10-27 mquinsonLastest cleanups in surf/ of Marc's jumbo commit
2007-10-27 mquinsonI think I now better understand the surf internals...
2007-10-26 mquinsonuseless cleanups
2007-10-26 mquinsonYeah, that was a bit agressive against leaks...
2007-10-26 mquinsonOoops, this is a graphxml file, not a surfxml one....
2007-10-26 mquinsonFixup the is_first semantic (does not change anything...
2007-10-26 mquinsonPropagate the s/network_link/link/ from the XML to...
2007-10-26 mquinsonAdd the stubs to properties related functions in real...
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
2007-10-26 quasarprovide a value for the properties of the child
2007-10-26 quasarlet's also be brutal with what seems to be a typo from...
2007-10-26 quasarLet's be brutal since we fail to understand the problem...
2007-10-26 quasarrelax ordering enforcement
2007-10-26 quasarthese symbols where only defined as extern, fooling...
2007-10-26 quasarmove the callback lists to the public headers
2007-10-26 quasarUpdate the bypass example to the lastest DTD
2007-10-26 quasarupdate all the XML files
2007-10-26 quasaroops, my last minute cleanup broke everything [Mt]
2007-10-26 quasarkill cruft
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-26 cherierma distraction
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 mquinsonTiny improvement of the search speed
2007-10-25 cheriermthe version of the xbt_os_time() function needs the...
2007-10-25 cheriermthe inclusion of the header stat.h is tested in the...
2007-10-25 cheriermdistraction
2007-10-25 cheriermdistraction
2007-10-25 cheriermVisual C++ need sys/stat.h for open() function
2007-10-25 cheriermjust had SG_BEGIN_DECL and SG_END_DECL macro (for c...
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-25 cheriermThe configuration file visualc.h is change to declare...
2007-10-25 mquinsoncleanup windows portability in there
2007-10-23 mquinsonReduce the unimplemented part
2007-10-23 mquinsonalso autogenerated
2007-10-23 mquinsonautogenerated
2007-10-23 mquinsonKill broken portability bits for visual and macosx
2007-10-23 mquinsonDo not include the useless semaphore standard header...
2007-10-23 mquinsonprintf format fixups
2007-10-23 mquinson* Check that sem_timedwait is available (since it's...
2007-10-23 mquinsonCosmetics on error messages
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
2007-10-23 cheriermJust add the simgrid library in the entries of the...
2007-10-23 cheriermThis change is about the the add-on of the semaphore...
2007-10-23 cheriermAdd the Visual C++ projects of the new examples sem_bas...
2007-10-23 cheriermThis new directory contains two samples explaining...
2007-10-23 cheriermThis implement the function gettimeofday() for win32...
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermuse the XBT_EXPORT_NO_IMPORT macro instead XBT_PUBLIC_D...
2007-10-22 cheriermthis declarations and definitions are only concerned...
2007-10-22 cheriermThis change exports the gras_procdata pointer and use...
2007-10-22 cheriermVisual C++ already declare the isatty function in the...
2007-10-22 cheriermRemove the keyword extern to avoid the multiple declara...
2007-10-22 cheriermVisual C++ already declare the isatty function in io...
2007-10-22 cheriermVisual C++ already declare the environ variable in...
2007-10-22 cheriermRemove the return keyword at the end of the void function.
2007-10-22 cheriermDirectly returns the newly created condition.
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-10-22 cheriermThis, modify the declaration of type of function pointe...
2007-10-21 mquinsonKill a rather outdated section.
2007-10-19 mquinsonRename section title to betterly express the agenda...
2007-10-19 mquinsonImprove section about platform generation/mapping/colle...
2007-10-18 mquinsonstrlen does not return int but size_t on 64bits
2007-10-16 alegrand'major bug' fix in ptask_L07.
2007-10-16 alegrandImprove debug readability.
2007-10-12 alegrandAdding a new test.
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-12 mquinsonLet's be VPATH friendly
2007-10-12 mquinsonAllow java to compile in VPATH settings (at the price...
2007-10-12 mquinsonAutogenerated
2007-10-12 mquinsonOops, I forgot this one
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
2007-10-12 mquinsonignore more cruft
2007-10-12 mquinsontypo
2007-10-12 mquinsonDo not truncate the output on large messages, but switc...
2007-10-11 cheriermreturn NULL to avoid that the function returns an inval...
2007-10-11 cheriermthis directory contains all the projects of the exemple...
2007-10-11 cheriermadd the project group of simgrid (contains the msg...
2007-10-11 cheriermdelete the account of the buildbot
2007-10-11 mquinsonMove string buffers from 'private to tesh' to 'public...
2007-10-11 mquinsonMove private definition out of the log.h public header...
2007-10-11 mquinsonDo truncate files before writting into it (gras file...
2007-10-10 mquinsonErm. Really revalidate this dataset (old one must be...
2007-10-10 mquinsonRevalidate this dataset after the move to full blown...
next