SQLite

Changes On Branch winHdr
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch winHdr Excluding Merge-Ins

This is equivalent to a diff from 47605043 to 3ac75725

2014-05-05
20:32
Create new header file "os_setup.h" used to detect the operating system at compile-time, and "os_win.h" that contains windows-specific header in formation. (check-in: bd92e0f8 user: drh tags: trunk)
20:24
Work on cleaning up the MSVC batch build tool integration with Visual Studio 2013. (check-in: b5a72dfd user: mistachkin tags: trunk)
20:21
Attempt to fix the build on beagleboard. (Closed-Leaf check-in: 3ac75725 user: drh tags: winHdr)
18:24
Centralize and reform use of the Win32 related include files. (check-in: 857f2baf user: mistachkin tags: winHdr)
17:49
Merge updates from trunk. (check-in: 6f07f20e user: mistachkin tags: vsixWinPhone81)
17:45
Merge updates from trunk. (check-in: a3cfd813 user: mistachkin tags: winHdr)
2014-05-02
22:39
Enhance the Win32 VFS I/O retry logic. (check-in: 47605043 user: mistachkin tags: trunk)
21:42
Merge updates from trunk. (Closed-Leaf check-in: 598a3875 user: mistachkin tags: winIoRetry)
14:54
Fix a broken test case in fuzz.test. (check-in: faa46935 user: dan tags: trunk)

Changes to Makefile.in.

Changes to Makefile.msc.

Changes to Makefile.vxworks.

Changes to main.mk.

Changes to src/mutex_w32.c.

Changes to src/os.h.

Added src/os_setup.h.

Changes to src/os_win.c.

Added src/os_win.h.

Changes to src/test1.c.

Changes to src/test_config.c.

Changes to src/test_osinst.c.

Changes to src/test_quota.c.

Changes to src/test_quota.h.

Changes to tool/mksqlite3c-noext.tcl.

Changes to tool/mksqlite3c.tcl.

Changes to tool/mksqlite3internalh.tcl.