Matthias Koefferlein
|
f8ffcd14f1
|
Fixed #141 (Issue with RBA::QHostAddress (ambiguous overload) on Qt5)
|
2018-07-12 21:33:19 +02:00 |
Matthias Koefferlein
|
20d1d0500f
|
Fixed #142 (Issue with RBA::RecursiveShapeIterator#region=)
|
2018-07-12 21:16:14 +02:00 |
Matthias Koefferlein
|
165e1eb4b2
|
Fixed Debian package script (again)
|
2018-07-12 21:01:05 +02:00 |
Matthias Koefferlein
|
ca8f9fd904
|
Fixed Qt-based XML parser build.
|
2018-07-12 20:54:05 +02:00 |
Thomas Ferreira de Lima
|
a834fd281d
|
Deploying tarballs
|
2018-07-11 19:43:07 -04:00 |
Matthias Koefferlein
|
beec00d7f4
|
Updated version and changelog.
|
2018-07-11 00:40:58 +02:00 |
Matthias Koefferlein
|
5379f69fb0
|
Fixed Debian package script.
|
2018-07-11 00:29:19 +02:00 |
klayoutmatthias
|
616c2942e1
|
WIP: made pymod functional on Windows (without Qt). Tests pass.
|
2018-07-10 23:34:30 +02:00 |
Matthias Koefferlein
|
32b6439704
|
Added -without-qt option to build script.
|
2018-07-10 19:01:28 +02:00 |
Matthias Koefferlein
|
d2c890ab6d
|
WIP: fixed unit tests for Qt-less build.
|
2018-07-10 01:17:35 +02:00 |
Matthias Koefferlein
|
58fd6ed143
|
WIP: bugfix on WaitCondition (deadlocked)
|
2018-07-10 00:13:06 +02:00 |
Matthias Koefferlein
|
5cfb98d9f2
|
WIP: pthread-based WaitCondition (simple)
|
2018-07-10 00:01:25 +02:00 |
Matthias Koefferlein
|
ad49c9502b
|
WIP: some work on the pthread-based alternative to Qt threads.
|
2018-07-09 22:58:16 +02:00 |
Daniel Wang
|
293fb905c1
|
Updated Homebrew Python version to 3.7
Updated travis.yml
|
2018-07-09 16:49:47 -04:00 |
Matthias Koefferlein
|
b0f69d46a9
|
WIP: one first basic Thread test.
|
2018-07-09 00:55:41 +02:00 |
Matthias Koefferlein
|
772062e33e
|
WIP: fixed path generation in db::init in non-Qt case.
|
2018-07-09 00:43:49 +02:00 |
Matthias Koefferlein
|
18782666f7
|
WIP: made Qt build functional again.
|
2018-07-09 00:03:19 +02:00 |
Matthias Koefferlein
|
260243a6d9
|
WIP: Fixed PCB import for non-Qt builds, added missing file.
|
2018-07-08 23:44:36 +02:00 |
Matthias Koefferlein
|
3acb7b6920
|
Fixed documentation (XML parser error) of RBA::TextGenerator.
|
2018-07-06 00:58:26 +02:00 |
Matthias Koefferlein
|
2b64c4bf82
|
Bugfix: multithread-safety for gsi::Proxy (required for the tiling processor use case).
|
2018-07-06 00:56:34 +02:00 |
Matthias Koefferlein
|
803a29037a
|
Added test for reproducing threading issue on TP
|
2018-07-06 00:09:22 +02:00 |
Matthias Koefferlein
|
221d5a4a38
|
Using enviornment locale with unit_tests.
|
2018-07-06 00:07:01 +02:00 |
Matthias Koefferlein
|
e0a23adb66
|
Made XML parser and writer functional with expat
|
2018-07-05 23:40:39 +02:00 |
Matthias Koefferlein
|
43243ae162
|
Enabled Qt-less unit tests, some basic implementation of Qt-less threads based on pthread and an atomics library. A lot missing.
|
2018-07-05 00:33:34 +02:00 |
Matthias Koefferlein
|
eec1843459
|
Less Qt in strmrun test
|
2018-07-04 20:30:34 +02:00 |
Matthias Koefferlein
|
ad7a9836b0
|
Using pipes instead of QProcess for pymod tests, enable pipes on Windows (needs testing)
|
2018-07-04 20:26:34 +02:00 |
Matthias Koefferlein
|
642fb4270b
|
Fixed rba::Technology test. Now all tests are passing with Qt.
|
2018-07-04 20:00:41 +02:00 |
Matthias Koefferlein
|
12e0db660c
|
Finished file utils tests.
|
2018-07-04 19:33:39 +02:00 |
Matthias Koefferlein
|
e9dcadb278
|
Fixed a linker issue.
|
2018-07-04 00:25:34 +02:00 |
Matthias Koefferlein
|
1f8afab417
|
Bugfixed the Qt-based XML implementation.
|
2018-07-04 00:21:06 +02:00 |
Matthias Koefferlein
|
d1553d7586
|
Some more tests on tl::FileUtils
|
2018-07-03 23:51:10 +02:00 |
Matthias Koefferlein
|
17c7c8e1bb
|
Some file utils tests added (file name decomposition, fake Windows/Linux tests)
|
2018-07-03 23:43:57 +02:00 |
Matthias Koefferlein
|
7ede06dca5
|
Build fixed, basic bugs fixed and made unit test framework work. Added tests for tlString.
|
2018-07-03 22:09:38 +02:00 |
Matthias Koefferlein
|
bbfcd9cf9e
|
Made normal build work again.
|
2018-07-03 01:49:06 +02:00 |
Matthias Koefferlein
|
ab06ce3445
|
Made the code build without Qt.
|
2018-07-03 01:08:02 +02:00 |
Matthias Koefferlein
|
a82adbbe83
|
Massive reduction of Qt dependencies, but also massive refactoring.
|
2018-07-03 00:51:36 +02:00 |
Matthias Koefferlein
|
c532b75338
|
Provide an QtXml alternative through expat.
|
2018-07-02 22:19:36 +02:00 |
Matthias Koefferlein
|
7fca6f5f31
|
Non-Qt implementations of file utils - needs testing.
|
2018-07-02 20:29:34 +02:00 |
Matthias Koefferlein
|
239b7ca3ff
|
First (major) steps towards a Qt-less basic build.
|
2018-07-02 18:20:20 +02:00 |
Matthias Koefferlein
|
184ae965e6
|
Added Ubuntu-18 for the build targets in makedeb.sh
|
2018-06-29 07:19:21 +02:00 |
Matthias Koefferlein
|
5f8b258235
|
Feature: hide or show markers using the new View/Show Markers configuration option.
|
2018-06-28 23:52:47 +02:00 |
Matthias Köfferlein
|
b64d14e02e
|
Merge pull request #138 from lightwave-lab/macos_embedding_python_pr
Macos embedding python and Qt5.11.1 bugfix
|
2018-06-28 21:08:41 +02:00 |
Matthias Koefferlein
|
b47c0fc3a3
|
Fixed #139 (libraries not reassigned to GDS when loading file from command line).
|
2018-06-27 23:36:30 +02:00 |
Matthias Koefferlein
|
cef5a416e9
|
Fixed Jenkinsfile (correct spelling of library function).
|
2018-06-27 00:18:11 +02:00 |
Matthias Koefferlein
|
ac2271b9d7
|
Fixed build on Qt5i (another part).
|
2018-06-27 00:13:56 +02:00 |
Matthias Koefferlein
|
7ba0138cfc
|
Fixed build on Qt5.
|
2018-06-27 00:08:26 +02:00 |
Thomas Ferreira de Lima
|
896f7347f0
|
full python embed with dependencies. includes ssl
|
2018-06-26 03:24:02 -04:00 |
Thomas Ferreira de Lima
|
73772cc6f8
|
bugfix instantiating Qt::blue not available in qt5.11
|
2018-06-26 02:53:02 -04:00 |
Matthias Koefferlein
|
2aa11b44ad
|
Updated Jenkinsfile and added user doc generation scripts.
|
2018-06-26 07:23:44 +02:00 |
Thomas Ferreira de Lima
|
b93e90f826
|
mac build doc edit
|
2018-06-25 20:19:23 -04:00 |