Fossil

Timeline
Login

Timeline

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

33 check-ins by user ashepilko occurring around 09f41885d67708c8.

2018-09-22
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961aa user: ashepilko tags: build-ignore-glob)
2018-09-19
21:00
Add docs on using IDE for Fossil development. ... (check-in: 7d2be6f824 user: ashepilko tags: cmake-ide)
20:19
Merge updates from trunk. ... (check-in: 2269309f92 user: ashepilko tags: cmake-ide)
19:55
Ignore errors in the clean target commands. ... (check-in: 27c7a49191 user: ashepilko tags: trunk)
2018-09-14
21:23
Fix a typo. ... (check-in: 4b562158f6 user: ashepilko tags: trunk)
21:15
Describe the debugging options. ... (check-in: d364933abc user: ashepilko tags: cmake-ide)
19:13
Merge updates from trunk. ... (check-in: f59c9ecb5e user: ashepilko tags: cmake-ide)
2018-08-08
01:27
Fix the MSVC specific link flags. ... (check-in: 27c4e7b02d user: ashepilko tags: cmake-ide)
2018-08-07
17:55
Adjust include directories list to pick up autoconfig.h ... (check-in: ad12f35c98 user: ashepilko tags: cmake-ide)
2018-08-04
11:08
Pass the build command in verbatim mode. ... (check-in: 2809447506 user: ashepilko tags: cmake-ide)
11:01
Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. ... (check-in: a5dff3141f user: ashepilko tags: cmake-ide)
10:55
Change the order of extra build flags to allow overrides. ... (check-in: f59ccb03a8 user: ashepilko tags: cmake-ide)
10:47
Fix PDB file handling; should apply only for Debug build. ... (check-in: b7430ba100 user: ashepilko tags: cmake-ide)
2018-08-02
09:55
Allow out-of-source build with MSVC on Windows. ... (check-in: fc8281ee9c user: ashepilko tags: cmake-ide)
09:37
Allow reading the list of input resources from a file with --reslist option. ... (check-in: ba8ba160f9 user: ashepilko tags: cmake-ide)
09:24
Build Fossil via ExternalProject ... (check-in: cddc7bb0e4 user: ashepilko tags: cmake-ide)
08:32
Merge from trunk. ... (check-in: 19997e99c4 user: ashepilko tags: cmake-ide)
08:10
Create new branch named "cmake-ide" ... (check-in: 2150860bed user: ashepilko tags: cmake-ide)
06:54
Refactor to fix an unused var warning in debug build ... (check-in: 811333a501 user: ashepilko tags: trunk)
03:53
Exit with error status when halt is triggered on error ... (check-in: ccc6676374 user: ashepilko tags: trunk)
03:35
Include winsock2.h for WinXP compatibility; was breaking the build ... (check-in: 889bc0f794 user: ashepilko tags: trunk)
2018-07-22
21:10
In debug config, reference the compiled sources; this allows stepping through the actual code in the debugger ... (check-in: 58bf02d127 user: ashepilko tags: trunk)
20:04
Set debug defines in CFLAGS when in debug config, so it applies project wide ... (check-in: eb0f689dcc user: ashepilko tags: trunk)
19:16
Install by copy; covers case when install destination is on a different volume ... (check-in: 449c6fd749 user: ashepilko tags: trunk)
18:25
Remove duplicate FOSSIL_ENABLE_LEGACY_MV_RM define ... (check-in: 2230c8116c user: ashepilko tags: trunk)
16:22
Allow CFLAGS override without duplicating compile options by default ... (check-in: 09f41885d6 user: ashepilko tags: trunk)
2018-07-13
10:04
Append -ldl only when needed on the target platform; OpenBSD resolves it from the standard libc. ... (check-in: 7cdb522b42 user: ashepilko tags: trunk)
2018-07-12
06:46
Make sure -ldl is appended after -lcrypto; Fixes link errors with static build. ... (check-in: efbc319c32 user: ashepilko tags: trunk)
2018-07-07
20:14
Fix annotate_file() so that it correctly errors out if the named file does not exist in the revision. ... (check-in: ae73e4ed32 user: ashepilko tags: trunk)
2017-02-10
23:26
Fix timeline limit option with path-specific request. ... (check-in: ffd261abfb user: ashepilko tags: trunk)
2017-01-10
04:49
Fix dirent.h related compile errors when building for WINXP platform. ... (check-in: 3dddf7674b user: ashepilko tags: trunk)
2017-01-06
04:09
Fix user's email being swapped with name in git export committer record. ... (check-in: 76d9a4555b user: ashepilko tags: trunk)
2016-11-05
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. ... (check-in: 476fe9e932 user: ashepilko tags: trunk)