summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2009-07-06force tcp_no_delay option to reduce lag on small messagesbustico
2008-10-16fix double free error in delAllRegexpsFromDictionarybustico
2008-05-19 * make the lib and api more robust by adding const where they should bebustico
* compile with -Wall and eliminate remaining warnings
2008-05-06fix Makefile for non omp targetbustico
2008-04-08 * fix a bug with the behavior of send system call in non blocking modebustico
in some rare case * simplify ivythroutput and his fileset
2008-03-21- numerous fixesbustico
- socket in non blocking mode (resolve some deadlock, and agent are immune to another agent beeing blocked)
2008-02-08 fix makefile for non omp targetbustico
2008-02-07 * change Makefile to get around a debian Bug : debian pcrecpp package isbustico
broken, (as debian itself) * a repertory testivy with test file for the ivythroughput test tool
2008-02-06 * fix realloc buffer size when big messagebustico
* complete change of internal structures for performance optimisation * experimental parralelized version for performance optimisation (use and need openmp) which scale well for regexp matching on multicore/multi processor gear.
2007-06-28Being used to pkg-config, my first contribution is to propose a patchfcolin
which: * produces a ivy-glib.pc file useable with pkg-config, and * don't fail if "make install" is not run as root while installing the Xt related files. proposed by Vivien Malerba
2007-02-14Include patches from Michel Estienne <estienne@cena.fr> for older gccfourdan
2007-02-13Add distclean targetfourdan
2007-02-13Use LDFLAGS in Makefile, use pkg-config if available to get X11 installation ↵fourdan
path so that the Xt lib gets installed in the correct location even on newer Xorg 7.x.
2007-02-12Include patch from Michel Estienne <estienne@tls.cena.fr>fourdan
2007-01-12Update package for Debian Etchfourdan
2006-09-20Ajout de la fonctionnalité pour capter des intervalles numériquesbustico
de la forme A=((?I10#20)) l'api ne change pas.
2006-07-04Passage en version 3.9, mise a jour paquets Debian.fourdan
2006-06-02Fix proper installation PATH, set PREFIX if not set.fourdan
2006-06-01fix bug de filtragebustico
2006-05-18Rework the Makefile for cleaner installation, redo the debian packaging ↵fourdan
administration files for better lib/dev files splitting, move the Ivy header files to a new Ivy/ subdir to avoid conflicts with other existing system headers (beware, that *will* break existing code that needs to look in the the new path for headers inclusion)
2006-05-11adaptation pour linux 64 bitsbustico
2006-04-21separation regexp en module ( bug arg num edbute a 1 )fcolin
2006-04-20cleanup DEBUG codefcolin
2006-04-19correction de probleme potentiel en multithread ( Ada rejeu )fcolin
ajout d'un warning en cas de client bloquant si la varaiable d'env IVY_DEBUG_SEND est positionne
2006-04-18retour au protocol V3fcolin
2005-05-20elimination des tailles de buffer par utilisation de reallocfcolin
la plupart des fonctions utilisent un pointeur static pour eviter de multiple malloc/free ce qui veut dire que IvyC n'est pas reentrant !!!!
2004-09-07permit case sensisite/insensitive choice for pcre and gnu regexp at Makefilebustico
level
2004-09-07pcre and libpcre dependance addedbustico
no more reference at libgtkivy and relative tools : /ivygtkprobe
2004-09-03redhat files have been updated to permit an automatised packaging of ivy-cbustico
with the rpmize tool Makefile has been improved : automatic detection of tcl version, and installliblinks target has been fixed
2004-09-01replaced the gtk mainloop with a glib one. added -Wall compile directive . ↵drouin
fixed some warnings
2004-07-23ce Makefile tient compte des PCRE ( perl compatible regular expressions ), etjestin
peut permettre de fabriquer ivy sous solaris et osx , moyennant une édition.
2004-07-23now uses USE_PCRE_REGEXP in ivyprobe (xtprobe ... gtkprobe ...) when binding ajestin
pattern
2004-06-25le Makefile peut être utilisé sur Solaris, OSX et Linux. Par dégaut, c'estjestin
pour linux. ivy.c corrige un unbindmsg ivyprobe: -n pour le nom de l'agent, -v pour la version de la lib ivytcl: plein de problèmes réglés, d'autres introduits, notamment pour la gestion de la boucle d'évéenents sous windows ... Test.tcl déplacé dans les exemples
2004-03-24correction fonction WIN32 non encadrée WIN32fcolin
2003-10-09Modified makefiles to allow compilation on OSXjestin
2003-03-17Makefile changed ... once again. We need a configure ?jestin
2002-06-25Modified Makefile to allow for compatibity between install patterns of Tclchatty
In ivy.c, restored DEFAULT_DOMAIN to original value (not a string)
2002-06-20Makefile plus portablemertz
2000-12-22Commented out install of ivyglutprobe, which apparently is not readysc
2000-12-21maj gtk et comment Glut ( waiting for modified glut )fcolin
2000-12-20add targets for the glut eventloopfcolin
2000-08-07Fixed headerssc
2000-03-13bad version dependency of ivy-c-dev correctedmertz
the ivygtkprobe executable is added to the package
2000-03-10html docs are re-included in /usr/share/docmertz
libtclivy works again... (didn't work anymore due to library rename)
2000-01-19Ajout lib GTKbothorel
2000-01-19split of target install into specific ones.damiano
change name of ivy tcl library from ivytcl.* to libtclivy.* add generation of libtclivy.a
1999-04-28Ajout de l'installation de ivytcl.solecoanet
1999-04-27ivytcl.hfcolin
1999-04-13Changing MINOR to match version 3.1damiano
1999-04-13doc files added to ivy-c packagejacomi