9b7d0d1624
update copyright years
2014-04-23 15:33:41 -06:00
87b02eb949
update copyright years
...
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header. If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
b9e281612b
move runtime-array to include
2013-02-19 22:56:05 -07:00
964d054117
move RUNTIME_ARRAY into it's own header
2013-02-10 18:07:11 -07:00
879df617df
add use-clang option for building with LLVM Clang instead of GCC
...
This also fixes several errors and warnings emitted by Clang.
2012-06-01 17:43:42 -06:00
21d1a6c883
add __attribute__ ((used)) to EXPORT macro definition
...
This ensures that exported functions are not stripped when using the
-dead_strip option to the Apple linker.
2011-09-22 16:57:44 -06:00
e3662f13a9
update copyright years and increment version number
2011-07-13 08:25:21 -06:00
a0962d7ab2
look for __powerpc__ as well as __POWERPC__ in jni-util.h
...
The former is used on GNU/Linux.
2011-02-28 16:50:17 -07:00
6118792ffd
update copyright years
2009-12-02 19:08:29 -07:00
1fd00dd55d
revert all __attribute__ ((externally_visible)) changes because it's not clear yet how to detect whether it's supported
2009-10-27 10:35:26 -06:00
51fcf1ef74
ammend recent commit to avoid using __attribute__ ((externally_visible)) when it is not available
2009-10-27 09:34:46 -06:00
4570b86da0
add __attribute__ ((externally_visible)) to EXPORT macros to facilitate whole-program optimization using GCC 4.5
2009-10-27 09:16:08 -06:00
1a0eef7e2d
add support for building with MSVC on Windows
2009-08-26 18:26:44 -06:00
c80eb51c17
Merge branch 'master' into powerpc
...
Conflicts:
makefile
src/assembler.h
src/compile.cpp
src/compiler.cpp
src/compiler.h
src/finder.cpp
2008-11-11 08:21:48 -07:00
af794d9be0
implement Date.toString, which just defers to ctime for now (part 2)
2008-06-16 11:45:23 -06:00
2edaa82801
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
eb3bd1ce7c
Got strip working for Mac OS X
2007-11-01 14:37:51 -06:00
625f0006c9
Fixed typo for Mac OS X builds
2007-11-01 14:06:26 -06:00
6710ca85d7
clean up JNIEXPORT definitions
2007-10-26 18:20:37 -06:00
b8de552797
re-implement System.getProperty to separate vm-specific properties from others
2007-08-27 07:46:17 -06:00