Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename gras_os_property_value() to gras_os_host_property_value(); Documentation tiny...
[simgrid.git] / src /
2007-10-26 mquinsonRename gras_os_property_value() to gras_os_host_propert...
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 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 mquinsonCosmetics on error messages
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
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 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-16 alegrand'major bug' fix in ptask_L07.
2007-10-16 alegrandImprove debug readability.
2007-10-12 marklscode cleanup, streamlining, removed some redundant...
2007-10-12 mquinsonAllow java to compile in VPATH settings (at the price...
2007-10-12 mquinsonEnforce some order on the tags; needs flexml 1.8 to...
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 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 mquinsonLet's play safe here and don't loose the first char...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDisplay hexa representation of the borken header if...
2007-10-10 mquinsonDo display where the exception comes from when dealing...
2007-10-10 mquinsoncosmetics
2007-10-10 mquinsonDo not use recv() but read() to check whether a socket...
2007-10-10 mquinsonAnd now, make sure that the logging of the log module...
2007-10-10 mquinsonSome more debugging, plus killing a stupid bug: when...
2007-10-10 marklsupdated to use branching-tree broadcast instead of...
2007-10-09 mquinsonWhen the logs are not usable because we are before...
2007-10-05 mquinsonOther useless copyright notice updates
2007-10-04 mquinsonfight against multiple 'extern' specification
2007-10-04 mquinsoncosmetics around portability
2007-10-04 mquinsonkill some misplaced portability bits, leftover from...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 mquinsonCleanup parts of malek's mess: reintroduce the bunch...
2007-10-04 mquinsonautogenerated
2007-10-04 mquinsonautogenerated
2007-10-04 cheriermuse snprintf of Visual C++
2007-10-04 cheriermNow the java processes don't use the native locks so...
2007-10-04 cheriermNow the java processes don't use the native locks
2007-10-04 cheriermsorry martin but i really need the portable.h inclusion
2007-10-04 cheriermthe xbt_thread_create function must use a function...
2007-10-04 cheriermdeclare portable snprintf and vsnprintf functions for...
2007-09-26 alegrandRevert "Adding the prototype for the callback on startu...
2007-09-26 alegrandAdding the prototype for the callback on startup mechanism.
2007-09-26 alegrandMake teshsuite/simdag/network/test_reinit_costs work...
2007-09-26 alegrandUpdate the doc with last reorganization of examples...
2007-09-26 alegrandDoc + use all arguments in free function.
2007-09-26 mquinsonno need for return after a THROW (it will break the...
2007-09-26 mquinsonAnd now, try to compile before commiting in order to...
2007-09-26 mquinsonRemove a wrong assert. This condition isn't supposed...
2007-09-26 alegrandremove dead functions.
2007-09-26 mquinsonIn free, do use a version of map that assumes that...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-26 cheriermThe windows implementation of simgrid use now the porta...
2007-09-26 cheriermjust add the copyright of the fileNow the java implemen...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-26 alegrandUse THROW_UNIMPLEMENTED and THROW_IMPOSSIBLE as suggest...
2007-09-25 alegrandDo not forget to distribute the java sources...
2007-09-25 alegrandFix conditional includes. Check I'm right please.
2007-09-25 alegrandAdd missing files to the dist...
2007-09-25 alegrandAdd forgotten headers to the dist...
2007-09-25 alegrandFixing EXTRA_DIST (a \ was missing...)
2007-09-25 alegrandfix broken file name.
2007-09-25 alegrandAutomatically generated files
2007-09-25 alegrandTrying to fix make dist.
2007-09-24 mquinsonPrefer automatically updated date marker to manual one
2007-09-24 cheriermjust add the copyright of the file
2007-09-24 mquinsonThis variable is only used with threads. Protect it...
next