summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2016-09-07° better guess of TCLVERS on ubuntu systemsbustico
° remove -DDEBUG on ivytcl library to avoid spurious messages in console
2015-01-15 ° compile with fPIC by defaultbustico
° pkg-config: use Libs.private for pcre and extra libs ° fix formatting in debian changelog
2015-01-07* fix uninitialised variable in ivy-bindbustico
* start tcl interpreter early * add some pkg-config configuration file * use header file from tcl-dev (which need to be installed)
2014-12-23Author: Piotr Esden-Tempski <piotr@esden.net>bustico
Date: Mon Dec 22 18:54:08 2014 -0800 Added toplevel README.md file. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:38:50 2014 -0800 Added missing LIB variable for Makefile.osx Date: Mon Dec 22 18:30:20 2014 -0800 Bumped version. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:15:14 2014 -0800 Switched from explicit naming of *.pc files to wildcard. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 18:06:52 2014 -0800 A bunch of pkg-config file improvements. - Automatically finding *.pc.in files and running pattern replacements on them. - Replaced static paths in ivy.pc.in with @@ patterns. - Removed @DESTDIR@ as this path should not appear in any of the installed files, it is only used to direct the build system where to put the files. See deb package build process. - Moved LIB variables to Libs and INC to Cflags. - pkgconfiginstall target now depends on pkgconfig target. Otherwise the *.pc files might not be generated when make install is invoked. - Added missing MAJOR and MINOR variable definitions in Makefile.osx. Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 17:23:54 2014 -0800 Updated the ivy pkgconfig to use the same patterns as the glib one. Author: Felix Ruess <felix.ruess@gmail.com> Date: Fri Nov 14 15:06:18 2014 +0100 add pkg-config file for ivy Author: Piotr Esden-Tempski <piotr@esden.net> Date: Mon Dec 22 03:48:57 2014 -0800 Fixing the format security warning. The warning is a valid security issue, allowing for access to memory regions not intended for public use. For reference please see: https://fedoraproject.org/wiki/Format-Security-FAQ
2013-11-25° protect gcc pragma not available on old version of gccbustico
° tcl loop compiled for tcl8.4
2013-06-19complete implementation of ping/pong protocol messagebustico
2013-05-06some Makefile and debian build fixesbustico
2013-03-20remplacement de mkdirhier par mkdir -pimbert
2011-02-08change Filter APIfcolin
2010-11-22Use Portable 64bits machine detectionfcolin
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