Thomas Ferreira de Lima
9a24d32d9f
making DMG instead of tarballs
2018-09-17 21:46:32 -04:00
Thomas Ferreira de Lima
d68e0bbe76
writing unique names for tarballs
...
KLAYOUT_VERSION incorporated in makefile
2018-09-17 14:50:27 -04:00
Daniel Wang
f0025e8036
Remove error handling in travis-build.sh
2018-08-21 16:45:36 -04:00
Daniel Wang
532df9faff
Build using Python 2 and Python3 in Travis
2018-08-13 15:26:05 -04:00
Daniel Wang
28e703702f
Use log filtering to reduce file size
2018-08-13 14:05:49 -04:00
Daniel Wang
9c4e478635
Set environment variables directly in .travis.yml
2018-08-10 17:20:45 -04:00
Daniel Wang
403efbd090
Create Makefile
...
Create phony targets in Makefile
2018-08-02 18:04:24 -04:00
Daniel Wang
908be96bb9
Speed up travis builds
2018-08-02 17:48:45 -04:00
Daniel Wang
bdb7a7af2c
Fix Mac OS build scripts to work with both Python 2 and Python 3
2018-08-02 17:47:39 -04:00
Thomas Ferreira de Lima
0945f7c914
using line-buffering option in sed filter for travis CI
...
tip from:
https://stackoverflow.com/questions/49661118/lengthy-piped-command-output-hangs-when-passed-to-sed-or-awk
2018-07-31 18:44:04 -04:00
Thomas Ferreira de Lima
a834fd281d
Deploying tarballs
2018-07-11 19:43:07 -04:00
Daniel Wang
293fb905c1
Updated Homebrew Python version to 3.7
...
Updated travis.yml
2018-07-09 16:49:47 -04:00
Thomas Ferreira de Lima
54fac962e0
initial travis config for OSX
...
test script for klayout python binding
build script w python3
filtering output to reduce log size (travis complains about >4Mb)
Fixing exit code in macbuild
Adding unit tests
including long tests in ut_runner
2018-03-12 11:42:57 -04:00
Matthias Koefferlein
904c19ebcb
Updated debian changelog.
2018-08-25 23:15:56 +02:00
Matthias Koefferlein
b029c06b09
Updated changelog.
2018-08-25 23:13:14 +02:00
Matthias Koefferlein
3c4ca7597e
Fixed #158 (repaint issue with context)
2018-08-25 23:11:26 +02:00
Matthias Koefferlein
89dc424c70
Fixed #159 (Bug in technology setup with tech specific macro/DRC locations)
2018-08-25 20:28:01 +02:00
Matthias Koefferlein
842f39da45
Fixed #153 (crash on Apply when changing guiding shape properties)
2018-08-25 19:07:30 +02:00
Matthias Koefferlein
e8a5d6ac0c
Fixed a typo.
2018-08-24 22:59:11 +02:00
Matthias Koefferlein
04545e435b
Fixed #157 (Replace cell with ... from cell tree context menu does not accept decorated cell names)
2018-08-13 20:59:04 +02:00
Matthias Koefferlein
de729c31f8
Updated changelog.
2018-08-13 20:39:38 +02:00
Matthias Koefferlein
bcd6c466fb
Fixed #152 (shape count wrong)
2018-08-13 09:30:46 +02:00
Matthias Koefferlein
1a7bcfc31c
Fixed #155 (freeze after replacing nothing by something)
2018-08-13 09:04:13 +02:00
Matthias Koefferlein
a8ad415fac
Fixed a typo and build compatibility with Qt4.
2018-08-13 01:33:07 +02:00
Matthias Köfferlein
4a721e1b2b
Merge pull request #154 from lightwave-lab/python2-fix-pr
...
Python 2 support for the MacOS build script
2018-08-12 23:23:44 +02:00
Matthias Köfferlein
44b276dc84
Merge pull request #150 from lightwave-lab/mac-retina-pr
...
more hiDPI improvements
2018-08-12 23:23:07 +02:00
Matthias Köfferlein
03c1a74d16
Update layLayoutViewConfigPages.cc
...
Removed commented section - it's actually no longer required.
2018-08-12 23:22:39 +02:00
Daniel Wang
b9484f9ebd
Remove pathlib dependency for building on Mac OS
2018-08-08 14:30:48 -04:00
Thomas Ferreira de Lima
f7836de39d
placeholder code for hiDPI display of conf pages.
2018-08-03 10:28:27 -04:00
Daniel Wang
ba3720ad4a
Fix Mac OS build scripts to work with both Python 2 and Python 3
2018-08-02 20:15:45 -04:00
Thomas Ferreira de Lima
8dbdbe0388
hiDPI Retina display for Stipple and Linesyles
2018-08-02 16:40:28 -04:00
Matthias Koefferlein
5efe5d20dd
Updated RPM build script for OpenSuSE15
2018-07-31 08:00:27 +02:00
Matthias Koefferlein
b286da7e56
Fixed RPM build script for OpenSuSE Leap 15
2018-07-31 02:50:25 +02:00
Matthias Koefferlein
d5840aac20
Added OpenSuSE Leap 15 for building.
2018-07-30 23:02:07 +02:00
Matthias Koefferlein
a272cd3630
Fixed #144 (description of salt packages isn't shown)
...
Plus: the text color of the description now uses the
palette and the color contrast better when the item
is selected.
2018-07-30 21:19:34 +02:00
Matthias Koefferlein
082a91cf15
Fixed #148 (Wrong font is used)
2018-07-28 00:17:02 +02:00
Matthias Koefferlein
e2f4c1874a
Fixed a build issue on some compilers.
2018-07-24 22:29:45 +02:00
Matthias Koefferlein
c9859b4f8f
Fixed some issues with long int emulation. Using long int as substitute for __int128
2018-07-24 22:08:30 +02:00
Matthias Koefferlein
7191e4faa9
Added long int (N times a word) support for emulation of __int128
2018-07-24 21:01:54 +02:00
Matthias Koefferlein
8578918764
Updated PolygonTools test with recent edge processor update.
2018-07-23 20:28:01 +02:00
Matthias Koefferlein
a3776f730b
Updated slow EdgeProcessor unit test golden data.
2018-07-23 19:51:47 +02:00
Matthias Koefferlein
6b48b2bb3d
Fixed Edge unit tests.
2018-07-23 19:37:36 +02:00
Matthias Koefferlein
f05b3249ca
Fixed fast EdgeProcessor unit tests with recent update.
2018-07-23 19:36:00 +02:00
Matthias Koefferlein
2178b72704
Refined test for 74 issue for different orientations.
2018-07-23 19:12:12 +02:00
Matthias Koefferlein
5741a120e9
More precise point/edge interaction for scanner
2018-07-22 22:52:04 +02:00
Matthias Koefferlein
efd9e47c1f
Attempt to fix a scanline issue.
2018-07-22 18:49:17 +02:00
Matthias Koefferlein
b10c64907a
Made the threaded worker test a bit more reliable
2018-07-13 18:28:32 +02:00
Matthias Koefferlein
f795aa84ec
Avoid one more deadlock in gsi::Proxy.
2018-07-13 18:24:41 +02:00
Matthias Koefferlein
cf3a6c2ce5
Fixed a deadlock.
2018-07-13 08:08:15 +02:00
Matthias Koefferlein
61a37fc3c3
Prevent a deadlock when destroying gsi objects.
2018-07-12 23:28:30 +02:00