Thu, 12 Oct 2017 22:25:05 +0100 Makefiles: generalize various platform and/or arch specific config values stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 12 Oct 2017 22:25:05 +0100] rev 194
Makefiles: generalize various platform and/or arch specific config values Various variables were moved "up" from platform / arch specific `config-....make` to common `config.make` or `config-linux-gnu.make`. This makes platform-specific config makefiles simpler and easier to check. These days all UNIXces are more or less similar, all use shared libraries, all use ELF (except macOS) and so on.
Fri, 06 Oct 2017 10:27:58 +0100 Makefiles: refactored flags for X11 to use `pkg-config` stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 06 Oct 2017 10:27:58 +0100] rev 193
Makefiles: refactored flags for X11 to use `pkg-config` ...rather than use hardcoded paths and override them for each platform. `pkg-config` is now available on most UNIX platforms and also under Windows with MSYS2. Definitions were moved to common `config.make`.
Fri, 06 Oct 2017 09:35:58 +0100 Makefiles: move optimization flags to `config.make` stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 06 Oct 2017 09:35:58 +0100] rev 192
Makefiles: move optimization flags to `config.make` ...as we should use the same flags for all systems (if possible). So far we do - yay!
Fri, 06 Oct 2017 09:30:38 +0100 Makefiles: cleaned up definitions for libjpeg library stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 06 Oct 2017 09:30:38 +0100] rev 191
Makefiles: cleaned up definitions for libjpeg library ...as they were moved to `stx:libview2` (see commit d801dbd5cf3b)
Thu, 05 Oct 2017 11:15:18 +0100 Merge stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 05 Oct 2017 11:15:18 +0100] rev 190
Merge
Wed, 04 Oct 2017 19:47:30 +0000 Rakefiles: allow to clone and build Smalltalk/X jv-branch 8.0.0 preview stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 04 Oct 2017 19:47:30 +0000] rev 189
Rakefiles: allow to clone and build Smalltalk/X jv-branch 8.0.0 preview ...from Jan's personal repositories. Pre-built `stx:stc` and `stx:librun` are downloaded from Jan's CI server. This is a temporary hack that allows those blessed with access to build and test 8.0.0 branch before released. Will be backed out once 8.0.0 is out.
Wed, 04 Oct 2017 19:44:02 +0000 Rakefiles: fixed bug in `cleanup_librun()` stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 04 Oct 2017 19:44:02 +0000] rev 188
Rakefiles: fixed bug in `cleanup_librun()` Due to copy-paste error, it cleaned up `stc` directory, not `librun`. Sigh.
Wed, 20 Sep 2017 23:23:09 +0100 Rakefiles: run tests with `--abortInInternalError` stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 20 Sep 2017 23:23:09 +0100] rev 187
Rakefiles: run tests with `--abortInInternalError`
Tue, 22 Aug 2017 10:11:36 +0100 Fixed slip in `hglib.rb` introduced in commit e665031cade7 stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 22 Aug 2017 10:11:36 +0100] rev 186
Fixed slip in `hglib.rb` introduced in commit e665031cade7 A bad refactoring. (grafted from 3abc438b6c59c8ff8aacf863e808da945cb7740b)
Thu, 05 Oct 2017 10:53:55 +0100 Rakefiles: removed `unzip.exe` and `zip.exe` from `bin` stx-8.0.0
Jan Vrany <jan.vrany@fit.cvut.cz> [Thu, 05 Oct 2017 10:53:55 +0100] rev 185
Rakefiles: removed `unzip.exe` and `zip.exe` from `bin` ...use those coming with MSYS2. The documentation on wiki has been updated accordingly.
(0) -100 -10 +10 +100 tip