Shaddock Heath
|
9238191d31
Changes to work with TS 2.0 in the intellisense and compiler. Also turned on case sensitive "import" calls.
|
9 лет назад |
Josh Engebretson
|
69f7dfe177
Build cleanups, get doc generating on Windows/Linux (+6 squashed commits)
|
9 лет назад |
JimMarlowe
|
b87fa99f67
add in --with-docs task
|
9 лет назад |
JimMarlowe
|
6666b6fcb1
back out with-doc option
|
9 лет назад |
JimMarlowe
|
7b3b99a0d6
remove rm from --with-examples task
|
9 лет назад |
JimMarlowe
|
67b044139b
add with-docs, with-examples
|
9 лет назад |
Josh Engebretson
|
cdd61110fe
Fix for GC'd delegates
|
9 лет назад |
Josh Engebretson
|
9a0ac4aa9e
Atomic C# Work (+5 squashed commits)
|
9 лет назад |
Josh Engebretson
|
ad7a02c297
WIP OSX/Linux support for AtomicNET
|
9 лет назад |
Josh Engebretson
|
0b944f12ca
Core C# and Workflow Progress (+20 squashed commits)
|
9 лет назад |
Josh Engebretson
|
5e86020fd9
C# Work
|
9 лет назад |
Josh Engebretson
|
ef1ee48114
force arg is a string, fix for boolean check
|
9 лет назад |
JoshEngebretson
|
94c5bc2f9c
Build Improvements
|
9 лет назад |
Josh Engebretson
|
aa9037e123
Script binding generation improvement
|
9 лет назад |
Shaddock Heath
|
3b923ac514
fixes to allow the windows build to generate the d.ts combined file
|
9 лет назад |
Shaddock Heath
|
06a34f5169
fixes for the dts-generator . Should fix #783
|
9 лет назад |
Shaddock Heath
|
6707795cfe
added an extra build step that will combine all of the generated d.ts files into a single Atomic.d.ts and place it under Script/TypeScript/dist and also placed in the distribution under Data/AtomicEditor/TypeScriptSupport
|
9 лет назад |
Shaddock Heath
|
ba18bc3d0b
cleaning up build script. Moved the typescript definition and compiler files to be put into the webview project
|
10 лет назад |
Shaddock Heath
|
1029617990
updated build script to copy over usertiming.js into the editor modules directory
|
10 лет назад |
Shaddock Heath
|
3bf8e1b992
Updated build common to copy the typescript lib.core.d.ts into the TypeScriptSupport directory in the editor data
|
10 лет назад |
Shaddock Heath
|
62fe7fdd75
updated build script to copy typescript.js from the node_modules directory and place it in the editor/modules directory
|
10 лет назад |
Shaddock Heath
|
465ad0463c
small update to build common to make sure that the js modules directory gets copied over to the build. May need to find a cleaner way
|
10 лет назад |
Shaddock Heath
|
3bf1e55ede
removing some dead code
|
10 лет назад |
Shaddock Heath
|
66d833fcfb
updated buildcommon to lint both typescript project directories in one step
|
10 лет назад |
Shaddock Heath
|
aa74d86fe3
converted the webview editor code to a typescript project
|
10 лет назад |
JoshEngebretson
|
4e4d28ddcf
Fix node path so command doesn't see it as a switch
|
10 лет назад |
Shaddock Heath
|
df3931f348
Linting fixes
|
10 лет назад |
Shaddock Heath
|
26007f4104
fixed capitalization issues with accessing the typescript node module from the build in case-sensitive environments
|
10 лет назад |
Shaddock Heath
|
a55081a825
replacing fat arrow functions with traditional callbacks to support the linux version of node
|
10 лет назад |
Shaddock Heath
|
c79f577dd4
updated build common to point to the lib version of tslint and tsc instead of the bin version. Hoping that this is what is causing the windows build to fail. Also updated to recurse through the AtomicEditor directory and lint each of the .ts files. Removed the linting of the atomic.d.ts files since d.ts files do not seem to be normally linted.
|
10 лет назад |