aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30.gitignore: add generated file /examples.api/MakefileAntonio Borneo1-0/+1
When building in-tree, the generated file is not ignored and the tree appears as dirty. Add the generated file to .gitignore. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2020-06-13update .gitignore adding jimtcl.pc and tests/MakefileAntonio Borneo1-0/+2
Commit aa4427dee716 ("Add pkg-config support: jimtcl.pc") adds the build time file jimtcl.pc Commit 630df0da46f4 ("Update autosetup to v0.6.8") adds running make-template on tests/Makefile.in, producing tests/Makefile Add both jimtcl.pc and tests/Makefile to .gitignore Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
2020-04-17build: Add ./configure --coverageSteve Bennett1-0/+4
To make it easier to generate code coverage output. Ensure that gcovr is installed, then do: ./configure --coverage make test coverage And see the report in coverage.html Signed-off-by: Steve Bennett <steveb@workware.net.au>
2013-07-22Fix --shared buildSteve Bennett1-1/+1
Need to include the version in the name of the library to match the link line Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-12-16cygwin also wants shared libraries named .dllSteve Bennett1-0/+1
And other minor changes for windows platforms
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-5/+2
Simplifies the process of building loadable extensions Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-08-16add jimsh.exe into .gitignoreJie Zhang1-0/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Simplify approach for generated codeSteve Bennett1-4/+1
All generated sources are now prefixed with an underscore Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Add tcl_platform(pathSeparator)Steve Bennett1-0/+1
Tcl compatible. Also move jimsh initialisation script into initjimsh.tcl Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-25Add some missing generated files to .gitignoreSteve Bennett1-0/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-09Use autosetup instead of autoconfSteve Bennett1-0/+1
Faster, simpler auto-configuration Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-19build: add configure.gnu to .gitignoreSpencer Oliver1-0/+1
configure.gnu is used by autoconf when using jimtcl as a subproject. so ignore what happens to this file. Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
2010-11-17Add UTF-8 support to JimSteve Bennett1-1/+2
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-11-11Add jim-config.h to .gitignoreSteve Bennett1-0/+1
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Add install target to MakefileSteve Bennett1-0/+13
This also respects CFLAGS and LDFLAGS from configure and allows them to be overriden on the make command line Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Improvements to jim configureSteve Bennett1-0/+1
Create and use config.h Check for backtrace, fork, vfork, syslog, regcomp and others Disable extensions which require missing functions/features Check for one arg vs. two arg mkdir() Distinguish between mingw and native windows The aio extension has reduced functionality for ANSI C only Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Simplify use of eventloopSteve Bennett1-1/+0
Just assume direct static linking for now
2010-10-15Ignore some stuffSteve Bennett1-0/+5