33 Commits

Author SHA1 Message Date
Allan Odgaard
d4b0b4b35e Remove MASPreferences submodule 2020-05-10 20:07:30 +07:00
Allan Odgaard
df56c7b9ce Update MASPreferences submodule: Change default window position 2020-04-19 16:31:03 +07:00
Allan Odgaard
00856cbe30 Remove MGScopeBar submodule 2020-04-17 19:19:53 +07:00
Allan Odgaard
bb44795ae1 Avoid ‘+=’ with “local” variables in build file
By eliminating this operator we can treat the build files as plain dictionaries (no merging of re-declared values). While we still use the append operator in most of the files, it is appending to externally defined variables, so this can be changed to simple assignment, as long as the tree of build files is available to the processor.
2019-06-26 13:21:11 +02:00
Allan Odgaard
4d82e4b109 Remove XcodeEditor submodule 2018-10-31 16:57:01 +07:00
Allan Odgaard
04b369f703 Update MGScopeBar submodule: Have MGScopeBar opt out of Dark Mode 2018-10-31 16:45:40 +07:00
Allan Odgaard
896ab7c02e fixup! Update MASPreferences submodule: identifier → viewIdentifier 2017-09-12 20:43:52 +02:00
Allan Odgaard
212ef9b488 Update MASPreferences submodule: identifier → viewIdentifier 2017-09-12 16:57:00 +02:00
Allan Odgaard
5f308732b7 Enable ARC for MGScopeBar
This is the original commit which I cherry picked 4213dcfbd3
2016-10-31 17:30:30 +07:00
Allan Odgaard
a0ba8cc1e4 Update MASPreferences submodule 2016-09-05 20:35:20 +02:00
Allan Odgaard
d2d56aaee7 Explicitly call onig_init()
This is called the first time we create a regular expression, but first use of the library could be concurrent (at least for some of the tests).
2016-07-10 17:49:43 +02:00
Allan Odgaard
98571f90ee Update Onigmo submodule 2015-09-07 18:27:16 +02:00
Allan Odgaard
eca7d839f3 Update MASPreferences submodule: Improve 10.10 compatibility 2015-03-23 17:03:36 +07:00
Allan Odgaard
51fb4f4015 Update kvdb submodule: Bind keys to SQL statements 2015-01-14 17:27:00 +07:00
Allan Odgaard
fe798f4c0e Don’t explicitly define targets as applications or libraries
Libraries can be identified by either being linked with other targets, or exporting headers, so that is what we do.
2014-11-20 14:58:34 +01:00
Allan Odgaard
dc525ba234 Add tab settings for Onigmo submodule 2014-09-01 17:38:33 +02:00
Allan Odgaard
d20acae00b Update onigmo submodule 2014-06-28 17:42:23 +02:00
Allan Odgaard
1e419e6d31 Use Onigmo’s own multithread support 2014-04-10 17:46:31 +07:00
Allan Odgaard
1547795a9b Update kvdb dependency to version to 0.0.8 2014-03-29 18:58:53 +07:00
Allan Odgaard
73755bf744 Update Onigmo submodule 2014-02-20 22:09:36 +07:00
Allan Odgaard
b0bfaffc17 Update MASPreferences submodule 2014-02-20 13:17:11 +07:00
Allan Odgaard
e197c48382 Update kvdb submodule: Debug output removed 2014-02-10 08:14:17 +07:00
Allan Odgaard
13f6c312a2 Add kvdb submodule (key/value database) 2014-02-06 22:47:35 +07:00
Allan Odgaard
c5a7d32056 Add disabled test for k-takata/Onigmo#22 2013-08-18 17:29:30 +02:00
Allan Odgaard
37a40c9c04 Update Onigmo submodule 2013-08-18 17:29:30 +02:00
Allan Odgaard
7a3161a91d Setup Onigmo target 2013-07-21 13:25:29 +02:00
Allan Odgaard
22d892f6b5 Add Onigmo submodule 2013-07-21 13:25:29 +02:00
Allan Odgaard
e6e281cae9 Only disable ARC for MGScopeBar vendor target 2013-03-10 16:11:25 +01:00
Allan Odgaard
e144ce594f Update MASPreferences submodule 2013-03-10 16:11:25 +01:00
Allan Odgaard
71be61cbbb Enable ARC by default
We now explicitly disable it for targets that hasn’t yet been upgraded to ARC. This way, it’s easier to get an overview of which targets hasn’t yet been upgraded and ensures new targets has ARC enabled.
2012-12-19 19:42:36 +01:00
Zach Drayer
55c0109fa9 Add support for reading xcodeproj files 2012-09-03 17:37:11 +02:00
Jacob Bandes-Storch
d31aefd20d Use 64-bit: update submodules 2012-08-28 21:32:47 +02:00
Allan Odgaard
9894969e67 Initial commit 2012-08-09 16:25:56 +02:00