Gerald Pfeifer
|
4a8d186bbc
|
winebuild: Remove unused empty_name_table.
|
2014-07-28 17:21:58 -05:00 |
Huw Davies
|
4ac5d66dfe
|
tools: Only allow the absolute difference in bracket pairs to be less than 128, since we need the sign.
|
2014-07-09 16:18:22 +02:00 |
Aric Stewart
|
2a12c6a7d4
|
tools: Generate the Unicode Bidi Bracketing table.
|
2014-07-08 17:00:24 +02:00 |
Alexandre Julliard
|
18d410dec1
|
tools: Don't include wine/unicode.h if not necessary.
|
2014-07-08 17:00:22 +02:00 |
Frédéric Delanoy
|
95ae71f3ab
|
Assorted spelling/grammar fixes.
|
2014-07-01 13:09:13 +02:00 |
Alexandre Julliard
|
96ff3daaa3
|
usp10: Update the character data tables to Unicode 7.0.0.
|
2014-06-23 16:05:13 +02:00 |
Alexandre Julliard
|
1b02177a55
|
winegcc: Only pass large-address-aware option for i386 builds.
|
2014-04-29 16:07:37 +02:00 |
Piotr Caban
|
bd92ead3f7
|
msvcr80: Remove remaining forwards to msvcrt.
|
2014-04-18 19:29:36 +02:00 |
Piotr Caban
|
e57a4e9490
|
msvcr71: Share the source code with msvcrt.
|
2014-04-18 13:13:10 +02:00 |
Piotr Caban
|
3a7bf4a34b
|
msvcr70: Share the source code with msvcrt.
|
2014-04-18 13:12:41 +02:00 |
Piotr Caban
|
b7c5e341ae
|
msvcr110: Share the source code with msvcrt.
|
2014-04-17 13:30:47 +02:00 |
Piotr Caban
|
4d40aea0bd
|
msvcr100: Share the source code with msvcrt.
|
2014-04-17 13:30:19 +02:00 |
Piotr Caban
|
a6e53eaed2
|
msvcr90: Share the source code with msvcrt.
|
2014-04-16 18:05:41 +02:00 |
Alexandre Julliard
|
03167b4369
|
wrc: Allow specifying the default message font in dialogs by setting DS_SETFONT.
|
2014-04-15 21:03:55 +02:00 |
Jacek Caban
|
e9aae93a6b
|
cscript: Share sources with wscript.
|
2014-04-14 20:19:01 +02:00 |
Alexandre Julliard
|
c6ba107a41
|
makedep: Store the includes list inside the makefile structure.
|
2014-04-11 17:04:01 +02:00 |
Alexandre Julliard
|
b69a0e89dc
|
makedep: Parse files as soon as they are loaded, and cache the information.
|
2014-04-11 16:58:50 +02:00 |
Alexandre Julliard
|
c16df0cd9b
|
makedep: Open files from the top-level directory as far as possible.
|
2014-04-11 14:24:53 +02:00 |
Alexandre Julliard
|
4cb68d2322
|
makedep: Store the sources list inside the makefile structure.
|
2014-04-10 13:52:47 +02:00 |
Alexandre Julliard
|
299ce6f9f0
|
makedep: Add a helper function to check if a string exists in an array.
|
2014-04-10 13:52:44 +02:00 |
Alexandre Julliard
|
f9ddafa807
|
makedep: Pass a makefile pointer to all internal functions.
|
2014-04-10 13:52:41 +02:00 |
Alexandre Julliard
|
dcf6060ab8
|
makedep: Add support for specifying an object directory different from the current directory.
|
2014-04-10 13:52:39 +02:00 |
Alexandre Julliard
|
081df721d0
|
makedep: Store more variables in the makefile structure.
|
2014-04-09 12:35:24 +02:00 |
Alexandre Julliard
|
8fdacd15d2
|
makedep: Compute source paths instead of loading them from the makefile.
|
2014-04-09 12:34:36 +02:00 |
Alexandre Julliard
|
228684d34f
|
makedep: Add a structure to store individual makefile parameters.
|
2014-04-09 12:31:01 +02:00 |
Alexandre Julliard
|
3b2859a617
|
make_xftmpl: Get rid of the parser structure.
|
2014-04-03 11:39:16 +02:00 |
Alexandre Julliard
|
b8ad360bbd
|
make_xftmpl: Always output data in little-endian format.
|
2014-04-03 11:31:59 +02:00 |
Dmitry Timoshkov
|
1b6b04e3a8
|
widl: Correct the condition when to use new code path which avoids writing negative offsets in the pointer description.
|
2014-04-03 11:11:01 +02:00 |
Dmitry Timoshkov
|
a333c6584d
|
widl: Add support for an array of strings to write_string_tfs.
|
2014-04-02 15:46:49 +02:00 |
Dmitry Timoshkov
|
1dbcdee326
|
widl: Don't call write_embedded_types if an array element is a string.
|
2014-04-02 15:46:47 +02:00 |
Dmitry Timoshkov
|
bde38bebe9
|
widl: Avoid generating negative offsets for conformant arrays of strings.
|
2014-04-02 15:46:45 +02:00 |
Dmitry Timoshkov
|
1845d10c3e
|
widl: Pass type attributes from write_array_tfs to write_array_element_type.
This allows to differentiate strings and write appropriate rpc type
(FC_C_C[W]STRING instead of FC_[W]CHAR).
|
2014-04-02 15:46:43 +02:00 |
Dmitry Timoshkov
|
eb54b5b4df
|
widl: Pass type attributes from write_array_tfs to write_pointer_description.
This allows to differentiate strings and write appropriate rpc type
(FC_C_C[W]STRING instead of FC_[W]CHAR).
|
2014-04-02 15:46:41 +02:00 |
Alexandre Julliard
|
43fd82c612
|
makedep: Add helper functions to get and set variables in string arrays.
|
2014-04-02 15:46:38 +02:00 |
Alexandre Julliard
|
83fe4ffb36
|
makedep: Allow the top-level makefile to set default values for make variables.
|
2014-04-02 15:46:34 +02:00 |
Alexandre Julliard
|
3917313154
|
makedep: Load some variables from the top-level makefile.
|
2014-04-02 15:46:30 +02:00 |
Alexandre Julliard
|
6bfd2e9a75
|
makedep: Add phony install targets for fonts also for the ttf case.
|
2014-04-02 10:58:47 +02:00 |
Alexandre Julliard
|
987f29173f
|
makedep: Add dependency for ttf font files when necessary.
|
2014-04-01 13:30:59 +02:00 |
Dmitry Timoshkov
|
e6d585a6b2
|
widl: Move is_void(), is_declptr() and is_conformant_array() to header.h and make them inline.
|
2014-03-20 10:44:32 +01:00 |
Dmitry Timoshkov
|
ae843427ed
|
widl: Unify indentation of comments.
|
2014-03-19 11:36:33 +01:00 |
Dmitry Timoshkov
|
e809f0bd8c
|
widl: Move is_ptr() and is_array() to header.h and make them inline.
|
2014-03-19 11:36:12 +01:00 |
Nikolay Sivov
|
ea9e7b6318
|
widl: Fix default value types.
|
2014-03-18 11:40:08 +01:00 |
Nikolay Sivov
|
39a347945d
|
winedump: Output parameters and default values type for methods.
|
2014-03-17 17:34:11 +01:00 |
Nikolay Sivov
|
74f39d20d5
|
winedump: Improve typelib header dumping.
|
2014-03-17 17:34:11 +01:00 |
Nikolay Sivov
|
826980d7f4
|
widl: Fix duplicate typeinfo being written to typelib for enums.
|
2014-03-11 10:28:46 +01:00 |
Alexandre Julliard
|
4c062b3702
|
c2man: Remove a possible path from the spec file name.
|
2014-03-10 12:17:01 +01:00 |
Alexandre Julliard
|
727ff27907
|
makedep: Pass the source directory as root for building documentation.
|
2014-03-10 12:17:00 +01:00 |
Alexandre Julliard
|
c3c35dcff8
|
makedep: Add a helper function for concatenating paths.
|
2014-03-10 12:16:59 +01:00 |
Grazvydas Ignotas
|
f5e28fff8e
|
winegcc: Define __stdcall and similar attributes to nothing on ARM.
|
2014-03-03 17:02:38 +01:00 |
Alexandre Julliard
|
8c0a717a5c
|
makedep: Generate .fon rules directly into the output instead of adding generated files.
|
2014-02-18 16:42:36 +01:00 |
Alexandre Julliard
|
c195e1355a
|
makedep: Look for source files only in the source directory.
|
2014-02-18 14:52:42 +01:00 |
Alexandre Julliard
|
50a01b095e
|
makedep: Only add global includes to the include paths when generating the makefile.
|
2014-02-18 14:52:39 +01:00 |
Jacek Caban
|
f285b06738
|
atl: Share sources with atl100 instead of forwarding calls.
|
2014-02-13 19:09:13 +01:00 |
Alexandre Julliard
|
4a4006d4f0
|
winegcc: Forward -marm and -mthumb options to winebuild.
|
2014-02-12 19:15:25 +01:00 |
Alexandre Julliard
|
6c807b7472
|
winebuild: Add support for -marm and -mthumb target flags.
|
2014-02-12 19:15:24 +01:00 |
Alexandre Julliard
|
da066aeafc
|
wrc: Ignore unknown -m target options.
|
2014-02-12 19:15:23 +01:00 |
Alexandre Julliard
|
a2683dca64
|
widl: Ignore unknown -m target options.
|
2014-02-12 19:15:22 +01:00 |
Alexandre Julliard
|
4e4acd5f70
|
winebuild: Generate position-independent code for ARM.
|
2014-02-12 19:15:02 +01:00 |
Frédéric Delanoy
|
0f2bed51bd
|
Assorted spelling fixes.
|
2014-02-10 15:47:29 +01:00 |
Alexandre Julliard
|
658057ae0b
|
makefiles: Add makefile variables for the winegcc parameters.
|
2014-02-10 10:58:02 +01:00 |
Alexandre Julliard
|
3bae3c6514
|
makefiles: Generate the testlist.c files at make depend time.
|
2014-02-10 10:58:00 +01:00 |
Jacek Caban
|
5a311d693f
|
atl110: Share sources with atl100.
|
2014-02-07 14:47:00 +01:00 |
Martin Storsjo
|
2d9dfb1825
|
api-ms-win-service-winsvc-l1-2-0: Add stub dll.
|
2014-02-06 17:08:24 +01:00 |
Martin Storsjo
|
3605c159f7
|
api-ms-win-service-management-l1-1-0: Add stub dll.
|
2014-02-06 17:08:23 +01:00 |
Martin Storsjo
|
0f14b7de01
|
api-ms-win-service-core-l1-1-1: Add stub dll.
|
2014-02-06 17:08:22 +01:00 |
Martin Storsjo
|
b38ce68d91
|
api-ms-win-security-sddl-l1-1-0: Add stub dll.
|
2014-02-06 17:08:21 +01:00 |
Martin Storsjo
|
eb69831cef
|
api-ms-win-security-base-l1-2-0: Add stub dll.
|
2014-02-06 17:08:20 +01:00 |
Martin Storsjo
|
b11e1347fb
|
api-ms-win-eventing-provider-l1-1-0: Add stub dll.
|
2014-02-06 17:08:19 +01:00 |
Martin Storsjo
|
67024308a9
|
api-ms-win-core-url-l1-1-0: Add stub dll.
|
2014-02-06 17:08:18 +01:00 |
Martin Storsjo
|
9f159deaf9
|
api-ms-win-core-timezone-l1-1-0: Add stub dll.
|
2014-02-06 17:08:17 +01:00 |
Martin Storsjo
|
2cd25f7bdf
|
api-ms-win-core-threadpool-legacy-l1-1-0: Add stub dll.
|
2014-02-06 17:08:17 +01:00 |
Martin Storsjo
|
3662183fbb
|
api-ms-win-core-shlwapi-legacy-l1-1-0: Add stub dll.
|
2014-02-06 17:08:16 +01:00 |
Martin Storsjo
|
56462b4e10
|
api-ms-win-core-rtlsupport-l1-2-0: Add stub dll.
|
2014-02-06 17:08:15 +01:00 |
Alexandre Julliard
|
8013173924
|
make_specfiles: Don't propagate -noname flag to non-ordinal functions.
|
2014-02-06 17:08:06 +01:00 |
Alexandre Julliard
|
207ae9f5c2
|
sfnt2fon: Use getopt_long to allow arbitrary option order.
|
2014-02-06 17:08:04 +01:00 |
Alexandre Julliard
|
ab58841091
|
tools: Remove no longer used fnt2fon tool.
|
2014-02-06 11:23:08 +01:00 |
Alexandre Julliard
|
7307e2be69
|
tools: Move sfnt2fnt to its own directory.
Also rename to sfnt2fon to better reflect usage and avoid conflicts
with the previous binary on updates.
|
2014-02-06 11:23:05 +01:00 |
Martin Storsjo
|
4fa78bac54
|
api-ms-win-core-registry-l1-1-0: Add stub dll.
|
2014-02-05 13:49:42 +01:00 |
Martin Storsjo
|
66dc62d8ef
|
api-ms-win-core-psapi-l1-1-0: Add stub dll.
|
2014-02-05 13:49:41 +01:00 |
Martin Storsjo
|
edceda579a
|
api-ms-win-core-processenvironment-l1-2-0: Add stub dll.
|
2014-02-05 13:49:39 +01:00 |
Martin Storsjo
|
488fa8a2a0
|
api-ms-win-core-namedpipe-l1-2-0: Add stub dll.
|
2014-02-05 13:49:38 +01:00 |
Martin Storsjo
|
ea35f11e0e
|
api-ms-win-core-memory-l1-1-1: Add stub dll.
|
2014-02-05 13:49:37 +01:00 |
Martin Storsjo
|
07d0ef8a4d
|
api-ms-win-core-localization-obsolete-l1-1-0: Add stub dll.
|
2014-02-05 13:49:36 +01:00 |
Martin Storsjo
|
f3b9ffce2c
|
api-ms-win-core-localization-l1-2-0: Add stub dll.
|
2014-02-05 13:49:35 +01:00 |
Martin Storsjo
|
be1560734d
|
api-ms-win-core-libraryloader-l1-1-1: Add stub dll.
|
2014-02-05 13:49:35 +01:00 |
Martin Storsjo
|
caaf93db38
|
api-ms-win-core-kernel32-legacy-l1-1-0: Add stub dll.
|
2014-02-05 13:49:34 +01:00 |
Martin Storsjo
|
1c4f6ec742
|
api-ms-win-core-io-l1-1-1: Add stub dll.
|
2014-02-05 13:49:33 +01:00 |
Frédéric Delanoy
|
4d3ba0310e
|
wrc: Remove unused variables.
|
2014-02-05 13:49:20 +01:00 |
Alexandre Julliard
|
09e70524f4
|
makedep: Generate install rules for TrueType fonts based on pragmas in the .sfd file.
|
2014-02-05 13:49:08 +01:00 |
Alexandre Julliard
|
1cccb5594a
|
makedep: Generate rules for bitmap fonts based on pragmas in the .sfd file.
|
2014-02-05 13:32:33 +01:00 |
Martin Storsjo
|
1ffeb42284
|
api-ms-win-core-heap-obsolete-l1-1-0: Add stub dll.
|
2014-02-04 16:08:15 +01:00 |
Martin Storsjo
|
29573f99da
|
api-ms-win-core-heap-l1-2-0: Add stub dll.
|
2014-02-04 16:08:02 +01:00 |
Martin Storsjo
|
0f0e2bf433
|
api-ms-win-core-handle-l1-1-0: Add stub dll.
|
2014-02-04 16:07:30 +01:00 |
Martin Storsjo
|
bc132f3419
|
api-ms-win-core-file-l1-2-0: Add stub dll.
|
2014-02-04 16:07:08 +01:00 |
Martin Storsjo
|
a777a22376
|
api-ms-win-core-console-l1-1-0: Add stub dll.
|
2014-02-04 16:06:49 +01:00 |
Martin Storsjo
|
8c9e0b868b
|
api-ms-win-core-com-l1-1-0: Add stub dll.
|
2014-02-04 16:06:23 +01:00 |
Martin Storsjo
|
6bb42462bb
|
ext-ms-win-gdi-devcaps-l1-1-0: Add stub dll.
|
2014-02-04 16:06:02 +01:00 |
Martin Storsjo
|
c2df36dfc5
|
api-ms-win-ntuser-dc-access-l1-1-0: Add stub dll.
|
2014-02-04 16:05:38 +01:00 |
Alexandre Julliard
|
cf0e96c6d0
|
configure: Rename substituted variables to a standard _CFLAGS and _LIBS format.
|
2014-01-30 14:51:33 +01:00 |
Alexandre Julliard
|
8aa64e3580
|
configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles.
|
2014-01-30 12:42:56 +01:00 |