Chris Speciale
a8939e9951
Merge pull request #1834 from gepatto/8.2.0-Dev
...
set correct paths for ndll for linxuarm and linuxarm64 (raspberrypi)
2024-10-22 07:17:56 -04:00
Josh Tynjala
895ce877d9
Default hlc target directory is not the same as hl
2024-10-07 09:40:22 -07:00
Patrick Gutlich
40764acbf3
set correct paths for ndll for linxuarm and linuxarm64 (raspberrypi)
...
and remove conflicting legacy includepaths in build.xml
2024-08-18 17:12:47 +02:00
Josh Tynjala
b866632a6f
tools: allow -x86_64 and -x86_32 as command line flags to select those architectures instead of defaults ( closes #1819 )
...
Still supports -32 and -64, though, for backwards compatibility. We could consider removing those in Lime 9.
2024-07-19 14:46:47 -07:00
Josh Tynjala
5381f96061
Allow cross-compiling to Linux cpp from other operating systems
...
Similar to #1661 , except targeting Linux instead of Windows
On macOS, need to install https://github.com/messense/homebrew-macos-cross-toolchains
On Windows, I think it may be possible to get Linux compilers with Cygwin, but I haven't tried
2024-04-26 10:03:23 -07:00
Josh Tynjala
c3170a0577
Merge branch '8.2.0-Dev' into feature/hlc
2024-01-30 09:16:34 -08:00
Joseph Cloutier
8b07a83991
Remove unnecessary casts.
2024-01-13 16:15:57 -05:00
Josh Tynjala
b021dbeae7
lime display: if the project file is newer than an existing debug/release/final.hxml file, don't consider the .hxml file valid anymore
...
Code intelligence should always use the newest hxml content, so the fallback mode where the hxml content is generated, instead of loaded from an existing .hxml file, should be used when the project file is newer.
For instance, if the user changes any file/dir paths in their project file, continuing to use the existing .hxml file could lead to confusing error messages that still reference the old/cached file paths. It should always use the latest paths or other values from the project file. It should be considered a bug to use the old cached paths.
Previously, as a workaround, the user would need to clean or build their project again to get updated .hxml files. It might also require restarting their editor/IDE too. Bad developer experience when we can detect this case automatically.
2024-01-05 13:54:36 -08:00
Josh Tynjala
6dc0c4c785
tools: allow -hlc on windows/mac/linux without -hl
2023-11-22 11:46:33 -08:00
Josh Tynjala
fd1500ea82
LinuxPlatform: can specify -clang with -hlc to use clang instead of gcc
2023-11-03 12:20:32 -07:00
Josh Tynjala
6e19e26f45
HL/C on Linux
2023-11-03 09:38:42 -07:00
Josh Tynjala
f9b52b7e91
LinuxPlatform: missing HXCPP_ARM64 flag for rpi 64 build
2023-03-01 15:21:46 -08:00
Josh Tynjala
2d7b079bc3
LinuxPlatform: got flag backwards for rpi 64
2023-03-01 15:20:39 -08:00
Josh Tynjala
60ac10aa50
LinuxPlatform: allow -64 flag with rpi target to force 64-bit ARM
...
Still 32-bit by default, though.
2023-03-01 13:52:13 -08:00
Apprentice-Alchemist
ad70700a14
Try to fix Windows mess a bit.
...
Default to 64 bit on windows too.
2022-05-19 20:46:08 +02:00
Apprentice-Alchemist
cb3b0240de
Implement lime setup hl in a hopefully better way.
2022-04-28 19:42:46 +02:00
Apprentice-Alchemist
a44fe3669a
Put hashlink binaries in templates/bin again.
...
Add setup script for macOS codesigning.
2022-04-28 19:42:45 +02:00
Apprentice-Alchemist
a288feca96
Add hashlink as a submodule.
2022-04-28 19:42:41 +02:00
Joshua Granick
1c92c707cc
Run Haxe formatter
2022-03-23 14:02:39 -07:00
Joshua Granick
362be074f4
Merge HXProject defaults and exclude architectures at end
2022-03-23 14:00:32 -07:00
Joshua Granick
ccd9dca6e1
Add explicit toString() call for HXML display
2020-12-21 17:24:44 -08:00
Joshua Granick
79e21c8312
Fix watch command ( resolves haxelime/hxp#23 )
2020-12-21 12:50:14 -08:00
Joshua Granick
1188b3aa42
Run formatter
2019-07-12 12:08:09 -07:00
Joshua Granick
b795534773
Add initial support for '--output-file' option on 'display' command
2019-03-18 12:01:37 -07:00
Joshua Granick
8d72e71357
HL update
2019-03-13 11:13:19 -07:00
Joshua Granick
00e3c85b58
Add entry class to non-template displalay command
2019-02-28 11:58:38 -08:00
Joshua Granick
44bf137f9b
Improve 'lime display' when templates have not been processed
2019-02-26 14:01:45 -08:00
Joshua Granick
0c163a80e7
Use formatter for all Haxe code
2019-02-14 08:41:20 -08:00
Joshua Granick
59a40366ec
Disable 64-bit on HashLink for now
2018-08-16 10:38:27 -07:00
Joshua Granick
ccf8c48923
Remove forced -Ddisplay on 'lime display' output
2018-08-14 09:08:50 -07:00
Joshua Granick
430820cdb4
Name lime.tools.Project back to HXProject
2018-08-06 11:03:42 -07:00
Joshua Granick
bd9abc4c2a
Update for HXP API change
2018-08-04 18:09:44 -07:00
Joshua Granick
4ec83c3638
Add lime.tools.* and keep Project-based tool code
2018-08-03 16:38:50 -07:00
Joshua Granick
6d9f3c4bd8
Fixes for dev HXP
2018-08-02 21:25:55 -07:00
Joshua Granick
534c6cd7ce
Eval, HXP, asset library fixes
2018-07-25 20:27:05 -07:00
Joshua Granick
ecd7876c4b
Add external platform code for use with HXP
2018-06-21 16:33:33 -07:00
Joshua Granick
ef86c425b1
Migrating components of the Lime tools into the public Lime namespace
2015-02-11 12:02:28 -08:00
Joshua Granick
287b94e6dd
Use a standardized 'targetDirectory' value in the target handlers, and pass this onto the library processors for use with caching
2014-12-25 21:20:32 -08:00
Joshua Granick
b46c781b4c
Initial improvements to 'rebuild' command and '-rebuild' flag, walking through actual project dependencies
2014-11-19 14:42:34 -08:00
Joshua Granick
8cc187b583
Initial node.js support
2014-11-09 12:05:44 -08:00
Joshua Granick
013ed20093
Fix -args
2014-11-01 13:26:02 -07:00
Joshua Granick
540aa48c39
Merge Aether tools
2014-09-30 17:41:57 -07:00