Marc Durdin
e5b31669af
chore(developer): move and rename compiler.h
...
The name compiler.h was misleading, so renamed to legacy_kmx_file.h, as
it largely describes .kmx files. There are two declarations in the file
which are specific to kmcmpdll, at the bottom of the file, but
everything else is all related to the .kmx file format. (We may move
those in a future update to kmcmpdll, but that should wait until the
kmcmpdll cross-platform refactor is complete.)
Moved to common/windows/cpp/include/ because it is used by both
Developer and Windows projects.
Where possible, removed redundant references, as compfile.h includes
legacy_kmx_file.h anyway.
2022-06-12 06:31:38 +10:00
Marc Durdin
e295e3ef71
chore(developer): move compfile.h to kmcmpdll
...
Moves compfile.h to kmcmpdll path and removes unnecessary dependencies on it.
2022-06-12 06:10:37 +10:00
Marc Durdin
2fe84c7ea8
chore(developer): move comperr.h to kmcmpdll
...
Moves comperr.h to kmcmpdll path and removes unnecessary dependencies on it.
2022-06-12 06:04:36 +10:00
Marc Durdin
e79006a686
chore(windows): remove rc4.cpp references
2022-06-11 11:14:30 +10:00
Marc Durdin
0b95f31f34
chore(windows): remove unused rc4.h, rc4.cpp
2022-06-11 10:44:38 +10:00
Marc Durdin
86de748219
chore(windows): remove unused onlineconstants.h
2022-06-11 10:43:28 +10:00
Marc Durdin
5a8ca7ba41
chore(windows): update project references for shared cpp
2022-06-11 08:39:09 +10:00
Marc Durdin
0a1d4b6241
chore(windows): move unicodedata to common
...
Also makes common/windows/bin/tools more consistent.
2022-06-10 13:26:07 +10:00
Marc Durdin
cb240e259f
chore(windows): move schemas to common
2022-06-10 13:26:05 +10:00
Marc Durdin
1d764d0fa0
chore(windows): split sentry-upload-difs.sh to Developer
...
Splits the script into separate scripts for each platform. Note that
this is only ever called from TeamCity builds.
2022-06-10 13:24:59 +10:00
Marc Durdin
6f50259724
chore(windows): move cef-checkout.sh to common
2022-06-10 13:23:45 +10:00
Marc Durdin
cd9cd42d8f
chore(developer): fixup test-klog path set
2022-06-10 13:23:22 +10:00
Marc Durdin
4f233a3a0d
chore(windows): move test-klog to common and add call to Developer build
2022-06-10 12:00:47 +10:00
Marc Durdin
c2fce6bed2
chore(windows): cleanup refs to devtools in makefiles
2022-06-10 07:27:36 +10:00
Marc Durdin
1006be8914
chore(windows): update sentry references
2022-06-06 15:48:24 +10:00
Marc Durdin
8cf568474d
chore(developer): move qrcode component to Developer
2022-06-06 14:07:34 +10:00
Marc Durdin
42e1ec83e2
chore(windows): update JEDI makefiles
2022-06-06 07:52:25 +10:00
Marc Durdin
c863ce59b7
chore(developer): move JCL and JVCL files to developer
2022-06-06 07:44:19 +10:00
Marc Durdin
09d3425118
chore(developer): add .hpp files
2022-06-05 15:49:47 +10:00
Marc Durdin
21a9212fae
chore(windows): move json-schema-validator to developer
2022-06-05 15:35:38 +10:00
Marc Durdin
8fa66f0b3e
chore(windows): move scfontcombobox to developer
2022-06-05 15:24:21 +10:00
Marc Durdin
6d9b17e85f
chore(developer): clean up build-tools dependency build
2022-06-05 09:15:07 +10:00
Marc Durdin
8a25e5434c
chore(developer): update mbcolor build
2022-06-05 08:13:58 +10:00
Marc Durdin
fe3efc7b05
chore(windows): move mbcolor files to dev
2022-06-05 08:08:49 +10:00
Marc Durdin
d74e70b7f1
chore(windows): move dcpcrypt to common/windows
2022-06-02 10:38:29 +10:00
Marc Durdin
4992472561
chore(windows): update dcpcrypt refs
2022-06-02 08:51:58 +10:00
Marc Durdin
3f28e01024
chore(windows): remove unused regexpr package
2022-06-01 15:28:38 +10:00
Marc Durdin
038c6d6e5c
chore(developer): move browse4folder to Developer source
...
browse4folder is used only by Keyman Developer IDE.
2022-06-01 13:48:40 +10:00
Marc Durdin
ce1cf9d56a
chore(windows): update resource references
2022-06-01 06:56:43 +10:00
Marc Durdin
517f9bb687
chore(windows): move resources from global/res
2022-06-01 06:56:05 +10:00
Marc Durdin
9f269485b3
chore(developer): fixup build dependencies
2022-05-29 13:49:55 +10:00
Marc Durdin
65c8c89be5
chore(web): adapts keyman-version bundling in Developer products
...
As KEYMAN-VERSION changed from being a type to a class, this broke the
bundling and referencing strategies in Developer/Server and
Developer/kmlmc. This updates the bundling process and fixes the
references in both projects.
Note that keyman-version no longer depends on gosh. Given we are
currently manually calling the build for this in all projects (or should
be!), it's better that we keep the build of this explicit for now.
If we want to restore the postinstall/postci steps in the future, the
gosh dependency would need to be manually removed from package.json in
order for the bundling builds to work for Developer/Server and
Developer/kmlmc.
2022-05-28 10:57:24 +10:00
jahorton
3855a25d26
chore(web): Merge branch 'chore/web/fixup-unit-test-fixups' into chore/web/merge-web-version-environment
2022-05-27 10:30:16 +07:00
Marc Durdin
66efed172b
Merge branch 'chore/web/no-more-lerna' into chore/web/move-common-core-web-to-common-web
2022-05-27 09:04:52 +10:00
jahorton
ea74a7f2ce
chore(web): adds direct keyman-version compile to many build.sh's
2022-05-24 10:11:57 +07:00
Marc Durdin
fbf4bea9e4
Update developer/js/bundle.sh
...
Co-authored-by: Darcy Wong <darcy_wong@sil.org>
2022-05-24 13:10:44 +10:00
Marc Durdin
5f61dfff62
chore(developer): avoid PathDefines for root makefile
2022-05-24 12:47:38 +10:00
jahorton
f20759f26a
chore(web): eliminates web-environment package
2022-05-23 13:40:29 +07:00
Marc Durdin
3edfb314df
chore(developer): fixup server paths and build
2022-05-23 12:39:30 +10:00
Marc Durdin
6c3d5277bf
chore(developer): move server with no changes
2022-05-23 12:15:34 +10:00
Marc Durdin
6409e51d61
chore(developer): update test build scripts
2022-05-23 06:08:36 +10:00
Marc Durdin
04b8615ed3
chore(developer): move developer tests to /developer/src/test
2022-05-23 06:07:43 +10:00
Marc Durdin
433c655c47
chore(developer): additional moves of developer scripts
2022-05-22 07:59:54 +10:00
Marc Durdin
434d044ace
chore(developer): fixup inst build
2022-05-19 11:21:48 +10:00
Marc Durdin
ecca9caa08
chore(developer): fixup samples build
2022-05-19 10:44:56 +10:00
Marc Durdin
c5d4949409
chore(developer): fixup tike build
2022-05-19 10:07:48 +10:00
Marc Durdin
261ffca37f
chore(developer): fixup setup build
2022-05-19 10:01:59 +10:00
Marc Durdin
40eedd86d3
chore(developer): fixup kmdecomp build
2022-05-19 09:59:02 +10:00
Marc Durdin
a10966eaf3
chore(developer): fixup kmconvert build
2022-05-19 09:56:35 +10:00
Marc Durdin
9a436fa5ca
chore(developer): fixup kmcomp build
2022-05-19 09:52:56 +10:00