Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit 433cd78f65 Move logic from "cbuild.sh" into portable "Makefile.configuration"
In "com.ibm.wala.cast.test", the "cbuild.sh" script is gone entirely.
Instead, "pom.xml" directs Maven to run "make" directly.  We still
have a "Makefile.configuration" file in this project, but this file is
now independent of where WALA is being built and of where Java is
installed.

In "com.ibm.wala.cast", a small "cbuild.sh" remains, to do some
special processing involving Visual Studio variables under Windows.
When not building under Windows, "cbuild.sh" now simply runs "make".
It may well be possible to hoist the special Windows stuff up into
this subproject's "pom.xml", or to change that "pom.xml" to run
"cbuild.sh" only when on Windows, and to run "make" directly
otherwise.  I don't know "pom.xml" stuff very well, though.  We still
have a "Makefile.configuration" file in this project, but this file is
now independent of where WALA is being built and of where Java is
installed.

The changes I've made in both "Makefile.configuration" files use GNU
make extensions.  I assume that's safe because "Makefile.definitions"
already relies on GNU make.
2017-07-14 21:44:33 -07:00
com.ibm.wala-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala-repository update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.cast Move logic from "cbuild.sh" into portable "Makefile.configuration" 2017-07-14 21:44:33 -07:00
com.ibm.wala.cast.java Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.java.ecj Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.java.test Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.java.test.data Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.js Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.js.html.nu_validator Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.js.nodejs Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.js.nodejs.test Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.js.rhino Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.js.rhino.test Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.cast.js.test Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.cast.js.test.data update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.cast.test Move logic from "cbuild.sh" into portable "Makefile.configuration" 2017-07-14 21:44:33 -07:00
com.ibm.wala.core Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
com.ibm.wala.core.testdata Fix nearly all Eclipse warnings about using raw types 2017-07-12 10:39:06 -07:00
com.ibm.wala.core.tests Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.dalvik Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.dalvik.test Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.ide Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.ide-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.ide.jdt Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.ide.jdt.test Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.ide.jsdt Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.ide.jsdt.tests Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.ide.tests Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.scandroid Enable Eclipse Oxygen's new "unlikely argument types" diagnostics 2017-07-08 13:22:00 -07:00
com.ibm.wala.shrike Upgrade raw-types-usage warnings to errors where possible 2017-07-12 10:39:06 -07:00
com.ibm.wala.tests-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.tests.ide-feature update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
com.ibm.wala.util Fix additional uses of raw types related to IVariable 2017-07-12 10:39:06 -07:00
targets update version to 1.4.3-SNAPSHOT 2017-04-19 09:19:09 -07:00
.gitignore AnalysisCache -> IAnalysisCache, additional ignore, increased visibility, generic fixes (#172) 2017-05-03 09:20:03 -07:00
.travis.yml get realpath 2017-06-28 12:52:30 -04:00
README.md Restore README.md 2014-12-02 13:14:26 -08:00
appveyor.yml.disabled disable appveyor for now 2017-04-13 22:06:35 -07:00
build-maven-jars.py make Maven Central files for wala.dalvik and wala.scandroid (#158) 2017-03-25 13:20:34 -07:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
pom.xml Simpler strategy for telling Tycho to use existing project settings 2017-06-26 11:16:09 -07:00

README.md

This is the main source repository for WALA. For more details on WALA, see the WALA home page.