aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize project file path and build directory on project setup.v1.4.2Jake Petroules2015-08-141-0/+10
* Emit diagnostics for all types of undeclared properties in Export items.Christian Kandeler2015-08-113-1/+18
* Add XFAILing autotest for newly discovered bug.Christian Kandeler2015-08-112-0/+16
* PropertyDeclarationCheck: Take Export items into account.Christian Kandeler2015-08-113-4/+20
* PropertyDeclarationCheck: Do not skip Subproject items.Christian Kandeler2015-08-113-2/+9
* Fix standard compiler name warning when using a toolchain prefix.Jake Petroules2015-08-071-7/+8
* Add XFAILing autotest for newly discovered bug.Christian Kandeler2015-08-063-1/+13
* Fix/improve probing of node.js on Windows.Jake Petroules2015-08-061-1/+6
* Fix performance regression when importing JS files.Christian Kandeler2015-08-051-1/+1
* Make it possible to overwrite properties conditionally.Joerg Bornemann2015-08-0411-2/+112
* Allow importing JS collections also via the file name syntax.Christian Kandeler2015-08-048-19/+37
* Fix excessive memory usage in ModuleMerger.Christian Kandeler2015-08-032-9/+12
* Add XFAIL'ing autotest for newly disovered bug.Christian Kandeler2015-08-033-0/+15
* Fix importing a collection of JavaScript files.Christian Kandeler2015-07-318-26/+65
* Reset more script engine state in Loader.Christian Kandeler2015-07-311-0/+2
* Separate Android profile name components with '-' instead of '_'.Jake Petroules2015-07-303-3/+3
* De-friend ItemReaderASTVisitor from FileContext.Christian Kandeler2015-07-305-24/+25
* Fix compile errors causes by header cleanup.Christian Kandeler2015-07-304-0/+7
* Code clean-up in corelib/language/.Christian Kandeler2015-07-3048-323/+170
* Fix default values of wix module properties.Jake Petroules2015-07-302-3/+4
* MSVC probe: support all architectures.Jake Petroules2015-07-293-4/+29
* MSVC: make the assembler name readable from the property binding.Jake Petroules2015-07-291-16/+14
* Remove pointless parameter from Item::clone().Christian Kandeler2015-07-295-7/+7
* Fix evaluation of "product" in list properties.Christian Kandeler2015-07-294-3/+20
* Move copyProperty() to the Item class.Christian Kandeler2015-07-294-11/+10
* Move setupItemForBuiltinDeclarations() to Item class.Christian Kandeler2015-07-298-50/+47
* Add the android.nativelibrary file tag for application libraries.Jake Petroules2015-07-291-1/+1
* Introduce the TemporaryDir JS extension.Jake Petroules2015-07-289-0/+249
* Fix java autotest.Christian Kandeler2015-07-281-15/+17
* Add hpp as auxiliary input for resource compilerIlya Lyubimov2015-07-282-0/+2
* Decouple ItemReader and ItemReaderASTVisitor.Christian Kandeler2015-07-288-181/+293
* Standardize handling of compiler flags in GCC and MSVC.Jake Petroules2015-07-282-13/+7
* Make BuiltinDeclarations::languageVersion() an actual Version.Christian Kandeler2015-07-285-11/+11
* Make BuiltinDeclarations a singleton.Christian Kandeler2015-07-2813-35/+35
* Fix MSVC build.Jake Petroules2015-07-281-2/+2
* Don't advertise using relative paths in export items.Christian Kandeler2015-07-286-7/+7
* Fix MSVC 2012 build.Jake Petroules2015-07-283-10/+12
* Introduce HostOsInfo::hostOsVersion.Jake Petroules2015-07-272-11/+24
* Fix FileInfo::resolvePath().Christian Kandeler2015-07-271-0/+6
* Fix Windows build.Christian Kandeler2015-07-271-2/+2
* Make installSourceBase work with absolute paths.Jake Petroules2015-07-271-3/+3
* Reduce setup information hardcoded into toolchain probes.Jake Petroules2015-07-277-89/+59
* Sort declarations of test slots alphabetically.Christian Kandeler2015-07-274-54/+54
* Implement perfect output artifact tracking for TypeScript compiler.Jake Petroules2015-07-255-23/+219
* fix FreeBSD buildJoerg Bornemann2015-07-243-2/+13
* Document "base" and "outer".Christian Kandeler2015-07-241-0/+32
* Add a TypeScript probe and use it in the modules.Jake Petroules2015-07-243-27/+117
* Add a node.js probe and use it in the modules.Jake Petroules2015-07-242-0/+60
* Add a File.canonicalFilePath function.Jake Petroules2015-07-249-2/+45
* Fix build.Christian Kandeler2015-07-221-10/+10