|
|
|
@1650:40bd4a0d4870
|
[1650:40bd4a0d4870]
|
05/19/10 06:42:32 |
Tomas Lindquist Olsen |
Update to work with LLVM 2.7.
Removed use of dyn_cast, llvm no … |
|
|
|
@1537:ee6b20e7aedb
|
[1537:ee6b20e7aedb]
|
07/13/09 16:56:59 |
Christian Kamm <kamm incasoftware de> |
Change back the ldc.conf search path and add ~/.ldc
New one:
cwd, ~/.ldc, … |
|
|
|
@1536:49ae9728bea4
|
[1536:49ae9728bea4]
|
07/13/09 16:24:12 |
Christian Kamm <kamm incasoftware de> |
Check for ldc.conf next to the ldc binary before home and etc.
The new … |
|
|
|
@1531:7120a74e9ae2
|
[1531:7120a74e9ae2]
|
07/11/09 07:58:23 |
Benjamin Kramer <benny.kra@gmail.com> |
Remove duplicated code
This was implemented for windows in llvm r73379 |
|
|
|
@1490:cd4478b47b10
|
[1490:cd4478b47b10]
|
06/09/09 06:19:52 |
Frits van Bommel <fvbommel wxs.nl> |
Look for configuration file in /etc and /etc/ldc too (absolute … |
|
|
|
@1489:a048f31bf9f6
|
[1489:a048f31bf9f6]
|
06/08/09 13:48:20 |
Christian Kamm <kamm incasoftware de> |
Move locating the configuration file into a separate function. Also look … |
|
|
|
@1484:7d3b47852a7a
|
[1484:7d3b47852a7a]
|
06/07/09 11:20:55 |
Frits van Bommel <fvbommel wxs.nl> |
Print the path to the configuration file being used if -v is passed. |
|
|
|
@1477:6023f65a3aee
|
[1477:6023f65a3aee]
|
06/04/09 20:54:34 |
Frits van Bommel <fvbommel wxs.nl> |
Fix indentation, removing tabs. |
|
|
|
@1476:df0ffca8a636
|
[1476:df0ffca8a636]
|
06/04/09 20:36:07 |
Kelly Wilson <wilsonk cpsc.ucalgary.ca> |
There was another fix needed here for reading %%ldcbinarypath%% |
|
|
|
@1475:1f29cbc36bf5
|
[1475:1f29cbc36bf5]
|
06/04/09 18:46:05 |
Kelly Wilson <wilsonk cpsc.ucalgary.ca> |
Fix memory leak in configfile.cpp...probably the only one in ldc! |
|
|
|
@1473:8309ebaa23d5
|
[1473:8309ebaa23d5]
|
06/04/09 18:04:26 |
Kelly Wilson <wilsonk cpsc.ucalgary.ca> |
Fix for finding ldc.conf file with mingw |
|
|
|
@1340:206329112670
|
[1340:206329112670]
|
05/10/09 12:14:36 |
Christian Kamm <kamm incasoftware de> |
Fix the ldcbinarypath config file rewriting. |
|
|
|
@1339:2e98ddd72fa7
|
[1339:2e98ddd72fa7]
|
05/10/09 12:03:32 |
Christian Kamm <kamm incasoftware de> |
Explicitly include string.h for strdup. |
|
|
|
@1337:b6e819244062
|
[1337:b6e819244062]
|
05/10/09 11:58:09 |
Christian Kamm <kamm incasoftware de> |
In config file: replace %%ldcbinarypath%% with the path to the ldc … |
|
|
|
@1114:454f0c8acc4b
|
[1114:454f0c8acc4b]
|
03/13/09 14:22:40 |
Frits van Bommel <fvbommel wxs.nl> |
Hopefully fix #232 |
|
|
|
@1103:b30fe7e1dbb9
|
[1103:b30fe7e1dbb9]
|
03/12/09 15:37:27 |
Tomas Lindquist Olsen <tomas.l.olsen gmail.com> |
- Updated to DMD frontend 1.041.
- Removed dmd/inifile.c , it's not under … |